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

 

 

Show: