RTCPeerConnectionStats: dataChannelsOpened property
Baseline
Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since May 2023.
The dataChannelsOpened property of the RTCPeerConnectionStats dictionary indicates the number of unique RTCDataChannel objects that have entered the open state during their lifetime.
Value
A positive integer that indicates the number of unique RTCDataChannel objects that have entered the open state during their lifetime.
Specifications
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcpeerconnectionstats-datachannelsopened> |