[Webkit-unassigned] [Bug 223198] acquiring videoTrack on 2nd instance mutes 1st instance

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 22 03:45:51 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=223198

--- Comment #1 from youenn fablet <youennf at gmail.com> ---
This is by design: only one page at a time can get camera and/or microphone.
The user can manage this through the camera/mic red icon.
The web page can rerequest getUserMedia access, for instance when it gets its tracks in muted state. getUserMedia will then only process the request when the page is visible.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210322/e42262cf/attachment.htm>


More information about the webkit-unassigned mailing list