Limited availability
The totalRoundTripTime
property of the RTCIceCandidatePairStats
dictionary indicates the total time that has elapsed between sending STUN requests and receiving the responses, for all such requests that have been made so far on the pair of candidates described by this RTCIceCandidatePairStats
object.
This value includes both connectivity check and consent check requests.
ValueThis real number indicates the total number of seconds which have elapsed between sending out STUN connectivity and consent check requests and receiving their responses, for all such requests made so far on the connection described by this candidate pair.
You can calculate the average round-trip time (RTT) by dividing this value by the value of the responsesReceived
property:
rtt =
rtcIceCandidatePairStats.totalRoundTripTime /
rtcIceCandidatePairStats.responsesReceived;
Specifications Browser compatibility
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4