Skip to content
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

RTCPeerConnection? #130

Closed
CoinDev opened this issue Mar 24, 2014 · 3 comments
Closed

RTCPeerConnection? #130

CoinDev opened this issue Mar 24, 2014 · 3 comments

Comments

@CoinDev
Copy link

CoinDev commented Mar 24, 2014

I see getUserMedia is not implemented. Are the data channel RTC apis available?

@drkemp
Copy link
Contributor

drkemp commented Mar 25, 2014

We have not yet developed a shim for WebRTC and it is not yet supported directly in the mobile browsers we are targeting. (http://caniuse.com/#feat=rtcpeerconnection)
However - we welcome pull requests :)

@StephenFluin
Copy link
Contributor

I'm developing a shim to leverage Cordova's camera capabilities on mobile, and Chrome's on Chrome. I'd love to contribute, any tips on how you would like this packaged?

@mmocny
Copy link
Member

mmocny commented Mar 25, 2014

Before anyone dumps many hours into this, I think its safe to say these features are coming to the web platform (on Android, at least). WebRTC has been in chrome for mobile for a few releases now, and chrome webview finally backs android apps. Since the webview is stuck at chrome version 30, we will need to wait for a new android platform update, but in the mean time the cordova team is already looking at just bundling a newer chrome "webview" along with cordova-android applications.

For these reasons, I would probably advise: it would be super useful to work on polyfills for iOS (since its unclear if the next rev of webview will support it), but for Android lets just work on bundling in the latest version of chrome.

@mmocny mmocny closed this as completed May 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants