TrackMutedIndicator
The TrackMutedIndicator
shows whether the participant's camera or microphone is muted or not. By default, a muted/unmuted icon is displayed for a camera, microphone, and screen sharing track.
Import
import { TrackMutedIndicator } from "@livekit/components-react";
Usage
<TrackMutedIndicator trackRef={trackRef} />
Properties
trackRef
TrackReferenceOrPlaceholder
show?
'always' | 'muted' | 'unmuted'
(Optional)