RTCIceCandidatePairStats.retransmissionsSent
The RTCIceCandidatePairStats
dictionary's retransmissionsSent
property indicates the total number of STUN connectivity check request retransmissions that have been sent so far on the pair of candidates.
The number of retransmissions that have been received on the connection can be found in retransmissionsReceived
.
Syntax
retransmissionsSent = rtcIceCandidatePairStats.retransmissionsSent;
Value
An integer value indicating the total number of retransmitted STUN connectivity check requests have been sent on the connection referenced by this candidate pair so far.
Note: Retransmissions are connectivity check requests with a TRANSACTION_TRANSMIT_COUNTER
attribute whose req
field is greater than 1 (indicating that the request has been transmitted more than once). See RFC 7982 for further details.
Specifications
Specification |
---|
Identifiers for WebRTC's Statistics API (WebRTC Statistics) # dom-rtcicecandidatepairstats-retransmissionssent |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
retransmissionsSent |
No |
No |
No |
No |
? |
No |
No |
No |
No |
? |
No |
No |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCIceCandidatePairStats/retransmissionsSent