Hi,
There is a method named removeUser in IRoom. You can remove any user using this method. This method accetps two parameters, one is 'user' which represents the IUser you want to kick out. Other one is 'sendNotification' which defines whether you want to send a user left room notification to subscribers of the room or not.
Thanks