W3cubDocs

/Web APIs

RTCIceCandidatePairStats: currentRoundTripTime property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The currentRoundTripTime property of the RTCIceCandidatePairStats dictionary indicates 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.

Value

A number 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

Browser compatibility

Desktop Mobile
Chrome Edge Firefox Opera Safari Chrome Android Firefox for Android Opera Android Safari on IOS Samsung Internet WebView Android WebView on iOS
currentRoundTripTime 7158 7979 142 5845 11–16.2 7158 142 5043 11–16.2 10.07.0 7158 11–16.2

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