-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DataChannel examples #58
Comments
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. |
@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 |
Add example of how to use DataChannel on iOS and Android.
The text was updated successfully, but these errors were encountered: