RTCTransportStats:type 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCTransportStats 字典的 type 属性是一个值为 "transport" 的字符串。
通过遍历调用 RTCPeerConnection.getStats() 所返回的 RTCStatsReport 对象,你可以获得不同的统计信息。这一类型即指示了在特定迭代步骤中通过对象可获得的统计信息集合。值为 "transport" 则表示当前步骤中可用的统计信息即为 RTCTransportStats 中定义的数据。
值
值为 "transport" 的字符串。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcstats-type> |