Table of Contents

JoinLobby

Methods
public void JoinLobby(LobbyData lobby, Action<RequestResponse<LobbySession>> onRequestFinished, List<CloudAttribute> playerAttr = null, string password = null)

Join the supplied Lobby.

Parameters
Type Name Description
LobbyData lobby

The lobby to join.

Action<RequestResponse<LobbySession>> onRequestFinished

Callback that will be invoked when the request finished.

List<CloudAttribute> playerAttr

Optional parameter to add player attributes to the joined Lobby.

string password

Optional parameter to specify the Password to join a private Lobby.