v16.0.1
2020.3+
Class VivoxConversation
Namespace: Unity.Services.Vivox
Syntax
public sealed class VivoxConversationProperties
ConversationType
Denotes the type of conversation this instance represents.
Declaration
public ConversationType ConversationType { get; }Property Value
| Type | Description |
|---|---|
| ConversationType |
Name
This will be either the PlayerId of a player or the name of a channel depending on the type of conversation this instance represents.
Declaration
public string Name { get; }Property Value
| Type | Description |
|---|---|
| String |