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