v16.3.0
Latest
2020.3+

Class ChannelOptions

Options to set behaviour on a channel join - like making the channel the Active channel being spoken into, or having Vivox log in automatically without a seperate LoginAsync call

Inheritance
ChannelOptions
Namespace: Unity.Services.Vivox
Syntax
public sealed class ChannelOptions

Properties

MakeActiveChannelUponJoining

Makes the current channel being joined the active channel being spoken into.

Declaration
public bool MakeActiveChannelUponJoining { get; set; }
Property Value
TypeDescription
Boolean