Closed mrohnstock closed 1 year ago
Yep we need to add APIs in the ExoBrowser to ask permission to the user so that that permission is displayed in the UI...
Asking for permission could get bypassed with --disable-web-security
-flag in chrome/chromium by the way (#135).
tagged as enhancement
getUserMedia()
isn't working in breach.Examples are here: http://www.html5rocks.com/en/tutorials/getusermedia/intro/ Maybe this is only a permission issue, because chrome/chromium asks for permission to use microphone/webcam?