RTCInboundRtpStreamStats: framesReceived property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
The framesReceived
property of the RTCInboundRtpStreamStats
dictionary indicates the total number of complete frames received on this RTP stream over its lifetime.
Note that this may be lower than the total number of media source frames, which is provided in RTCVideoSourceStats.frames
.
Note: The value is undefined for audio streams.
Value
A positive number.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API # dom-rtcinboundrtpstreamstats-framesreceived |