[Webkit-unassigned] [Bug 186294] Implement getDisplayMedia, the Screen Capture API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 12 01:28:39 PDT 2019
https://bugs.webkit.org/show_bug.cgi?id=186294
--- Comment #18 from philipp.weissensteiner at visocon.com ---
Thanks for the clarification, Eric.
Since the spec also mentions:
> In the case of audio, the user agent MAY present the end-user with audio sources to share. Which choices are available to choose from is up to the user agent, and the audio source(s) are not necessarily the same as the video source(s)
I'm wondering are there plans to introduce a selectable audio source for gDM?
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]);
--
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/8b94d5eb/attachment.html>
More information about the webkit-unassigned
mailing list