Class JoinByCodeRequest
The body of a Join Lobby request using lobby code.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class JoinByCodeRequest
Constructors
| Name | Description |
|---|---|
| JoinByCodeRequest(string, Player, string) | The body of a Join Lobby request using lobby code. |
Properties
| Name | Description |
|---|---|
| LobbyCode | The lobby code of the lobby to join. Mutually exclusive with |
| Password | The password to the target lobby. If target lobby HasPassword is true, this password must match or the request is denied. |
| Player | Parameter player of JoinByCodeRequest |