RTCTransportStats:dtlsState 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCTransportStats 字典的 dtlsState 属性是表示底层 RTCDtlsTransport 的当前状态的字符串。
该属性值与对应的 RTCDtlsTransport.state 属性相同。
值
字符串,其值可以是以下值之一:new、connecting、connected、closed、failed。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtctransportstats-dtlsstate> |