Cannot deny camera/microphone sharing permissions individually
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr45 | --- | unaffected |
firefox51 | --- | wontfix |
firefox52 | --- | fix-optional |
firefox-esr52 | --- | wontfix |
firefox53 | --- | wontfix |
firefox54 | --- | fix-optional |
firefox55 | --- | fix-optional |
People
(Reporter: pawandubey, Unassigned)
References
Details
(Keywords: privacy, ux-control, ux-discovery)
Reporter | ||
Updated•8 years ago
|
![]() |
||
Updated•8 years ago
|
![]() |
||
Updated•8 years ago
|
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•8 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Comment 5•8 years ago
|
||
Updated•8 years ago
|
Comment 6•8 years ago
|
||
![]() |
||
Comment 7•8 years ago
|
||
Comment 8•8 years ago
|
||
![]() |
||
Comment 9•8 years ago
|
||
Comment 10•7 years ago
|
||
Comment 11•5 years ago
|
||
This is a really unintuitive interface.
Any good WebRTC application will fall back to audio-only if the camera is not available, but in order to permit microphone but not camera you currently need to:
- Deny all permissions, remember selection.
- Open the WebRTC panel in the address bar and delete the "Blocked" microphone permission.
- Refresh the page.
- Allow the microphone permission when prompted again.
That's an insane workaround for what should be an extremely common use-case of "I want to join a meeting with audio only".
Since it is possible (though difficult) to manually permit Microphone permission while blocking Camera permissions, there's no reason why the UI shouldn't have that option readily available to begin with.
Updated•2 years ago
|
Comment 12•2 years ago
|
||
(In reply to Jan-Ivar Bruaroey [:jib] (needinfo? me) from comment #3)
The feature we had in 47 wasn't a great solution. Even though it tended to
work with a lot of web sites, it broke others, because they expected (quite
rightly according to the spec) to find both a video and audio track in the
resulting stream from a successful gUM call, and then the call didn't work.
What do the sites that broke with this Firefox 47 solution do if the user doesn't have a camera attached to their system at all? In that case, Firefox can only ask for permission to use the microphone, which it does.
To provide another use case, I'm totally blind and the controls for face muting on some sites (e.g. Jitsi Meet) are very confusing for a screen reader user. Granted, that's an issue Jitsi should fix. However, it would have been ideal if I could have been assured of my (visual) privacy by being able to deny access to the camera, in which case Jitsi Meet happily accepts only the microphone. Instead, I was unwittingly streaming my camera when I thought I wasn't.
Description
•