- From: Eric Shepherd via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Nov 2018 19:50:13 +0000
- To: public-webrtc-logs@w3.org
I think there ought to be an additional option, `combineSurfaces`, with the default value of `true`, where if `true`, the windows of an application, or the browser tabs if multiple tabs are able to be captured at once, are all drawn into a single track using whatever background is decided upon (it might make sense to have an option to specify transparent or a color to use for the background). If `combineSurfaces` is `false`, on the other hand, each window or tab is captured into its own `MediaStreamTrack`. This would give greater flexibility, and would allow some really interesting stuff to be done presentationally when there are multiple surfaces being captured. -- GitHub Notification of comment by a2sheppy Please view or discuss this issue at https://github.com/w3c/mediacapture-screen-share/issues/71#issuecomment-443319309 using your GitHub account
Received on Friday, 30 November 2018 19:50:14 UTC