RTCIceCandidatePairStats.currentRoundTripTime

The RTCIceCandidatePairStats property currentRoundTripTime is a floating-point value indicating the number of seconds it takes for data to be sent by this peer to the remote peer and back over the connection described by this pair of ICE candidates.

Syntax

rtt = rtcIceCandidatePairStats.currentRoundTripTime;

Value

A floating-point value indicating the round-trip time, in seconds for the connection described by the pair of candidates for which this RTCIceCandidatePairStats object offers statistics.

This value is computed by observing the time that elapsed between the most recent STUN request being sent to the remote peer and the response to that request arriving. This information may come from ongoing STUN connectivity checks as well as from consent requests made when the connection was initially being opened.

Specifications

Specification Status Comment
Identifiers for WebRTC's Statistics API
The definition of 'RTCIceCandidatePairStats.currentRoundTripTime' in that specification.
Candidate Recommendation Initial specification.

Browser compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
currentRoundTripTimeChrome Full support 71
Full support 71
Full support Yes
Alternate Name
Alternate Name Uses the non-standard name: currentRtt
Edge Full support ≤79
Full support ≤79
Full support ≤79
Alternate Name
Alternate Name Uses the non-standard name: currentRtt
Firefox No support NoIE No support NoOpera ? Safari ? WebView Android Full support YesChrome Android Full support 71
Full support 71
Full support Yes
Alternate Name
Alternate Name Uses the non-standard name: currentRtt
Firefox Android No support NoOpera Android ? Safari iOS ? Samsung Internet Android Full support 10.0
Full support 10.0
Full support Yes
Alternate Name
Alternate Name Uses the non-standard name: currentRtt

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown
Uses a non-standard name.
Uses a non-standard name.