Skip to content Skip to sidebar Skip to footer

How To Remember Camera/mic Permissions On Chrome For Android?

I'm writing a WebRTC app that is designed to be used from an Android tablet. When you access the app, Chrome prompts you to Allow or Deny access to the camera/microphone. Accordi

Solution 1:

According to the chromium devs, this is by design and they won't fix this, for privacy reasons.

https://code.google.com/p/chromium/issues/detail?id=274022&can=1&q=webrtc%20permission&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

Solution 2:

This is fixed and the behavior on mobile with respect to remembering the user's permission is the same as on desktop from M33 for Chrome on Android.

Post a Comment for "How To Remember Camera/mic Permissions On Chrome For Android?"