RTCRemoteInboundRtpStreamStats: packetsReceived property
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Experimental:This is anexperimental technology
Check theBrowser compatibility table carefully before using this in production.
ThepacketsReceived property of theRTCRemoteInboundRtpStreamStats dictionary returns the total number ofRTP packets received from thesynchronization source (SSRC) of this stream by the remote endpoint, including retransmissions.
In this article
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> |