RTCInboundRtpStreamStats: totalSamplesReceived property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since August 2022.
ThetotalSamplesReceived
property of theRTCInboundRtpStreamStats
dictionary indicates the total number of samples received on this stream, includingconcealedSamples
.
Note:The value is undefined for video streams.
In this article
Value
An positive integer.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API> # dom-rtcinboundrtpstreamstats-totalsamplesreceived> |
Browser compatibility
Loading…