Back to Content

RTCInboundRtpStreamStats: totalSamplesReceived property

files/en-us/web/api/rtcinboundrtpstreamstats/totalsamplesreceived/index.md

latest432 B
Original Source

{{APIRef("WebRTC")}}

The totalSamplesReceived property of the {{domxref("RTCInboundRtpStreamStats")}} dictionary indicates the total number of samples received on this stream, including {{domxref("RTCInboundRtpStreamStats/concealedSamples","concealedSamples")}}.

[!NOTE] The value is undefined for video streams.

Value

A positive integer.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}