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

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
packetsReceived in 'remote-inbound-rtp' stats
Experimental

See also