dom / latest / rtcicecandidatepairstats / bytessent.html /

RTCIceCandidatePairStats.bytesSent

The RTCIceCandidatePairStats property bytesSent indicates the total number of payload bytes—that is, bytes which aren't overhead such as headers or padding—that hve 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

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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari WebView Android Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet
bytesSent
56
≤79
56
No
43
11
56
56
56
43
11
6.0

© 2005–2021 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