Skip to content

Commit 4a9740d

Browse files
committed
FF142 RTCIceCandidatePairStats mandatory properties - relnote
1 parent 1f3bed5 commit 4a9740d

File tree

2 files changed

+5
-2
lines changed
  • files/en-us
    • mozilla/firefox/releases/142
    • web/api/rtcicecandidatepairstats/responsesreceived

2 files changed

+5
-2
lines changed

files/en-us/mozilla/firefox/releases/142/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,10 @@ Firefox 142 is the current [Nightly version of Firefox](https://www.firefox.com/
5252

5353
<!-- #### DOM -->
5454

55-
<!-- #### Media, WebRTC, and Web Audio -->
55+
#### Media, WebRTC, and Web Audio
56+
57+
- The {{domxref("RTCIceCandidatePairStats/currentRoundTripTime", "currentRoundTripTime")}}, {{domxref("RTCIceCandidatePairStats/totalRoundTripTime", "totalRoundTripTime")}}, and {{domxref("RTCIceCandidatePairStats/responsesReceived", "responsesReceived")}} properties of the {{domxref("RTCIceCandidatePairStats")}} dictionary are now supported. These return the current round trip time (RTT) and the information needed to calculate the average RTT for the connection.
58+
([Firefox bug 1371391](https://bugzil.la/1371391)).
5659

5760
<!-- #### Removals -->
5861

files/en-us/web/api/rtcicecandidatepairstats/responsesreceived/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ browser-compat: api.RTCStatsReport.type_candidate-pair.responsesReceived
88

99
{{APIRef("WebRTC")}}
1010

11-
The **`responsesReceived`** property in the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the total number of {{Glossary("STUN")}} connectivity check responses that have been received on the connection described by this pair of candidates.
11+
The **`responsesReceived`** property of the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the total number of {{Glossary("STUN")}} connectivity check responses that have been received on the connection described by this pair of candidates.
1212

1313
## Value
1414

0 commit comments

Comments
 (0)