RTCIceCandidatePairStats: consentRequestsSent property

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

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. 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

This feature is defined in the following specifications:

Browser compatibility