label
Summary
A unique identifier that can be used to distinguish this RTCDataChannel object from other RTCDataChannel objects.
Property of apis/webrtc/RTCDataChannelapis/webrtc/RTCDataChannel
Syntax
Note: This property is read-only.
var result = object.label;
Return Value
Returns an object of type StringString
Related specifications
- W3C Web RTC Specification
- W3C Editor’s Draft