From 74d9ab75b04c0a25aa455bb38275a175bb2cc765 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Wed, 31 Jan 2024 09:42:00 +0100 Subject: [PATCH 1/4] sync local-candidate url definition with webrtc-pc after https://github.com/w3c/webrtc-pc/pull/2773 decided to deprecate the url in the event. --- webrtc-stats.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index b06c531..e83b590 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3384,9 +3384,9 @@

- 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.

For remote candidates, this property is MUST NOT be [= map/exist | present =]. From a0ca6a90ffc45d5a0c6b205717321fb7345ecf58 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Wed, 31 Jan 2024 09:50:25 +0100 Subject: [PATCH 2/4] tweak more --- webrtc-stats.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index e83b590..ea1e3a6 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3386,7 +3386,7 @@

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. + from which the candidate was obtained and defined in [[WEBRTC]].

For remote candidates, this property is MUST NOT be [= map/exist | present =]. @@ -3401,6 +3401,9 @@

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]].

+

+ For remote candidates, this property is MUST NOT be [= map/exist | present =]. +

foundation of type DOMString From f936b3bc0169d4be469e81709ba891a6019e66bc Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 7 Mar 2024 10:37:13 -0500 Subject: [PATCH 3/4] s/is MUST NOT/MUST NOT/ Co-authored-by: youennf --- webrtc-stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index ea1e3a6..b8ba516 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3389,7 +3389,7 @@

from which the candidate was obtained and defined in [[WEBRTC]].

- For remote candidates, this property is MUST NOT be [= map/exist | present =]. + For remote candidates, this property MUST NOT be [= map/exist | present =].

From 216e6e99db572a1a66febd4749aa7f2289db916a Mon Sep 17 00:00:00 2001 From: Jan-Ivar Bruaroey Date: Thu, 7 Mar 2024 10:37:22 -0500 Subject: [PATCH 4/4] s/is MUST NOT/MUST NOT/ Co-authored-by: youennf --- webrtc-stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index b8ba516..b94d1a3 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3402,7 +3402,7 @@

is only present for local relay candidates and defined in [[WEBRTC]].

- For remote candidates, this property is MUST NOT be [= map/exist | present =]. + For remote candidates, this property MUST NOT be [= map/exist | present =].