Firefox Tomorrow

web api instance property

RTCIceCandidatePairStats: consentRequestsSent property

View on MDN ↗

Limited availability

The consentRequestsSent property of the 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. 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

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.