Stefan Ålund
Stefan Ålund
It is in the OpenWebRTC repo: https://github.com/EricssonResearch/openwebrtc/blob/master/bridge/client/webrtc.js
@SrujithPoondla https://github.com/EricssonResearch/openwebrtc/wiki/Running-and-Testing#step-2---running-the-daemon
Bowser has support for DC via the standard JavaScript API's. This issue is about adding similar API's to native apps. https://github.com/EricssonResearch/bowser
It is available from WebRTC's standard JavaScript APIs if you build a hybrid/webview app, but we have not got around to exposing native (Objective C) APIs yet. The C APIs...
I don't have a good answer right now. You should not have to do `[OpenWebRTC initialize];` a second time at least.
There are C API's in OpenWebRTC, such as: ``` owr_window_registry_unregister(owr_window_registry_get(), SELF_VIEW_TAG); ``` But those have not be exposed up to the iOS SDK yet. Perhaps you can try to add...
@adam-be @pererikb restarting a session seem to work in [Bowser](https://github.com/EricssonResearch/bowser) but not with the native SDK. Could you please provide some pointers on what needs to be done to handle...
This may be needed to properly clean out old references. Is it working for you now?
I'm not familiar with the details about how Cordova plugins are built, but I'm guessing it should not be too far away from what we already provide in our "hybrid"...
ICE trickle now supported: https://github.com/EricssonResearch/openwebrtc-ios-sdk/pull/45. Closing.