[Webkit-unassigned] [Bug 235469] getDisplayMedia() doesn't work with multiple screens

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 7 03:58:02 PST 2022


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

Anders Johan Dalshov <ajdalshov at icloud.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ajdalshov at icloud.com

--- Comment #3 from Anders Johan Dalshov <ajdalshov at icloud.com> ---
(In reply to Teodor from comment #0)
> When they try to share their screen (call to `getDisplayMedia({ video: {
> cursor: 'motion', logicalSurface: true }, audio: false})`), only the primary
> monitor (27-inch) is listed, while the secondary monitor is not listed.


It's worth noticing that they can share any of the two screens, but since there is no screen picker implemented yet, the stream received from getDisplayMedia will be the display in which the browser instance is placed on when calling getDisplayMedia(). So a temporary workaround is simply move the browser window to the screen you want to share before initiating screen sharing.

-- 
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/20220307/c0729dd5/attachment.htm>


More information about the webkit-unassigned mailing list