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

Wishlist: Cordova integration sample

Open derwaldgeist opened this issue 9 years ago • 1 comments

Your WebRTC libraries look very promising, I really like what you do! What I am missing, however, is a demo for an integration with Cordova (the former Phonegap).

It is quite hard these days to find a Cordova plugin that enables WebRTC on iOS in a smooth way, so this could be a killer-feature for OpenWebRTC IMHO. Most existing libraries are quite buggy and/or tied to certain backend providers (like OpenTok), which are good for business use, but not if you intend to reach the mass markets with your solution.

So I would like to suggest to set-up a Cordova sample as well. As far as I can tell, you should have everything that is needed for this (a good iOS library, adapter frameworks for integration with WebView etc.). The "only" thing missing is Cordova-specific "glue logic".

I myself am not deep enough in iOS programming, but would be more than willing to support such a project to an extend I am able to give.

derwaldgeist avatar Feb 09 '16 17:02 derwaldgeist

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" SDK: https://github.com/EricssonResearch/openwebrtc-ios-sdk/tree/master/SDK/Hybrid

Do you know what would be missing?

stefanalund avatar Feb 10 '16 08:02 stefanalund