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

framesDecoded

The total number of frames correctly decoded for this RTP stream.

Description

Non-negative integer

MUST NOT exist for audio (this is video only).

It represents the total number of frames correctly decoded for this RTP stream, i.e., frames that would be displayed if no frames are dropped.

Notes

  • You want to strive to have the same number of framesDecoded as framesRendered