Re: WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Shazron
Please retweet: https://twitter.com/shazron/status/890686444808818688 On Thu, Jul 27, 2017 at 2:05 PM, Shazron wrote: > Sorry, didn't appear that the attachment was included by the mailing list. > > Here it is: > https://gist.github.com/shazron/7a7f4fbca4dc21b8dfba97fe45a89c6b > > On Thu, Jul 27

Re: WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Shazron
Sorry, didn't appear that the attachment was included by the mailing list. Here it is: https://gist.github.com/shazron/7a7f4fbca4dc21b8dfba97fe45a89c6b On Thu, Jul 27, 2017 at 11:45 AM, Shazron wrote: > Thanks Darryl, > To make it easier, I've attached a Brisk [1] file so you can easily file >

Re: WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Shazron
Thanks Darryl, To make it easier, I've attached a Brisk [1] file so you can easily file that bug report. Make sure you enter your credentials in the Brisk preferences first before submitting. This will cross-post your bug report to Apple and OpenRadar. OpenRadar is cross-posted to for visibility --

Re: WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Darryl Pogue
I did a bit of digging in the WebKit sources last night, and it looks like the WebRTC/MediaCapture stuff is all gated behind a preference that's only accessible via a private API. There was also a commit that mentioned something about apps needing to handle all the setup for A/V permissions. In a

Re: WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-27 Thread Filip Maj
IIRC, it's not uncommon for the webview to lag behind Mobile Safari. On Wed, Jul 26, 2017 at 11:47 PM, Toplak Daniel wrote: > He devs, > > Does anyone played with WebRTC on iOS? > > I get a test running only in Safari with iOS 11 Beta 4, but not in a cordova > app. > Both WKWebView and UIWebView

WebRTC (getUserMedia) in cordova-ios on iOS11

2017-07-26 Thread Toplak Daniel
He devs, Does anyone played with WebRTC on iOS? I get a test running only in Safari with iOS 11 Beta 4, but not in a cordova app. Both WKWebView and UIWebView seems to have no support of WebRTC. I did not find any official thing from apple, besides what'*s new in Safari 11: https://developer.a