The useTrackMutedIndicator hook is used to implement the TrackMutedIndicator component and returns the muted state of the given track.
useTrackMutedIndicator
TrackMutedIndicator
const { isMuted } = useTrackMutedIndicator(trackRef);
Optional
Generated using TypeDoc
The
useTrackMutedIndicator
hook is used to implement theTrackMutedIndicator
component and returns the muted state of the given track.Example