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.
A string that will be one of the following values: new, connecting, connected, closed, failed.