game / pragma.matchlifecycle / MatchLifecycleService / requestMorePlayersV1 /

requestMorePlayersV1 #

suspend fun requestMorePlayersV1(session: PartnerSession, request: MatchLifecycleRpc.RequestMorePlayersV1Request): MatchLifecycleRpc.RequestMorePlayersV1Response

Allows a match to reenter matchmaking to find and add more players. This endpoint will call the Matchmaking Service to add the match to the requested queue as an Active Match.

This will make an RPC call using MatchmakingRpc.EnterMatchmakingWithMatchV1Request with the matchmaking key provided by the request.

PragmaResultErrors

  • PragmaError.MatchLifecycleService_UnknownMatchId - If the match id is not found in the list of tracked matches.
  • PragmaError.MatchLifecycleService_MatchAlreadyInMatchmaking - If the match requested is already in Matchmaking.
  • PragmaError.PartyService_FailedToStartMatchmaking - If the response from the Matchmaking Service is an error.