ChannelPreviewMutedStatus
Component to render the muted status for a channel, within the ChannelList
component.
This is the default component provided to the prop PreviewMutedStatus
on the ChannelList
component.
Props
required channel
Instance of Channel from stream-chat package.
Type |
---|
Channel |
required muted
Value which stores the muted status of the Channel
Type |
---|
boolean |