Skip to content

Commit

Permalink
Updating according added isActivating
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed May 27, 2024
1 parent f90a279 commit 423575e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,9 @@ platform UI or media keys, thereby improving the user experience.
provided for the <a>active media session</a>.
</p>
<p>
A user agent MAY expose microphone, camera and screenshare state to web pages
via {{MediaStreamTrack}}'s {{MediaStreamTrack/muted}} attribute in addition
to {{MediaSessionAction/togglemicrophone}}, {{MediaSessionAction/togglecamera}}
A user agent MAY expose microphone, camera, and screenshare state to web pages
via {{MediaStreamTrack}}'s {{MediaStreamTrack/muted}} attribute in addition to
{{MediaSessionAction/togglemicrophone}}, {{MediaSessionAction/togglecamera}}
or {{MediaSessionAction/togglescreenshare}} [=media session action=]. In that
case, the user agent MUST execute the corresponding
{{MediaSessionActionHandler}} before running, as different tasks, the
Expand Down Expand Up @@ -1488,6 +1488,8 @@ parameter whose dictionary type is:
{{MediaSessionAction/togglemicrophone}}.</li>
<li>{{MediaSessionCaptureActionDetails}} for
{{MediaSessionAction/togglecamera}}.</li>
<li>{{MediaSessionCaptureActionDetails}} for
{{MediaSessionAction/togglescreenshare}}.</li>
<li>{{MediaSessionActionDetails}} for {{MediaSessionAction/hangup}}.</li>
<li>{{MediaSessionActionDetails}} for
{{MediaSessionAction/previousslide}}.</li>
Expand Down

0 comments on commit 423575e

Please sign in to comment.