v16.3.0
Latest
2020.3+
Class VivoxConversation
Provides information about either a channel or direct message conversation.
Namespace: Unity.Services.Vivox
Syntax
public sealed class VivoxConversation
Properties
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 |