W3cubDocs

/Web APIs

RTCIceCandidatePairStats: bytesSent property

The RTCIceCandidatePairStats property bytesSent indicates the total number of payload bytes—that is, bytes which aren't overhead such as headers or padding—that have been sent so far on the connection described by the candidate pair.

The bytesReceived property reports the number of bytes received so far on the described connection.

Syntax

js

sent = rtcIceCandidatePairStats.bytesSent

Value

An integer value indicating the total number of bytes sent so far on the connection described by this candidate pair. Only data bytes are counted; overhead such as padding, headers, and the like are not included in this count.

Specifications

No specification found

No specification data found for api.RTCIceCandidatePairStats.bytesSent.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.

Browser compatibility

© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/bytesSent