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