# ChannelPreviewMutedStatus

Renders a channel muted indicator inside [`ChannelList`](https://getstream.io/chat/docs/sdk/react-native/v8/core-components/channel-list/). This is the default component for the [`PreviewMutedStatus`](https://getstream.io/chat/docs/sdk/react-native/v8/core-components/channel-list#previewmutedstatus) prop.

## Best Practices

- Keep the muted indicator subtle to avoid cluttering list rows.
- Ensure muted state is derived from the channel’s current mute status.
- Provide accessible labels or hints for icon-only indicators.
- Use consistent iconography across channel previews.
- Hide the indicator entirely when `muted` is false.

## Props

### `channel`

Channel instance from the Stream Chat client.

| Type                                                |
| --------------------------------------------------- |
| [Channel](https://getstream.io/chat/docs/javascript/creating-channels/) |

### `muted`

Muted status of the channel.

| Type    |
| ------- |
| Boolean |

---

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/react-native/v8/ui-components/channel-preview-muted-status/](https://getstream.io/chat/docs/sdk/react-native/v8/ui-components/channel-preview-muted-status/).