File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -1008,7 +1008,8 @@ interface MediaSession {
1008
1008
and <code> true</code> otherwise.
1009
1009
</li>
1010
1010
<li>
1011
- If <var> active</var> is <var> currentlyActive</var> , resolve
1011
+ If <var> active</var> is <var> currentlyActive</var> , <a>queue a task</a>
1012
+ using the [=user interaction task source=] to resolve
1012
1013
<var> p</var> with <code> undefined</code> and abort these steps.
1013
1014
</li>
1014
1015
<li>
@@ -1017,6 +1018,7 @@ interface MediaSession {
1017
1018
</li>
1018
1019
<li>
1019
1020
If the user agent denies the request to update the capture state,
1021
+ <a>queue a task</a> using the [=user interaction task source=] to
1020
1022
reject <var> p</var> with a <a exception>NotAllowedError</a> and
1021
1023
abort these steps.
1022
1024
</li>
@@ -1042,7 +1044,7 @@ interface MediaSession {
1042
1044
<li>
1043
1045
For each {{MediaStreamTrack}} whose source is of type
1044
1046
<var> captureKind</var> ,
1045
- <a>queue a task</a> using the [=user interaction task source=]
1047
+ <a>queue a task</a> using the [=user interaction task source=]
1046
1048
to [$set a track's muted state$] to <var> newMutedState</var> .
1047
1049
</li>
1048
1050
</ol>
You can’t perform that action at this time.
0 commit comments