RTCInboundRtpStreamStats: framesDecoded property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The framesDecoded property of the RTCInboundRtpStreamStats dictionary indicates the total number of video frames which have been decoded successfully for this media source.

This represents the number of frames that would have been displayed assuming no frames were skipped.

Note: The property is undefined for audio streams.