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-rtpinboundvideo
framesReceived
The total number of complete frames received on this RTP stream.
Description
Non-negative integer
MUST NOT exist for audio (this is video only).
Represents the total number of complete frames received on this RTP stream. This metric is incremented when the complete frame is received.
See also
- inbound-rtp->framesReceived/s
- inbound-rtp->framesDecoded
- inbound-rtp->framesRendered
- inbound-rtp->framesDropped
- WebRTC Statistics Specification
