# ChannelPreviewMutedStatus

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


### `muted`

Muted status of the channel.

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


---

This page was last updated at 2026-04-17T17:33:44.945Z.

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/).