game / pragma.gameinstance / GameInstanceService / createGameInstanceV1 /
createGameInstanceV1 #
suspend fun createGameInstanceV1(
session: ServiceSession,
request: GameInstanceRpc.CreateGameInstanceV1Request
): GameInstanceRpc.CreateGameInstanceV1Response
Creates a new game, then invokes GameInstancePlugin.handleBackendCreateRequest to configure the game.
NOTE: This endpoint is for matchmaking. When calling to create a game from other backend services, use createGameInstanceServiceV1.