stream-chat-swift
stream-chat-swift copied to clipboard
Setting a Mute Duration
I noticed in the documentations for other languages that they have a parameter for optionally setting an expiration time, but none for Swift. How do I do it in Swift?
Hi @miacando,
Thanks for reporting this. We don't expose this parameter at the moment.
Moving this to our StreamChat
repo, since we need to do the change there.
We will let you know when we have updates.
Best, Martin
Hi @miacando, we have released a new version 4.51.0 which addresses this request. Please refer to the muteChannel()
function and its expiration
argument. Thank you for reporting this.