WebRTC Metrics

A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats

Back
On this page3 sections
transporttransportnetwork

bytesSent

Last updated Applies toany rtcStats setup

Total bytes sent over this transport.

Description

Unsigned long long

Total number of bytes sent over this transport, including retransmissions. This counts bytes at the DTLS transport layer, meaning it encompasses all data flowing through the ICE transport - media, data channels, and DTLS control messages alike.

See also

Notes

  • Includes all DTLS overhead; for RTP-only byte counts, refer to individual inbound/outbound-rtp bytesSent/bytesReceived metrics