RTCRemoteOutboundRtpStreamStats:roundTripTimeMeasurements 属性
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
RTCRemoteOutboundRtpStreamStats 字典的 roundTripTimeMeasurements 属性是表示当前同步源(SSRC)接收到的有效往返时间测量值的总数的正整数。
该计数可用作衡量往返时间测量数据可用性和可靠性的指标。
值
表示有效往返时间测量的次数的正整数。
该值是 SSRC 接收到的 RTCP 发送方报告(SR)的数量,SR 报告包含“自上次 RR 的延迟(DLRR)”字段,你可从中推导出有效的往返时间(根据 RFC 3611, section 4.5: DLRR 报告块)。
规范
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcremoteoutboundrtpstreamstats-roundtriptimemeasurements> |