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 page2 sections
candidate-pairoutboundvoicevideo
bytesDiscardedOnSend
Last updated Applies toany rtcStats setup
Total number of bytes for this candidate pair that have been discarded due to socket errors.
Description
Non-negative integer
Total number of bytes for this candidate pair that have been discarded due to socket errors, i.e. a socket error occurred when handing the packets containing the bytes to the socket.
This might happen due to various reasons, including full buffer or no available memory. Calculated as defined in RFC3550 section 6.4.1.
See also
- candidate-pair->bytesSent
- candidate-pair->packetsDiscardedOnSend
- WebRTC Statistics Specification
