Skip to content

Commit

Permalink
Add iceState to RTCTransportStats (#564)
Browse files Browse the repository at this point in the history
Fixes #483
  • Loading branch information
alvestrand committed Apr 21, 2020
1 parent fb2b286 commit 22cdf32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions webrtc-stats.html
Expand Up @@ -3441,6 +3441,7 @@ <h3>
DOMString rtcpTransportStatsId;
RTCIceRole iceRole;
RTCDtlsTransportState dtlsState;
RTCIceTransportState iceState;
DOMString selectedCandidatePairId;
DOMString localCertificateId;
DOMString remoteCertificateId;
Expand Down Expand Up @@ -3527,6 +3528,15 @@ <h2>
{{RTCDtlsTransport}}.
</p>
</dd>
<dt>
<dfn>iceState</dfn> of type <span class="idlMemberType">{{RTCIceTransportState}}</span>
</dt>
<dd>
<p>
Set to the current value of the {{RTCIceTransport/state}}
attribute of the underlying {{RTCIceTransport}}.
</p>
</dd>
<dt>
<dfn>selectedCandidatePairId</dfn> of type <span class=
"idlMemberType">DOMString</span>
Expand Down

0 comments on commit 22cdf32

Please sign in to comment.