v16.3.0
Latest
2020.3+

Enum ChatCapability

Used to indicate what type of channel a user wants to join.

Namespace: Unity.Services.Vivox
Syntax
public enum ChatCapability

Fields

NameDescriptionValue
TextOnly

Channel will only have access to Vivox Text

0
AudioOnly

Channel will only have access to Vivox Audio

1
TextAndAudio

Channel will have access to Vivox Text and Audio

2