RTCRemoteOutboundRtpStreamStats: type 属性

可用性有限

此特性不是基线特性,因为它在一些最广泛使用的浏览器中不起作用。

RTCRemoteOutboundRtpStreamStats 字典的 type 属性是一个字符串,其值为 "remote-outbound-rtp"

通过迭代调用 RTCPeerConnection.getStats() 返回的 RTCStatsReport 对象来获取不同的统计信息。type 指示在特定迭代步骤中通过对象可用的统计信息集。值为 "remote-outbound-rtp" 表示当前步骤中可用的统计信息是在 RTCRemoteOutboundRtpStreamStats 中定义的统计信息。

值为 "remote-outbound-rtp" 的字符串。

规范

规范
WebRTC 统计 API 的标识符
# dom-rtcstats-type

浏览器兼容性