RTCIceCandidatePairStats: totalRoundTripTime property
The RTCIceCandidatePairStats
dictionary's
totalRoundTripTime
property is 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.
Value
This floating-point value 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:
js
rtt =
rtcIceCandidatePairStats.totalRoundTripTime /
rtcIceCandidatePairStats.responsesReceived;
Specifications
No specification found
No specification data found for api.RTCIceCandidatePairStats.totalRoundTripTime
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
BCD tables only load in the browser