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