Does Phonegap Support Webrtc?
I want to build an augmented reality app. I was thinking of using something like the Wikitude SDK here http://www.wikitude.com/developer or using this javascript library https://gi
Solution 1:
As techfoobar said, WebRTC support is determined at the browser level. The WebRTC specification is far for finished. You can check the current support matrix of the draft specification. Recent versions of Firefox, Chrome and Opera supports the current implementation.
All Mobile browsers won't support it very soon. By now it works on Android with Chrome, but it's still missing on Windows IE. The only thing you can hope for is a phonegap plugin which simulates the WebRTC interface.
Solution 2:
Check out the OpenTok PhoneGap plugin. It doesn't do WebRTC but it does do video communication. Only works with iOS right now.
Solution 3:
Here is the complete library for android (chromium) hybrid app https://crosswalk-project.org/
Post a Comment for "Does Phonegap Support Webrtc?"