RTCIceCandidatePairStats: bytesReceived property

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

The bytesSent property reports the number of bytes sent so far on the described connection.

Value

An integer value indicating the total number of bytes received 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

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcicecandidatepairstats-bytesreceived

Browser compatibility

BCD tables only load in the browser