Class VivoxConversation
Provides information about either a channel or direct message conversation.
Inherited Members
Namespace: Unity.Services.Vivox
Assembly: Unity.Services.Vivox.dll
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 |