Firefox Tomorrow

web api instance property

RTCIceCandidatePairStats: packetsDiscardedOnSend property

View on MDN ↗

Limited availability

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also