RTCOutboundRtpStreamStats: headerBytesSent property

The headerBytesSent property of the RTCOutboundRtpStreamStats dictionary indicates the total number of RTP header and padding bytes sent for this synchronization source (SSRC).

Note that the total number of bytes sent as payload over the transport is equal to: headerBytesSent + bytesSent.

Value

A positive integer.

Specifications