Skip to content

Commit

Permalink
Add MediaSessionActionDetails.isActivating
Browse files Browse the repository at this point in the history
  • Loading branch information
youennf committed Feb 15, 2024
1 parent fac2b9a commit 18262b1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1362,6 +1362,7 @@ dictionary MediaSessionActionDetails {
double seekOffset;
double seekTime;
boolean fastSeek;
boolean isActivating;
};
</pre>

Expand Down Expand Up @@ -1399,6 +1400,18 @@ When the <a>media session action</a> is {{MediaSessionAction/seekto}}:
</li>
</ul>

When the <a>media session action</a> is {{MediaSessionAction/togglemicrophone}}
or {{MediaSessionAction/togglecamera}}:

<ul>
<li>
The <dfn dict-member for="MediaSessionActionDetails">isActivating</dfn>
<a>dictionary member</a> SHOULD be provided and will be <code>false</code>
if the user agent is about to [=pausing all input sources|pause all input sources=]
related to the [=media session action|action=] and <code>true</code> otherwise.
</li>
</ul>

<h2 id="permissions-policy">Permissions Policy Integration</h2>

This specification defines a <a>policy-controlled feature</a> identified by the
Expand Down

0 comments on commit 18262b1

Please sign in to comment.