game / pragma.matchmaking / MatchmakingService / leaveMatchmakingV1 /
leaveMatchmakingV1 #
suspend fun leaveMatchmakingV1(session: ServiceSession, request: MatchmakingRpc.LeaveMatchmakingV1Request): MatchmakingRpc.LeaveMatchmakingV1Response
Called from PartyService when a player leaves or is kicked from a party. Removes the whole party from matchmaking.
Invokes PartyRpc.LeaveGameLoopV1 to return their party from the game loop.