Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sync local-candidate url definition with webrtc-pc #782

Merged
merged 4 commits into from
Mar 7, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions webrtc-stats.html
Original file line number Diff line number Diff line change
Expand Up @@ -3384,9 +3384,9 @@ <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 =].
jan-ivar marked this conversation as resolved.
Show resolved Hide resolved
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 is MUST NOT be [= map/exist | present =].
jan-ivar marked this conversation as resolved.
Show resolved Hide resolved
</p>
</dd>
<dt>
<dfn>foundation</dfn> of type <span class="idlMemberType">DOMString</span>
Expand Down
Loading