blob: 7fb89340b865ee84b1f78789202f0b997a3dc970 (
plain)
1
2
3
4
5
6
7
8
9
|
<!-- go/cmark -->
<!--* freshness: {owner: 'hta' reviewed: '2024-01-08'} *-->
# getStats in WebRTC
The WebRTC getStats API is specified in
https://w3c.github.io/webrtc-stats/
and allows querying information about the current state of a RTCPeerConnection
API and some of its member objects.
|