game / pragma.party / PartyService / respondToInviteV1 /
respondToInviteV1 #
suspend fun respondToInviteV1(session: PlayerSession, request: PartyRpc.RespondToInviteV1Request): PartyRpc.RespondToInviteV1Response
Responds to a party invite. If the invite is accepted, PartyPlugin.onAddPlayer is called to customize the new party player.