Firefox Tomorrow

web api instance property

RTCIceCandidatePairStats: requestsSent property

View on MDN ↗

The requestsSent property of the RTCIceCandidatePairStats dictionary indicates the total number of STUN connectivity check requests that have been sent so far on the connection described by this pair of candidates.

Value

An integer value which specifies the number of STUN connectivity requests that have been sent to date on the connection described by this pair of ICE candidates.

[!NOTE] The reported number of requests does not include retransmissions. If a request had to be repeated due to network issues, it will not be counted multiple times here. This differs from requestsReceived, which does include retransmissions.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.