LiveKit docs › Components › TrackMutedIndicator

---

# 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

```typescript
import { TrackMutedIndicator } from "@livekit/components-react";

```

## Usage

```tsx
<TrackMutedIndicator trackRef={trackRef} />

```

## Properties

- **`trackRef`** _(TrackReferenceOrPlaceholder)_: 

- **`show`** _('always' | 'muted' | 'unmuted')_ (optional): _(Optional)_

---

This document was rendered at 2026-06-07T11:32:48.392Z.
For the latest version of this document, see [https://docs.livekit.io/reference/components/react/component/trackmutedindicator.md](https://docs.livekit.io/reference/components/react/component/trackmutedindicator.md).

To explore all LiveKit documentation, see [llms.txt](https://docs.livekit.io/llms.txt).