# ChannelPreviewMutedStatus

Component to render the muted status for a channel, within the [`ChannelList`](/chat/docs/sdk/react-native/v5/core-components/channel-list/) component.
This is the default component provided to the prop [`PreviewMutedStatus`](/chat/docs/sdk/react-native/v5/core-components/channel-list#previewmutedstatus/) on the `ChannelList` component.

## Props

### `channel`

Instance of Channel from stream-chat package.

| Type                                                |
| --------------------------------------------------- |
| [Channel](/chat/docs/javascript/creating-channels/) |


### `muted`

Value which stores the muted status of the Channel.

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


---

This page was last updated at 2026-07-10T16:05:06.952Z.

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