RTCPeerConnectionStats: dataChannelsOpened property
Baseline 2023Newly available
Since May 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
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 |