WebRTC Metrics
A comprehensive overview of WebRTC statistics, derived indicators, and observable signals, to better understand call quality, connectivity, and user experience in rtcStats
Back
candidate-pairinboundvoicevideo
requestsReceived
The total number of connectivity check requests received.
Description
Non-negative integer
Represents the total number of connectivity check requests received (including retransmissions).
It is impossible for the receiver to tell whether the request was sent in order to check connectivity or check consent, so all connectivity checks requests are counted here.
See also
- candidate-pair->responsesSent
- candidate-pair->requestsSent
- WebRTC Statistics Specification
