Method LoginAsync
LoginAsync(LoginOptions)
Logs into the Vivox Service, enabling Vivox to perform actions like joining channels or sending directed messages.
Declaration
Task LoginAsync(LoginOptions options = null)
Parameters
| Type | Name | Description |
|---|---|---|
| LoginOptions | options | The LoginOptions to be used to create an account with a display name, and set more complex behaviour like always transmitting to new channels or allowing Text to Speech |
Returns
| Type | Description |
|---|---|
| Task | Task for the operation |