Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Define DisplayMediaStreamConstraints.selfBrowserSurface #216

Merged
merged 11 commits into from
Apr 7, 2022
Prev Previous commit
Next Next commit
rm default value
  • Loading branch information
eladalon1983 committed Apr 7, 2022
commit d3ef152700b369b6427575904a53c726ae826643
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ <h2>DisplayMediaStreamConstraints</h2>
dictionary DisplayMediaStreamConstraints {
eladalon1983 marked this conversation as resolved.
Show resolved Hide resolved
(boolean or MediaTrackConstraints) video = true;
(boolean or MediaTrackConstraints) audio = false;
SelfCapturePreferenceEnum selfBrowserSurface = "none";
SelfCapturePreferenceEnum selfBrowserSurface;
};</pre>
<section>
<h2>Dictionary <a class="idlType">DisplayMediaStreamConstraints</a>
Expand Down Expand Up @@ -804,8 +804,7 @@ <h2>Dictionary <a class="idlType">DisplayMediaStreamConstraints</a>
will not contain an audio track.</p>
</dd>
<dt>
<dfn><code>selfBrowserSurface</code></dfn> of type {{SelfCapturePreferenceEnum}},
defaulting to {{SelfCapturePreferenceEnum/none}}
<dfn><code>selfBrowserSurface</code></dfn> of type {{SelfCapturePreferenceEnum}}
</dt>
<dd>
If present, signals application preference for whether the
Expand Down