RTCIceCandidatePairStats.bytesReceived

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

Syntax

received = rtcIceCandidatePairStats.bytesReceived;

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 Status Comment
Identifiers for WebRTC's Statistics API
The definition of 'RTCIceCandidatePairStats.bytesReceived' in that specification.
Candidate Recommendation Initial specification.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
bytesReceivedChrome Full support YesEdge Full support ≤79Firefox Full support 56IE No support NoOpera ? Safari ? WebView Android Full support YesChrome Android Full support YesFirefox Android Full support 56Opera Android ? Safari iOS ? Samsung Internet Android Full support Yes

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown