RTCTransportStats: dtlsState property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The dtlsState
property of the RTCTransportStats
dictionary is a string that indicates the current state of the underlying RTCDtlsTransport
.
This has the same value as the corresponding RTCDtlsTransport.state
property.
Value
A string that will be one of the following values: new
, connecting
, connected
, closed
, failed
.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtctransportstats-dtlsstate |