RTCIceCandidatePairStats.responsesReceived
The responsesReceived
property in the RTCIceCandidatePairStats
dictionary indicates the total number of STUN connectivity check responses that have been received on the connection described by this pair of candidates.
Syntax
responsesReceived = rtcIceCandidatePairStats.responsesReceived;
Value
An integer value which specifies the number of STUN connectivity request responses that have been received on the connection described by this pair of candidates so far.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatepairstats-responsesreceived |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
responsesReceived |
Yes |
≤79 |
No |
No |
? |
11 |
Yes |
Yes |
No |
? |
11 |
Yes |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/responsesReceived