Mute a group channel

Hi!

I was wondering if there’s support for or plans for muting a group channel. This would mean a field in the channel response like is_muted similar to is_member. Since there is mute a user support I figured this shouldn’t be too bad. It’s actually quite difficult and latency-prone to build muting infrastructure on top of Sendbird so it would be great to support natively.

Thank you!
David

Hi @david ,

If you are looking for a push notification preference, you can utilize the ‘push_trigger_option’ property.
If you set this property to off, all the members do not receive any notification in the group channel.

1 Like

Thank you! We missed that somehow.

I think this is at the user level, correct? I was wondering if there’s a channel level mute.

No notifications from a specific channel.

Hi @TJL ,

You can disable(off) - myPushTriggerOption to mute/disable notifications for group channels.