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
transporttransportnetwork
bytesReceived
Total bytes received over this transport.
Description
Unsigned long long
Total number of bytes received on this transport, including retransmissions. This counts bytes at the DTLS transport layer, encompassing all incoming data through the ICE transport - media, data channels, and DTLS control messages.
See also
- transport->bytesSent
- candidate-pair->bytesReceived
- WebRTC Statistics Specification

Notes
- This is a transport-level aggregate - it includes all media and data channel bytes flowing over this ICE transport