RTCIceCandidatePairStats: packetsDiscardedOnSend property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The packetsDiscardedOnSend property of the RTCIceCandidatePairStats dictionary indicates the total number of packets discarded due to socket errors

The errors might be caused, for example, by attempting to pass packets to the socket when it is full.

Value

An integer value indicating the total number of packets discarded due to socket errors.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcicecandidatepairstats-packetsdiscardedonsend

Browser compatibility

BCD tables only load in the browser

See also