Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Direct Connection Permission #196

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -892,6 +892,12 @@ spec: webidl
<li>If <var>result</var> is {{"granted"}}, the UA MUST set the
{{"device-info"}} permission to {{"granted"}} for this <a>realm</a>.
</li>
<li>If <var>result</var> is {{"granted"}} and
<code>|descriptor|.{{PermissionDescriptor/name}}</code> is either
{{"camera"}} or {{"microphone"}}, the UA MAY set the
{{"direct-connection"}} permission to {{"granted"}} for this
<a>realm</a>.
</li>
<li>The UA MAY treat <var>result</var> as <a>new information about the
user's intent</a> with respect to the {{"device-info"}} permission for
this <a>realm</a> and other <a>realms</a> with the <a>same origin</a>,
Expand Down Expand Up @@ -1025,6 +1031,16 @@ spec: webidl
</dd>
</dl>
</section>
<section>
<h3 id="direct-connection">
Direct Connection
</h3>
<p>
The <dfn for="PermissionName" enum-value>"direct-connection"</dfn>
permission upgrades to a less strict IP handling mode of
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can consider saying "mode 1" here, rather than "a less strict IP handling mode".

[[rtcweb-ip-handling]].
</p>
</section>
</section>
<section>
<h2 id="automation">
Expand Down