Method InitializeAsync
InitializeAsync(VivoxConfigurationOptions)
Initializes the Client object which will enable a user to login and check/manage audio devices.
Declaration
Task InitializeAsync(VivoxConfigurationOptions options = null)
Parameters
Type | Name | Description |
---|---|---|
VivoxConfigurationOptions | options | The VivoxConfigurationOptions used to initialize the Vivox Service, controlling advanced audio settings and other controls like logging |
Returns
Type | Description |
---|---|
Task | a Task associated with the Vivox Initialization |