Hello Max
Regarding the Room API, is there a builtin way to disconnect/kick certain participants from a room (or even do it from the CLI over an SSH connection)?
The current implementation I have is to use the
The worry however is that if a (malicious) user connects to a room outside of my implementation, I would have no way to kick them from that room.
Cheers
Regarding the Room API, is there a builtin way to disconnect/kick certain participants from a room (or even do it from the CLI over an SSH connection)?
The current implementation I have is to use the
ROOM_EVENT.MESSAGE
to handle certain commands, like 'Disconnect' to remove a given participant.The worry however is that if a (malicious) user connects to a room outside of my implementation, I would have no way to kick them from that room.
Cheers