Skip to content

Commit

Permalink
Forgot one part.
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-ivar committed Apr 30, 2020
1 parent e159c60 commit 66f9d21
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions getusermedia.html
Expand Up @@ -2910,17 +2910,8 @@ <h2>Methods</h2>
steps to <a>resolve</a> <var>p</var>:</p>
<ol>
<li>
JIB
<p>If any of the local devices are attached to a
live MediaStreamTrack in the current
browsing context, set <var>list-permission</var> to
<code>"granted"</code>, otherwise set <var>list-permission</var>
to <code>"granted"</code> if <a>device information can be exposed</a> is
<code>true</code> and <code>"denied"</code> otherwise.</p>
</li>
<li>
<p>If <var>list-permission</var> is <code>"granted"</code>,
then <a>resolve</a> <var>p</var> with
<p>If <a>device information can be exposed</a> is
<code>true</code>, then <a>resolve</a> <var>p</var> with
<var>resultList</var>, and abort these steps.</p>
</li>
<li>
Expand Down

0 comments on commit 66f9d21

Please sign in to comment.