Skip to content

Commit 74d9ab7

Browse files
committed
sync local-candidate url definition with webrtc-pc
after w3c/webrtc-pc#2773 decided to deprecate the url in the event.
1 parent fdffc88 commit 74d9ab7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webrtc-stats.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3384,9 +3384,9 @@ <h2>
33843384
</dt>
33853385
<dd>
33863386
<p>
3387-
For local candidates this is the URL of the ICE server from which the candidate
3388-
was obtained. It is the same as the {{RTCPeerConnectionIceEvent/url}} surfaced in the
3389-
{{RTCPeerConnectionIceEvent}}.
3387+
For local candidates of type {{RTCIceCandidateType/"srflx"}} or type
3388+
{{RTCIceCandidateType/"relay"}} this is the URL of the ICE server
3389+
from which the candidate was obtained.
33903390
</p>
33913391
<p>
33923392
For remote candidates, this property is MUST NOT be [= map/exist | present =].

0 commit comments

Comments
 (0)