Closed
Bug 1129258
Opened 11 years ago
Closed 4 years ago
Backend for getUserMedia to allow switching devices/muting after initial permission grant
Categories
(Core :: WebRTC: Audio/Video, defect, P4)
Core
WebRTC: Audio/Video
Tracking
()
RESOLVED
DUPLICATE
of bug 1642799
| backlog | webrtc/webaudio+ |
People
(Reporter: mreavy, Unassigned)
References
(Blocks 3 open bugs)
Details
+++ This bug was initially created as a clone of Bug #1129254 +++
When using getUserMedia, we need UI to allow the application to swap to a different camera or mic, or to swap to/from muted (black or a slate (camera with circle-slash perhaps)).
This bug covers back-end support for these new options; basically to implement "switch source to Foo" and "switch to/from Muted".
| Reporter | ||
Updated•11 years ago
|
Assignee: nobody → rjesup
| Reporter | ||
Updated•11 years ago
|
backlog: --- → webRTC+
Rank: 35
Priority: -- → P3
Comment 1•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Comment 3•4 years ago
|
||
I think this has largely been overtaken by bug 1642799, which covers "switch to/from Muted".
Writing down the remaining things we perhaps had in mind here:
- Customize a privacy screen on mute instead of just black ("switch source to Foo").
- Let users start out (and stay) muted from the get-go in the Firefox permission prompt, either for privacy or lack of a camera (e.g. to overcome sites that don't otherwise support joining with audio-only).
But I think we can close this until we have a product ask.
Status: NEW → RESOLVED
Closed: 4 years ago
Flags: needinfo?(jib)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•