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
bytesReceived
Total number of bytes received for this SSRC.
Description
Non-negative integer
Total number of bytes received for this SSRC. This includes retransmissions. Calculated as defined in RFC3550 section 6.4.1.
See also
- inbound-rtp->bytesReceived(bits/s)
- inbound-rtp->headerBytesReceived
- inbound-rtp->retransmittedBytesReceived
- remote-outbound-rtp->bytesSent
- inbound-rtp->packetsReceived
- WebRTC Statistics Specification
