web api instance property
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
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.