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
bytesSent
Total number of RTP packets sent for this SSRC.
Description
Non-negative integer
Total number of RTP packets sent for this SSRC. This includes retransmissions. Calculated as defined in RFC3550 section 6.4.1.
See also
- outbound-rtp->bytesSent(bits/s)
- outbound-rtp->headerBytesSent
- outbound-rtp->retransmittedBytesSent
- outbound-rtp->packetsSent
- WebRTC Statistics Specification
