Elad Alon
Elad Alon
## Introduction Some applications wish to concurrently capture multiple surfaces. Capturing multiple surfaces is doable using existing APIs - it is possible to call `getDisplayMedia()` multiple times. However, this is...
## Introduction Sites often wish to self-capture. For example, a slides deck application might wish to let the user stream the presentation to a virtual conference. Calling getDisplayMedia offers the...
# Summary ## Pre-Summary: Status There is a detailed [spec draft](https://eladalon1983.github.io/region-capture/), and Chrome is implementing this for an [origin trial](https://groups.google.com/a/chromium.org/g/blink-dev/c/yFUX0KfuUlo). ## Problem Overview Recall that applications may currently obtain a...
# Conditional Focus ## Problem When an application starts capturing a display-surface, the user agent faces a decision - should the captured display-surface be brought to the forefront, or should...
From the [getUserMedia() algorithm](https://www.w3.org/TR/mediacapture-streams/#dom-mediadevices-getusermedia), step 6.1 as of the time of this writing: > The User Agent MUST wait to proceed to the next step until the relevant settings object's...
Fixes w3c/mediacapture-main#887. *** Preview | Diff
## Problem When an application starts capturing a display-surface, the user agent faces a decision - should the captured display-surface be brought to the forefront, or should the capturing application...
It has come to my attention that some applications wish to capture multiple display surfaces at the same time. Some examples include: * Streamers presenting multiple surfaces. [*] * Managed...
Section 9.2.1 refers to "Active User Consent" (henceforth: AUC). As of the time of this writing, it reads: > Active user consent is sufficient where there is little or no...
During the last editors' meeting, the question arose of whether `restrictOwnAudio` should be settable. It seems to me that the best thing to do would be to have `getCapabilities()` return...