Table of Contents

CreateLobbyAsync

Methods
public Task<LobbySession> CreateLobbyAsync(CreateLobbyOptions createOptions, CancellationToken cancellationToken = default)

Endpoint to create a Lobby directly without doing matchmaking.

Parameters
Type Name Description
CreateLobbyOptions createOptions

Options that will be used to create a Lobby.

CancellationToken cancellationToken

Optional parameter to cancel the request.

Returns
Type Description
Task<LobbySession>