Skip to content

Commit

Permalink
remove deviceId from revocation algo part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar authored Aug 17, 2023
1 parent bc43e56 commit 2e3a088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getusermedia.html
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,7 @@ <h4>Life-cycle</h4>
</ol>
<p>If the end of the track was reached due to a user request, the event
source for this event is the user interaction event source.</p>
<p>To invoke the <dfn class="abstract-op">device permission revocation algorithm</dfn> with <var>permissionName</var> and
<p>To invoke the <dfn class="abstract-op">device permission revocation algorithm</dfn> with <var>permissionName</var>,
{{MediaDeviceInfo/deviceId}} <var>deviceId</var>, run the
following steps:</p>
<ol class="algorithm">
Expand Down

0 comments on commit 2e3a088

Please sign in to comment.