RTCRemoteInboundRtpStreamStats: totalRoundTripTime property
The totalRoundTripTime
property of the RTCRemoteInboundRtpStreamStats
dictionary indicates the cumulative number 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 the RTCP timestamps in the RTCP Receiver Report (RR), hence requires a DLSR value other than 0.
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-rtcremoteinboundrtpstreamstats-totalroundtriptime |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
totalRoundTripTime in 'remote-inbound-rtp' stats |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.