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
candidate-pairoutboundvoicevideo
packetsDiscardedOnSend
Total number of packets for this candidate pair that have been discarded due to socket errors.
Description
Non-negative integer
Total number of packets for this candidate pair that have been discarded due to socket errors, i.e. a socket error occurred when handing the packets to the socket.
This might happen due to various reasons, including full buffer or no available memory.
See also
- candidate-pair->packetsSent
- candidate-pair->bytesDiscardedOnSend
- WebRTC Statistics Specification
