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

framesRendered

The total number of frames that have been rendered.

Description

Non-negative integer

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

It represents the total number of frames that have been rendered.

It is incremented just after a frame has been rendered.

See also

Notes

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

  • We haven’t seen it in action yet, but we’re still hopeful.