[Webkit-unassigned] [Bug 186294] Implement getDisplayMedia, the Screen Capture API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 12 04:35:16 PDT 2019


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

--- Comment #19 from Octavian Naicu <naicuoctavian at gmail.com> ---
> As of right now, if you were developing a screen sharing application
> you would have to add the audio track manually, correct?
> 
> displayStream = gDM({ video: true });
> audioStream = gUM({ audio: true });
> 
> displayStream.addTrack(audioStream.getAudioTracks()[0]);

That's how we're doing it in Chrome and Firefox but I've never tested it with Safari.

https://blog.addpipe.com/screen-recording/

-- 
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/20190612/d53188d1/attachment.html>


More information about the webkit-unassigned mailing list