cordova-rtc / cordova-plugin-iosrtc

Cordova iOS plugin exposing the WebRTC W3C API
MIT License
690 stars 338 forks source link

actually request permission #772

Closed jerry2013 closed 1 year ago

jerry2013 commented 1 year ago

it seems to me that the function should make the attempt to request the permissions, not just checking them

hthetiot commented 1 year ago

It's weird I thought it was requesting it, I guess it was only returning status and was asking when getUserMedia was called, but again I'm surprised I recall it was asking before that.

Thx for logs fixes also.