RTCDataChannelStats: protocol property

The protocol property of the RTCDataChannelStats dictionary returns a string containing the protocol of the associated data channel.

The value is defined by the website or app when it creates the data channel.

Value

A string containing the same value as the RTCDataChannel.protocol property of the associated data channel.

If no protocol was defined, this will be the empty string ("").

Specifications

Specification
Identifiers for WebRTC's Statistics API
# dom-rtcdatachannelstats-protocol

Browser compatibility

desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
protocol in 'data-channel' stats

See also