game / pragma.gameinstance / GameInstanceService / foundMorePlayersV1 /
foundMorePlayersV1 #
suspend fun foundMorePlayersV1(session: ServiceSession, request: GameInstanceRpc.FoundMorePlayersV1Request): GameInstanceRpc.FoundMorePlayersV1Response
Adds players to a game by invoking GameInstancePlugin.handleBackendAddPlayersRequest.
NOTE: This endpoint is for matchmaking. When calling to create a game from other backend services, use addPlayersServiceV1.