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