WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
inbound-rtpinboundaudiovideo
packetsDiscarded
The cumulative number of RTP packets discarded by the jitter buffer due to late or early-arrival.
Description
Non-negative integer
The cumulative number of RTP packets discarded by the jitter buffer due to late or early-arrival, i.e., these packets are not played out.
RTP packets discarded due to packet duplication are not reported in this metric XRBLOCK-STATS. Calculated as defined in RFC7002 section 3.2 and Appendix A.a.
See also
- inbound-rtp->packetsDiscarded/s
- inbound-rtp->packetsDiscarded(%)
- inbound-rtp->packetsReceived
- WebRTC Statistics Specification
