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
retransmittedBytesSent
The total number of bytes that were retransmitted for this SSRC, only including payload bytes.
Description
Non-negative integer
The total number of bytes that were retransmitted for this SSRC, only including payload bytes.
- This is a subset of bytesSent
- If RTX is not negotiated, retransmitted bytes are sent over this ssrc. If RTX was negotiated, retransmitted bytes are sent over a separate SSRC but is still accounted for here.
See also
- outbound-rtp->retransmittedBytesSent(bits/s)
- outbound-rtp->bytesSent
- outbound-rtp->retransmittedPacketsSent
- outbound-rtp->packetsSent
- WebRTC Statistics Specification
