The RTCIceCandidatePairStats
dictionary's requestsSent
property indicates the total number of STUN connectivity check requests that have been sent so far on the connection described by this pair of candidates.
On this page
RTCIceCandidatePairStats: requestsSent property
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 be counted multiple times here. This differs from requestsReceived
, which does include retransmissions.
Specifications
No specification data found for api.RTCIceCandidatePairStats.requestsSent
.
Check for problems with this page or contribute a missing spec_url
to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/requestsSent