Struct VivoxLoginCredentials
Credentials required to login into Vivox chat.
Inherited Members
Namespace: Unity.Cloud.Presence.Runtime
Syntax
public struct VivoxLoginCredentials
Fields
ServerAddress
Uri of the Vivox server.
Declaration
public string ServerAddress
Field Value
| Type | Description |
|---|---|
| String |
Token
The Vivox chat access token.
Declaration
public string Token
Field Value
| Type | Description |
|---|---|
| String |
UserId
User's unique identifier.
Declaration
public string UserId
Field Value
| Type | Description |
|---|---|
| String |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| String |