RTCRemoteOutboundRtpStreamStats:id 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCRemoteOutboundRtpStreamStats 字典的 id 属性是唯一标识此对象所描述统计信息对应的对象的字符串。
通过使用 id,你可以将此统计对象与其他统计对象关联起来,从而获取指定 WebRTC 对象(例如 RTCPeerConnection 或 RTCDataChannel)一段时间内的统计数据。
值
唯一标识此 RTCRemoteOutboundRtpStreamStats 对象提供统计信息所对应的对象的字符串。
ID 字符串的格式并未由规范定义,因此你无法可靠地对字符串内容做出任何假设,也不能假定特定对象类型的字符串格式将保持不变。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcstats-id> |