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
outbound-rtpoutboundaudiovideo

headerBytesReceived(bits/s)

The average number of header bits per second of the outgoing media stream.

Description

Real number; in bits per second

The average number of header bits per second of the outgoing media stream.

See also

Notes

  • outbound-rtp.headerBytesSent offers the accumulation of header bytes. Here, we are interested in the header bytes that were sent since the previous measurement of the metric
  • outbound-rtp.headerBytesSent is measured in bytes. For the calculation of this metric, we first convert it to bits by multiplying it by 8