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
inbound-rtpinboundaudiovideo
retransmittedBytesReceived
Total number of retransmitted bytes that were received for this SSRC, only including payload bytes.
Description
Non-negative integer
The total number of retransmitted bytes that were received for this SSRC, only including payload bytes.
This is a subset of bytesReceived. If RTX is not negotiated, retransmitted packets can not be identified and this member MUST NOT exist.
See also
- inbound-rtp->retransmittedBytesReceived(bits/s)
- inbound-rtp->bytesReceived
- inbound-rtp->packetsReceived
- WebRTC Statistics Specification
