Back to Content

RTCIceCandidatePairStats: responsesReceived property

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

latest534 B
Original Source

{{APIRef("WebRTC")}}

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.

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

{{Specifications}}

Browser compatibility

{{Compat}}