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