Table of Contents

CreateLobbyAsync

Methods
public Task<LobbySession> CreateLobbyAsync(CreateLobbyOptions createOptions)

Endpoint to create a Lobby directly without doing matchmaking.

Parameters
Type Name Description
CreateLobbyOptions createOptions

Options that will be used to create a Lobby.

Returns
Type Description
Task<LobbySession>