Comment on Rtc.io – Open source WebRTC libraryparentComments−badfilesam12yDo you know if it could actually work on iOS and Android? It doesn't seem supported by Safari yet [1]. I'm deeply interested by capturing the microphone on mobile devices with WebRTC.[1] http://iswebrtcreadyyet.com−taterbase12yIf you use Bowser (https://labs.ericsson.com/apps/bowser) you can use WebRTC on web pages with iOS. Otherwise you can build the WebRTC library with your app and make use of the technology natively (https://code.google.com/p/webrtc/)−alecsmart112ySafari doesn't support it. But native apps can support it. I believe Chrome for mobile also supports it.−davidcann12yChrome on iOS does not. Chrome on some Android devices does.−yachtintransit12yyou should check out http://github.com/mschmulen/webrtc-demo it has web rtc running on iOS .
Comments
Do you know if it could actually work on iOS and Android? It doesn't seem supported by Safari yet [1]. I'm deeply interested by capturing the microphone on mobile devices with WebRTC.
[1] http://iswebrtcreadyyet.com
If you use Bowser (https://labs.ericsson.com/apps/bowser) you can use WebRTC on web pages with iOS. Otherwise you can build the WebRTC library with your app and make use of the technology natively (https://code.google.com/p/webrtc/)
Safari doesn't support it. But native apps can support it. I believe Chrome for mobile also supports it.
Chrome on iOS does not. Chrome on some Android devices does.
you should check out http://github.com/mschmulen/webrtc-demo it has web rtc running on iOS .