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 # dom-rtcicecandidatepairstats-retransmissionssent |
Browser compatibility
BCD tables only load in the browser