RTCRemoteOutboundRtpStreamStats:type 属性

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

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

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

规范

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

浏览器兼容性

BCD 表格仅在启用 JavaScript 的浏览器中加载。