Open
Bug 1874041
Opened 1 year ago
Updated 5 months ago
Implement "togglemicrophone" and "togglecamera" MediaSession actions (e.g. from PiP window buttons)
Categories
(Core :: WebRTC: Audio/Video, enhancement)
Core
WebRTC: Audio/Video
Tracking
()
NEW
People
(Reporter: jib, Unassigned)
References
()
Details
Firefox's Picture-in-picture feature can be useful in video conferencing.
It would be even nicer if end-users had toggles for camera and microphone in the PiP window like they do in Chrome.
STRs:
- Open https://jsfiddle.net/jib1/q0uvnm6x/
- Click Firefox's PiP icon in the video (or the button labeled "PiP!" if in Chrome)
Expected result (works in Chrome):
- The PiP window has working toggles for camera and microphone
Actual result:
- The PiP window has no toggles for camera and microphone
Privacy:
- Implementing this securely may require Firefox to mute and unmute tracks. This is still being worked out in the spec:
Reporter | ||
Updated•5 months ago
|
Blocks: MediaSession
Summary: Implement "togglemicrophone" and "togglecamera" buttons in PiP windows → Implement "togglemicrophone" and "togglecamera" MediaSession actions (e.g. from PiP window buttons)
You need to log in
before you can comment on or make changes to this bug.
Description
•