Firefox Tomorrow

web api instance property

RTCTransportStats: dtlsState property

View on MDN ↗

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

Value

A string that will be one of the following values: new, connecting, connected, closed, failed.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.