vx_evt_voice_service_connection_state_changed
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 12 days ago
Raised when the SDK is running out of process and the connection state of the Vivox Voice Service (VVS) changes. More...
#include <VxcEvents.h>Public Attributes
Name | |
|---|---|
| vx_evt_base_t | base The common properties for all events. |
| int | connected Indicates whether the voice service connection state is connected. |
| char * | platform The platform of the machine that the voice service is running on. |
| char * | version The version of the voice service. |
| char * | data_directory The data directory. |
| int | network_test_run Indicates whether the network test ran. |
| int | network_test_completed Indicates whether the network test completed. |
| int | network_test_state Indicates whether the network test has passed or failed. |
| int | network_is_down Indicates if the network is down. |
Detailed Description
Raised when the SDK is running out of process and the connection state of the Vivox Voice Service (VVS) changes. Sent when the connection is made and when the connection is lost. Alerts the application so the VVS can be restarted, if needed.struct vx_evt_voice_service_connection_state_changed;
Public Attributes Documentation
variable base
The common properties for all events.vx_evt_base_t base;
variable connected
Indicates whether the voice service connection state is connected.int connected;
variable platform
The platform of the machine that the voice service is running on.char * platform;
variable version
The version of the voice service.char * version;
variable data_directory
The data directory.char * data_directory;
variable network_test_run
Indicates whether the network test ran.int network_test_run;
variable network_test_completed
Indicates whether the network test completed.int network_test_completed;
variable network_test_state
Indicates whether the network test has passed or failed. This can change depending on the network connection and the power state of the machine.int network_test_state;
variable network_is_down
Indicates if the network is down.int network_is_down;