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