Class JoinRequest
A request to join a Relay server using a join code.
Inheritance
object
JoinRequest
Namespace: Unity.Services.Relay.Models
Assembly: solution.dll
Syntax
public class JoinRequest
Constructors
JoinRequest(string)
A request to join a Relay server using a join code.
Declaration
public JoinRequest(string joinCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | joinCode | Join codes are case-insensitive, span six to twelve characters, and are composed only of characters that are in '6789BCDFGHJKLMNPQRTW'. The Allocations service uses join codes to look up the connection data of the host player who created the join code. |
Properties
JoinCode
Join codes are case-insensitive, span six to twelve characters, and are composed only of characters that are in '6789BCDFGHJKLMNPQRTW'. The Allocations service uses join codes to look up the connection data of the host player who created the join code.
Declaration
public string JoinCode { get; }
Property Value
| Type | Description |
|---|---|
| string |