RTCRemoteInboundRtpStreamStats: type 屬性
type 屬性是 RTCRemoteInboundRtpStreamStats 字典的一個字串屬性,其值為 "remote-inbound-rtp"。
透過迭代 RTCPeerConnection.getStats() 呼叫返回的 RTCStatsReport 物件,可以獲得不同的統計資訊。type 指示在特定迭代步驟中透過該物件可用的統計資訊集。值為 "inbound-rtp" 表示當前步驟中可用的統計資訊定義在 RTCRemoteInboundRtpStreamStats 中。