Constructor JoinByCodeRequest
JoinByCodeRequest(string, Player, string)
The body of a Join Lobby request using lobby code.
Declaration
[Preserve]
public JoinByCodeRequest(string lobbyCode, Player player = null, string password = null)
Parameters
Type | Name | Description |
---|---|---|
string | lobbyCode | The lobby code of the lobby to join. Mutually exclusive with |
Player | player | player param |
string | password | The password to the target lobby. If target lobby HasPassword is true, this password must match or the request is denied. |