Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

MediaStreamTrack.enabled

The MediaStreamTrack.enabled property 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 effect.

Syntax

var bool = track.enabled;
track.enabled = [true | false];

Example

Specifications

Specification Status Comment
Media Capture and Streams
The definition of 'enabled' in that specification.
Editor's Draft Initial specification.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) 24 (24) No support (Yes) ?
Feature Android Android Webview Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile Chrome for Android
Basic support ? (Yes) 24.0 (24) No support ? ? (Yes)

See also

Document Tags and Contributors

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