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

Fix export of track-muted and set-track-muted. #986

Merged
merged 13 commits into from
Apr 25, 2024
5 changes: 3 additions & 2 deletions getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ <h4>Media Flow</h4>
<p>There are two dimensions related to the media flow for a
{{MediaStreamTrackState/"live"}} {{MediaStreamTrack}} : muted / not
muted, and enabled / disabled.</p>
<p><dfn data-export id=
<p><dfn export for=MediaStreamTrack id=
jan-ivar marked this conversation as resolved.
Show resolved Hide resolved
"track-muted">Muted</dfn> refers to the input to the
{{MediaStreamTrack}}. If live samples are not made
available to the {{MediaStreamTrack}} it is muted.</p>
Expand All @@ -918,7 +918,8 @@ <h4>Media Flow</h4>
<p>Whenever the [=User Agent=] initiates such a change, it MUST queue a
task, using the user interaction task source, to [=set a track's muted
state=] to the state desired by the user.</p>
<p>To <dfn class="abstract-op" id="set-track-muted">set a track's muted state</dfn> to
<p>To <dfn export for=MediaStreamTrack
jan-ivar marked this conversation as resolved.
Show resolved Hide resolved
id="set-track-muted">set a track's muted state</dfn> to
<var>newState</var>, the [=User Agent=] MUST run the following steps:</p>
<ol class="algorithm">
<li>
Expand Down
Loading