Class VivoxSettings
Inheritance
VivoxSettings
Assembly: Unity.Services.Vivox.Editor.dll
Syntax
public class VivoxSettings
Properties
Domain
Declaration
public string Domain { get; set; }
Property Value
Instance
Declaration
public static VivoxSettings Instance { get; }
Property Value
IsEnvironmentCustom
Declaration
public bool IsEnvironmentCustom { get; set; }
Property Value
IsServiceEnabled
Declaration
public bool IsServiceEnabled { get; set; }
Property Value
IsTestMode
Declaration
public bool IsTestMode { get; set; }
Property Value
Server
Declaration
public string Server { get; set; }
Property Value
TokenIssuer
Declaration
public string TokenIssuer { get; set; }
Property Value
TokenKey
Declaration
public string TokenKey { get; set; }
Property Value
Methods
Save()
Declaration