Back to Content

RTCIceCandidatePairStats: responsesSent property

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

latest634 B
Original Source

{{APIRef("WebRTC")}}

The responsesSent property of the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the total number of {{Glossary("STUN")}} connectivity check responses that have been sent so far on the connection described by this pair of candidates.

Value

An integer value indicating the number of times a response has been sent to a {{Glossary("STUN")}} connectivity check request.

[!NOTE] Since it isn't possible to tell the difference between connectivity check requests and consent requests, this value includes both.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}