Firefox Tomorrow

web api instance property

RTCRemoteInboundRtpStreamStats: packetsReceived property

View on MDN ↗

Limited availability

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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also