diff --git a/files/en-us/web/api/rtcicecandidatepairstats/currentroundtriptime/index.md b/files/en-us/web/api/rtcicecandidatepairstats/currentroundtriptime/index.md index 3d5eefa5ab2b74d..879e04bcb37e657 100644 --- a/files/en-us/web/api/rtcicecandidatepairstats/currentroundtriptime/index.md +++ b/files/en-us/web/api/rtcicecandidatepairstats/currentroundtriptime/index.md @@ -12,7 +12,7 @@ The **`currentRoundTripTime`** property of the {{domxref("RTCIceCandidatePairSta ## Value -A real number indicating the round-trip time, in seconds, for the connection described by the pair of candidates for which this `RTCIceCandidatePairStats` object offers statistics. +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 {{Glossary("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. diff --git a/files/en-us/web/api/rtcicecandidatepairstats/index.md b/files/en-us/web/api/rtcicecandidatepairstats/index.md index 90a6d334e4574dd..1d14473f7fe7177 100644 --- a/files/en-us/web/api/rtcicecandidatepairstats/index.md +++ b/files/en-us/web/api/rtcicecandidatepairstats/index.md @@ -30,7 +30,7 @@ The statistics can be obtained by iterating the {{domxref("RTCStatsReport")}} re - {{domxref("RTCIceCandidatePairStats/consentRequestsSent", "consentRequestsSent")}} {{optional_inline}} - : An integer representing the total number of [STUN](/en-US/docs/Web/API/WebRTC_API/Protocols#stun) consent requests sent on this candidate pair. - {{domxref("RTCIceCandidatePairStats.currentRoundTripTime", "currentRoundTripTime")}} {{optional_inline}} - - : A real number representing the total time, in seconds, that elapsed between the most recently-sent STUN request and the response being received. + - : A number representing the total time, in seconds, that elapsed between the most recently-sent STUN request and the response being received. This may be based upon requests that were involved in confirming permission to open the connection. - {{domxref("RTCIceCandidatePairStats.lastPacketReceivedTimestamp", "lastPacketReceivedTimestamp")}} {{optional_inline}} - : A {{domxref("DOMHighResTimeStamp")}} value indicating the time at which the last packet was received by the local peer from the remote peer for this candidate pair. Timestamps are not recorded for STUN packets.