web api instance property
RTCDataChannelStats: state property
The state property of the RTCDataChannelStats dictionary returns a string that indicates the readyState of the data channel’s underlying data connection: connecting, open, closing or closed.
Note that this property is required.
Values
A string containing the same value as the readyState property of the associated data channel.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.