W3cubDocs

/Web APIs

RTCIceCandidatePairStats.retransmissionsReceived

The RTCIceCandidatePairStats dictionary's retransmissionsReceived property indicates the total number of STUN connectivity check request retransmissions that have been received so far on the pair of candidates.

The number of retransmissions that have been sent on the connection can be found in retransmissionsSent.

Value

An integer value indicating the total number of retransmitted STUN connectivity check requests have been received 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

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
retransmissionsReceived
No
No
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/retransmissionsReceived