RTCRemoteInboundRtpStreamStats: packetsReceived property

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The packetsReceived property of the RTCRemoteInboundRtpStreamStats dictionary returns the total number of 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

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcreceivedrtpstreamstats-packetsreceived

Browser compatibility

BCD tables only load in the browser

See also