Back to Content

RTCRemoteInboundRtpStreamStats: packetsReceived property

files/en-us/web/api/rtcremoteinboundrtpstreamstats/packetsreceived/index.md

latest681 B
Original Source

{{APIRef("WebRTC")}}{{SeeCompatTable}}

The packetsReceived property of the {{domxref("RTCRemoteInboundRtpStreamStats")}} dictionary returns the total number of {{Glossary("RTP")}} packets received from the synchronization source (SSRC) of this stream by the remote endpoint, including retransmissions.

Value

A positive integer value indicating the total number of received RTP packets at the remote endpoint.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}

See also

  • {{domxref("RTCRemoteInboundRtpStreamStats.ssrc")}}
  • {{domxref("RTCInboundRtpStreamStats.packetsReceived")}}