RTCRemoteInboundRtpStreamStats:type 属性
>RTCRemoteInboundRtpStreamStats 字典的 type 属性是值为 "remote-inbound-rtp" 的字符串。
通过遍历调用 RTCPeerConnection.getStats() 所返回的 RTCStatsReport 对象,你可以获得不同的统计信息。这一类型指示了在特定迭代步骤中对象所提供的统计信息集合。若其值为 "inbound-rtp",则表示当前步骤中可用的统计信息是 RTCRemoteInboundRtpStreamStats 中定义的那些数据。