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
outbound-rtpoutboundaudiovideo
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.
See also
- outbound-rtp->packetsSent/s
- outbound-rtp->retransmittedPacketsSent
- remote-inbound-rtp->packetsReceived
- remote-inbound-rtp->packetsLost
- outbound-rtp->bytesSent
- WebRTC Statistics Specification
