RTCInboundRtpStreamStats: packetsDiscarded property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2022.
ThepacketsDiscarded property of theRTCInboundRtpStreamStats dictionary indicates the cumulative number ofRTP packets that have been discarded by thejitter 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.
In this article
Value
A positive integer value.
This is calculated as defined inRFC 7002, section 3.2 (and appendix A.a.)
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-packetsdiscarded> |