RTCRemoteInboundRtpStreamStats:transportId 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCRemoteInboundRtpStreamStats 字典的 transportId 属性是用于唯一标识与此 RTP 流底层传输相关联的 RTCTransportStats 统计对象的字符串。
将 RTCRemoteInboundRtpStreamStats 与 RTCTransportStats 对象相关联的方法是遍历 RTCStatsReport,查找那些其 RTCRemoteInboundRtpStreamStats.transportId 等于 RTCTransportStats.id 的统计对象。
值
包含被检查以生成与此 RTP 流相关联的 RTCTransportStats 对象的 id 的字符串。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcrtpstreamstats-transportid> |