web api instance property
RTCRemoteOutboundRtpStreamStats: totalRoundTripTime property
Limited availability
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.
See also
DLRR Report Block