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

packetsDiscardedOnSend

Last updated Applies toany rtcStats setup

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