createLobby(type, capacity, metadata) { return this.request(RPCCommands.CREATE_LOBBY, { type, capacity, metadata, }); }