RTCRemoteOutboundRtpStreamStats: totalRoundTripTime 属性
RTCRemoteOutboundRtpStreamStats 字典的 totalRoundTripTime 属性表示自会话开始以来所有往返时间 (RTT) 测量的总和,单位为秒。
单个往返时间是根据 RTCP Sender Reports (SR) 的 DLRR 报告块中的 RTCP 时间戳计算的。平均 RTT 可以通过将 totalRoundTripTime 除以 roundTripTimeMeasurements 来计算。
值
一个指示会话总往返时间的数字,单位为秒。
规范
| 规范 |
|---|
| WebRTC 统计 API 的标识符 # dom-rtcremoteoutboundrtpstreamstats-totalroundtriptime |
浏览器兼容性
加载中…