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