# ChannelPreviewMutedStatus

Component to render the muted status for a channel, within the [`ChannelList`](/chat/docs/sdk/react-native/v4/core-components/channel-list/) component.
This is the default component provided to the prop [`PreviewMutedStatus`](/chat/docs/sdk/react-native/v4/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-05-22T16:32:02.935Z.

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