This documentation is archived and is not being maintained.
muted property
Returns true if the track is muted or false if the track is not muted.
Syntax
| JavaScript |
ptr = object.muted
|
Property values
Type: boolean
If true, the track is muted. If false, the track is not muted.
See also
-
MediaStreamTrack