diff --git a/webrtc-stats.html b/webrtc-stats.html index c1c796c7..b46bf34e 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -1374,6 +1374,7 @@

RTCIceCandidateType candidateType; long priority; DOMString url; + boolean deleted = false; };

@@ -1442,6 +1443,23 @@

surfaced in an RTCPeerConnectionIceEvent.

+
+ deleted of type boolean, defaulting to false +
+
+

+ For local candidates, true indicates that the + candidate has been deleted/freed as described by [[!RFC5245]]. + For host candidates, this means that any network resources + (typically a socket) associated with the candidate have been + released. For TURN candidates, this means the TURN allocation + is no longer active. +

+

+ For remote candidates, this property is not applicable. +

+