RTCIceCandidatePairStats.responsesReceived
The responsesReceived
property
in the RTCIceCandidatePairStats
dictionary indicates the total number
of STUN connectivity check responses that have been received on the
connection described by this pair of candidates.
Syntax
responsesReceived = rtcIceCandidatePairStats.responsesReceived;
Value
An integer value which specifies the number of STUN connectivity request responses that have been received on the connection described by this pair of candidates so far.
Specifications
Specification | Status | Comment |
---|---|---|
Identifiers for WebRTC's Statistics API The definition of 'RTCIceCandidatePairStats.responsesReceived' in that specification. |
Candidate Recommendation | Initial specification. |
Browser compatibility
BCD tables only load in the browser