Skip to content

Commit

Permalink
Merge pull request #365 from martinthomson/defaultIceServers
Browse files Browse the repository at this point in the history
Adding an accessor for the browser-configured ICE servers
  • Loading branch information
alvestrand committed Nov 25, 2015
2 parents 0d5262c + 0f99ecd commit 0925c9a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions webrtc.html
Expand Up @@ -1429,6 +1429,17 @@ <h3>Interface Definition</h3>
this value is <code>null</code>.
</dd>

<dt>static readonly attribute FrozenArray&lt;RTCIceServer&gt; defaultIceServers</dt>

<dd>
<p>The <code>defaultIceServers</code> attribute provides a list of
ICE servers that are configured into the browser. A browser might
be configured to use local or private STUN or TURN servers. This
method allows an application to learn about these servers and
optionally use them.
</p>
</dd>

<dt>RTCConfiguration getConfiguration()</dt>

<dd>
Expand Down

0 comments on commit 0925c9a

Please sign in to comment.