RTCRemoteOutboundRtpStreamStats: totalRoundTripTime property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The totalRoundTripTime
property of the RTCRemoteOutboundRtpStreamStats
dictionary indicates the sum of all round trip time (RTT) measurements since the beginning of the session, in seconds.
The individual round trip time is calculated based on RTCP timestamps in the DLRR report block of RTCP Sender Reports (SR).
The average RTT can be computed by dividing totalRoundTripTime
by roundTripTimeMeasurements
.
Value
A number indicating the total round trip time for the session, in seconds.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcremoteoutboundrtpstreamstats-totalroundtriptime |