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
inbound-rtpinboundaudiovideo
headerBytesReceived
Total number of RTP header and padding bytes received for this SSRC.
Description
Non-negative integer
Total number of RTP header and padding bytes received for this SSRC.
- This includes retransmissions
- This does not include the size of transport layer headers such as IP or UDP
headerBytesReceived + bytesReceived equals the number of bytes received as payload over the transport.
See also
- inbound-rtp->headerBytesReceived(bits/s)
- inbound-rtp->bytesReceived
- WebRTC Statistics Specification
