openwebrtc-examples
openwebrtc-examples copied to clipboard
DataChannel examples
Add example of how to use DataChannel on iOS and Android.
Any update on this? I dont know how to use DataChannel on iOS
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
@stefanalund :Can we use or relay on DataChannel class available in "com.ericsson.research.owr" package for such example? Would it be sufficient for whole implementation?
Same question here. How can I use DataChannel in native iOS or Android apps?
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 are all there in OpenWebRTC though so it is hopefully not too much work if you want to try it yourself.
hi, very interested in seeing how to implement datachannel in openwebrtc also, preferably in swift... will dig into the c api but that's a significant hurdle