RTCDataChannelStats: dataChannelIdentifier property

We’d love to hear your thoughts on the next set of proposals for the JavaScript language. You can find a description of the proposals here.
Please take two minutes to fill out our short survey.

The dataChannelIdentifier property of the RTCDataChannelStats dictionary containing the id of the associated RTCDataChannel providing these statistics.

Using the dataChannelIdentifier, you can correlate this statistics object to a particular RTCDataChannel.

Value

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

Specifications

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

Browser compatibility