Firefox Tomorrow

web api instance property

RTCInboundRtpStreamStats: packetsDiscarded property

View on MDN ↗

The packetsDiscarded property of the RTCInboundRtpStreamStats dictionary indicates the cumulative number of RTP packets that have been discarded by the jitter buffer due to late or early-arrival, and are hence not played out.

The value does not include packets that are discarded to due to packet duplication.

Value

A positive integer value.

This is calculated as defined in 7002 (and appendix A.a.)

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also