Skip to content

Commit

Permalink
Merge pull request #782 from fippo/url-iceevent-no-more
Browse files Browse the repository at this point in the history
sync local-candidate url definition with webrtc-pc
  • Loading branch information
jan-ivar authored Mar 7, 2024
2 parents fdffc88 + 216e6e9 commit c6f2c74
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3384,12 +3384,12 @@ <h2>
</dt>
<dd>
<p>
For local candidates this is the URL of the ICE server from which the candidate
was obtained. It is the same as the {{RTCPeerConnectionIceEvent/url}} surfaced in the
{{RTCPeerConnectionIceEvent}}.
For local candidates of type {{RTCIceCandidateType/"srflx"}} or type
{{RTCIceCandidateType/"relay"}} this is the URL of the ICE server
from which the candidate was obtained and defined in [[WEBRTC]].
</p>
<p>
For remote candidates, this property is MUST NOT be [= map/exist | present =].
For remote candidates, this property MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
Expand All @@ -3401,6 +3401,9 @@ <h2>
It is the protocol used by the endpoint to communicate with the TURN server. This
is only present for local relay candidates and defined in [[WEBRTC]].
</p>
<p>
For remote candidates, this property MUST NOT be [= map/exist | present =].
</p>
</dd>
<dt>
<dfn>foundation</dfn> of type <span class="idlMemberType">DOMString</span>
Expand Down

0 comments on commit c6f2c74

Please sign in to comment.