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
packetsReceived
Total number of RTP packets received for this SSRC.
Description
Non-negative integer
Total number of RTP packets received for this SSRC. This includes retransmissions.
At the receiving endpoint, this is calculated as defined in RFC3550 section 6.4.1.
For the sending endpoint, see remote-inbound-rtp.packetsReceived.
See also
- inbound-rtp->packetsReceived/s
- inbound-rtp->packetsLost
- inbound-rtp->retransmittedPacketsReceived
- remote-outbound-rtp->packetsSent
- inbound-rtp->bytesReceived
- WebRTC Statistics Specification
