Call the SDN API to kick a user from this room.
Future<void> kick(String userID) => client.kick(id, userID);