WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
candidate-paircandidate-pairnetwork
totalRoundTripTime/responsesReceived(ms)
The average round trip time, calculated from WebRTC stats metrics.
Description
Real number; in milliseconds
The average round trip time, calculated from WebRTC stats metrics.
This is calculated by dividing the totalRoundTripTime by responsesReceived.
See also
- candidate-pair->currentRoundTripTime
Notes
- WebRTC getStats() returns totalRoundTripTime in seconds. For the purpose of visualization, we convert it to milliseconds in rtcStats