diff --git a/webrtc.html b/webrtc.html index 947c6b27e..5b4b11ea2 100644 --- a/webrtc.html +++ b/webrtc.html @@ -6366,24 +6366,22 @@
- The protocol used by the endpoint to communicate with the TURN server. This - is only present for local relay candidates. -
+ For local candidates of type {{RTCIceCandidateType/"relay"}} this is the + protocol used by the endpoint to communicate with the TURN server. For + all other candidates it is `null`.- 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. -
+ 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. For all other candidates it is + `null`.