Skip to content

Commit

Permalink
fix rtcicecandidate url description
Browse files Browse the repository at this point in the history
also restrict it to local candidates
  • Loading branch information
fippo committed Sep 12, 2018
1 parent 35e2665 commit e816770
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3016,9 +3016,13 @@ <h2>
</dt>
<dd>
<p>
The URL of the TURN or STUN server indicated in the that translated this IP
address. It is the URL address surfaced in an
<code>RTCPeerConnectionIceEvent</code>.
For local candidates this is the URL of the ICE server from
which the candidate was obtained. It is the same as the
<code>url</code> surfaced in the
<a href="https://w3c.github.io/webrtc-pc/#rtcpeerconnectioniceevent">RTCPeerConnectionIceEvent</a>.
</p>
<p>
For remote candidates, this property is not applicable.
</p>
</dd>
<dt>
Expand Down

0 comments on commit e816770

Please sign in to comment.