Mute/Unmute a List of Channel Members
Moderators can mute and unmute users. When a user is muted, they cannot send messages in a channel. However, muted users will still be allowed to observe messages in a channel. The status of being muted is indefinite but is only applied at the channel level. The mute and unmute operations can be done viaChannel
object.
Muting Channel Members
When a user is muted, they cannot send messages in a channel and all the messages sent by that user to that channel will be rejected. This method is useful for preventing certain members from sending inappropriate messages, but still allowing them to participate in the conversation in a read-only manner. The timeout property allows you to make the timeout temporary, or permanent until unset by passing in -1
.
Unmuting Channel Members
This feature is not applicable in Broadcast
and Conversation
channel. Calling muteMembers()
or unmuteMembers()
on these channels will result in an error.
Last updated