joinLobby

fun joinLobby(appId: Int, lobbySteamId: SteamID): AsyncJobSingle<JoinLobbyCallback>?

Sends a request to join a lobby.

Return

null, if the request could not be submitted i.e. not yet logged in. Otherwise, an JoinLobbyCallback.

Parameters

appId

ID of app the lobby belongs to.

lobbySteamId

The SteamID of the lobby that should be joined.