# ChannelPreviewMutedStatus

Renders a channel muted indicator inside [`ChannelList`](/chat/docs/sdk/react-native/core-components/channel-list/). This is the default component for the [`PreviewMutedStatus`](/chat/docs/sdk/react-native/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`

<partial id="chat-sdk/react-native/v8-latest/_partials/common-content/ui-components/channel-preview-messenger/props/channel"></partial>

### `muted`

Muted status of the channel.

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


---

This page was last updated at 2026-03-10T10:51:53.406Z.

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