FrameworkStyle

MuteButton

A button component for muting and unmuting audio playback

Anatomy

<MuteButton />

API reference

Props

Prop Type Default
disabled boolean false
label string | function ''

State

State is accessible via the render, className, and style props.

Property Type
muted boolean
volumeLevel 'off' | 'low' | 'medium' | 'high'

Data attributes

Attribute Description
data-muted Present when the media is muted.
data-volume-level Indicates the volume level.
VideoJS