Class JoinLobbyByIdOptions
Optional parameter class for Lobby Join By ID requests
Inherited Members
Namespace: Unity.Services.Lobbies
Assembly: Unity.Services.Multiplayer.dll
Syntax
public class JoinLobbyByIdOptionsProperties
Password
The password for the lobby. Only required when a lobby has a password.
Declaration
public string Password { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
Player
Information about a specific player joining the lobby.
Declaration
public Player Player { get; set; }Property Value
| Type | Description | 
|---|---|
| Player |