Back to Content

RTCOutboundRtpStreamStats: headerBytesSent property

files/en-us/web/api/rtcoutboundrtpstreamstats/headerbytessent/index.md

latest550 B
Original Source

{{APIRef("WebRTC")}}

The headerBytesSent property of the {{domxref("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 + {{domxref("RTCOutboundRtpStreamStats.bytesSent","bytesSent")}}.

Value

A positive integer.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}