You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey! Yes, this should be possible. Both users and rooms have metadata map available to store any values there, so you can add like a blocklist of user ids inside users metadata and filter out users for example which ids are in the blocklist and also if you have rooms with users in blocklist, close them and.. then depends what UI you want to do, just remove them, or make some toast message whatever :)
Hello,
I am trying to have a one-to-one chat feature for my app.
I want to know If one user blocks or reports to another user then we should close the room and users can not be able to message each other.
Is this case possible with this library?
The text was updated successfully, but these errors were encountered: