MediaStreamTrack.label

The read-only property MediaStreamTrack.label returns a DOMString containing a user agent-assigned label that identifies the track source, as in "internal microphone". The string may be left empty and is empty as long as no source has been connected. When the track is deassociated from its source, the label is not changed.

SyntaxEdit

 var name = track.label;

ExampleEdit

SpecificationsEdit

Specification Status Comment
Media Capture and Streams
The definition of 'MediaStreamTrack.label' in that specification.
Candidate Recommendation Initial specification.

Browser compatibilityEdit

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) (Yes) Not supported (Yes) ?

See alsoEdit

Document Tags and Contributors

 Contributors to this page: fscholz, teoli
 Last updated by: fscholz,