RTCOutboundRtpStreamStats: totalPacketSendDelay property

The totalPacketSendDelay property of the RTCOutboundRtpStreamStats dictionary represents the total time in seconds that packets have spent buffered locally before being transmitted.

The individual packet delay is the time between a packet being emitted from the RTP packetizer and it being handed over to the OS network socket. The individual delay is added to totalPacketSendDelay when packetsSent is incremented.

Note: The property is undefined for audio streams.

Value

The delay in seconds, represented as a number.

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcoutboundrtpstreamstats-totalpacketsenddelay

Browser compatibility

BCD tables only load in the browser