How to remove a person from a chat

I am creating an app . And I don’t know how to block a participant from a live broadcast so that he can no longer log in. Advise how to do it?

Hello!

Consider adding a field called “active?” of type yes/no. Default it to “yes” so that new users are always signed up to be active users.

Change the field to “no” when you want to deactivate a user

Hope this helps :slight_smile:

1 Like