WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived calculations, extracted features, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
On this page2 sections
outbound-rtpoutboundvideo
totalPacketSendDelay
Last updated Applies toany rtcStats setup
The total number of seconds that packets have spent buffered locally before being transmitted onto the network.
Description
Real number; in seconds
MUST NOT exist for audio (this is video only).
The total number of seconds that packets have spent buffered locally before being transmitted onto the network.
The time is measured from when a packet is emitted from the RTP packetizer until it is handed over to the OS network socket. This measurement is added to totalPacketSendDelay when packetsSent is incremented.
See also
- outbound-rtp->packetsSent
- outbound-rtc->totalPacketsSendDelay/packetsSent(ms)
- WebRTC Statistics Specification
