Since May 2023, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
The dataChannelsClosed property of the RTCPeerConnectionStats dictionary indicates the number of unique RTCDataChannel objects that have left the open state during their lifetime.
A channel will leave the open state if either end of the connection or the underlying transport is closed. Note that channels that transition to closing or closed without ever being open are not counted in this number.
A positive integer that indicates the number of unique RTCDataChannel objects that have left the open state during their lifetime.
| Specification |
|---|
| Identifiers for WebRTC's Statistics API> # dom-rtcpeerconnectionstats-datachannelsclosed> |
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Opera | Safari | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | WebView Android | WebView on iOS | |
dataChannelsClosed |
80 | 80 | 113 | 67 | 13.1 | 80 | 113 | 57 | 13.4 | 13.0 | 80 | 13.4 |
© 2005–2025 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnectionStats/dataChannelsClosed