WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
remote-outbound-rtpinboundaudiovideo
packetsSent
Total number of RTP packets sent for this SSRC.
Description
Non-negative integer
Total number of RTP packets sent for this SSRC. This includes retransmissions.
Calculated as defined in RFC3550 section 6.4.1.
This is what the remote peer told us he sent us, as reported via RTCP.
See also
- inbound-rtp->packetsreceived
- remote-outbound-rtp->bytesSent
- WebRTC Statistics Specification
