Skip to content

Commit

Permalink
Merge pull request #2184 from henbos/190425_getDefaultIceServersFeatu…
Browse files Browse the repository at this point in the history
…reAtRisk

Mark getDefaultIceServers() as feature at risk
  • Loading branch information
aboba committed Apr 25, 2019
2 parents cd87acd + e3ddec1 commit 05b5494
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@

<p>The following features are marked as at risk:</p>
<ul>
<li>The value <a href="#dom-rtcrtcpmuxpolicy-negotiate"><code>negotiate</code></a> of RTCRtcpMuxPolicy</li>
<li>The <code>encodings</code> attribute of <code><a>RTCRtpReceiveParameters</a></code></li>
<li>The value <a href="#dom-rtcrtcpmuxpolicy-negotiate"><code>negotiate</code></a> of RTCRtcpMuxPolicy.</li>
<li>The <code>encodings</code> attribute of <code><a>RTCRtpReceiveParameters</a></code>.</li>
<li>The <code>getDefaultIceServers()</code> method of <code><a>RTCPeerConnection</a></code>.</li>
</ul>

</section>
Expand Down Expand Up @@ -3255,6 +3256,12 @@ <h2>Methods</h2>
the discretion of application developers, configuring a user
agent with these defaults does not per se increase a user's
ability to limit the exposure of their IP addresses.</p>
<div class="issue atrisk">
<p>Support for the <code>getDefaultIceServers()</code> method
of <code><a>RTCPeerConnection</a></code> is marked as a
feature at risk, since there is no clear commitment from
implementers.</p>
</div>
</dd>
<dt><dfn data-idl><code>getConfiguration</code></dfn></dt>
<dd>
Expand Down

0 comments on commit 05b5494

Please sign in to comment.