vx_evt_connection_state_changed
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago
Raised when the network connection state has changed.
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| vx_connection_state | connection_state The network connection state reported. |
| VX_HANDLE | account_handle The handle returned from a successful account request. |
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable connection_state
The network connection state reported.vx_connection_state connection_state;
variable account_handle
The handle returned from a successful account request.VX_HANDLE account_handle;