openwebrtc-examples icon indicating copy to clipboard operation
openwebrtc-examples copied to clipboard

DataChannel examples

Open stefanalund opened this issue 9 years ago • 6 comments

Add example of how to use DataChannel on iOS and Android.

stefanalund avatar Mar 06 '15 07:03 stefanalund

Any update on this? I dont know how to use DataChannel on iOS

vanney9 avatar Nov 09 '15 09:11 vanney9

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 avatar Nov 09 '15 09:11 stefanalund

@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?

uniruddh avatar Dec 17 '15 13:12 uniruddh

Same question here. How can I use DataChannel in native iOS or Android apps?

haichuand avatar Feb 18 '16 19:02 haichuand

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.

stefanalund avatar Feb 19 '16 07:02 stefanalund

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

galileomd avatar May 22 '16 12:05 galileomd