Back to Content

RTCIceCandidatePairStats: consentRequestsSent property

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

latest869 B
Original Source

{{APIRef("WebRTC")}}{{SeeCompatTable}}

The consentRequestsSent property of the {{domxref("RTCIceCandidatePairStats")}} dictionary indicates the total number of consent requests sent on this candidate pair.

If either or both of the peers in the pair access the internet via Network Address Translation (NAT), the other peer will need to regularly send a Session Traversal Utilities for NAT (STUN) request to the NAT firewall to ask for consent to allow traffic to flow. This property counts the number of requests. {{rfc("7675")}} has more information about NAT and consent.

Value

An integer value indicating the total number consent requests sent to the peers in the candidate pair.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}