removeUser()
removeUser(userId: string)
Removes (kicks) a user from the room. The target user's id is provided as a parameter.
Sample use case: Have a custom participants panel in your integration and want moderators to be able to remove (kick) a misbehaving remote user by clicking a button.
Last updated