Deyan koba
Deyan koba

Reputation: 288

WebRTC automatically grant access to user media

I've read how to ignore the WebRTC popup asking for user permission for the webcam on Chrome using --use-fake-ui-for-media-stream and grant permission automatically. Is there any way of doing this in Safari and Firefox?

Upvotes: 0

Views: 1202

Answers (1)

Philipp Hancke
Philipp Hancke

Reputation: 17305

In Firefox set media.navigator.permission.disabled to true (or use media.navigator.streams.fake which does not require permission) in about:config.

Upvotes: 1

Related Questions