Table of Contents

FindLobbiesAsync

Methods
public Task<IReadOnlyList<LobbyData>> FindLobbiesAsync(FindLobbyOptions findOptions = null, CancellationToken cancellationToken = default)

Find current active Lobbies that you will be able to join.

Parameters
Type Name Description
FindLobbyOptions findOptions

Optional parameter to filter the returned Lobbies.

CancellationToken cancellationToken

Optional parameter to cancel the request.

Returns
Type Description
Task<IReadOnlyList<LobbyData>>