From 22cdf325ea660f0db3f868b6e4e03e2419124d73 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Tue, 21 Apr 2020 12:32:38 +0200 Subject: [PATCH] Add iceState to RTCTransportStats (#564) Fixes #483 --- webrtc-stats.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/webrtc-stats.html b/webrtc-stats.html index 51218ce9..6ea1cde5 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3441,6 +3441,7 @@

DOMString rtcpTransportStatsId; RTCIceRole iceRole; RTCDtlsTransportState dtlsState; + RTCIceTransportState iceState; DOMString selectedCandidatePairId; DOMString localCertificateId; DOMString remoteCertificateId; @@ -3527,6 +3528,15 @@

{{RTCDtlsTransport}}.

+
+ iceState of type {{RTCIceTransportState}} +
+
+

+ Set to the current value of the {{RTCIceTransport/state}} + attribute of the underlying {{RTCIceTransport}}. +

+
selectedCandidatePairId of type DOMString