Skip to content

Commit

Permalink
Explicit task queuing for each track
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Jan 14, 2024
1 parent e2de6f7 commit 368c8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -598,8 +598,8 @@ conforming IDL fragments, as described in the Web IDL specification. [[!WEBIDL]]
for=MediaSessionAction>togglemicrophone</a> or <a enum-value
for=MediaSessionAction>togglecamera</a> <a>media session action</a>, user
agent MUST first execute the corresponding {{MediaSessionActionHandler}},
and then execute the steps to <a>set MediaStreamTrack muted state</a> for
each related <a>MediaStreamTrack</a>.
and then, for each related <a>MediaStreamTrack</a>, [=queue a task=] to
execute the steps to <a>set MediaStreamTrack muted state</a>.
</p>

<p class=note>
Expand Down

0 comments on commit 368c8b0

Please sign in to comment.