Table of Contents

GetActiveLobbySessionForLobbyId

Methods
public Task<LobbySession> GetActiveLobbySessionForLobbyId(string lobbyId)

Get a LobbySession instance for a Lobby that you have joined and you're a part of.

Parameters
Type Name Description
string lobbyId
Returns
Type Description
Task<LobbySession>