MediaStreamTrack.enabled

The read-only property MediaStreamTrack.enabled returns a Boolean with a value of true if the track is enabled, that is allowed to render the media source stream; or false if it is disabled, that is not rendering the media source stream but silence and blackness. If the track has been disconnected, this value can be changed but has no more effect.

SyntaxEdit

var bool = track.enabled;

ExampleEdit

SpecificationsEdit

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

Browser compatibilityEdit

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

See alsoEdit

Document Tags and Contributors

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