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
volumeLevel 'off' | 'low' | 'medium' | 'high'
muted boolean
VideoJS