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
remote-outbound-rtpinboundaudiovideo

totalRoundTripTime/roundTripTimeMeasurements(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 roundTripTimeMeasurements.

See also

Notes

  • WebRTC getStats() returns totalRoundTripTime in seconds. For the purpose of visualization, we convert it to milliseconds in rtcStats