vx_req_aux_connectivity_info
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated a day ago
Module: Diagnostics Perform a network test. More...
#include <VxcRequests.h>Public Attributes
Name | |
|---|---|
| vx_req_base_t | base The common properties for all requests. |
| char * | well_known_ip Provided by Vivox. |
| char * | stun_server Provided by Vivox. |
| char * | echo_server Provided by Vivox. |
| int | echo_port Provided by Vivox. |
| int | timeout Provided by Vivox. |
| char * | acct_mgmt_server If this is specified, then all other fields are ignored, and only the values obtained from the server are used. |
Detailed Description
Perform a network test. See: vx_resp_aux_connectivity_info Note: The SDK ships with a sample Network Troubleshooter that can be used as is or as a reference to create a custom Network Troubleshooter. This command probes the network and performs tests to determine if the application will have the connectivity required to perform the tasks needed to send and receive presence, IM, and media information. This call tests network connectivity issues, such as creating a "Network Troubleshooter" tool that can be standalone or integrated into an application. This single call returns results for all of the tests that are performed, and the data can be displayed to the user.struct vx_req_aux_connectivity_info;
Public Attributes Documentation
variable base
The common properties for all requests.vx_req_base_t base;
variable well_known_ip
Provided by Vivox.char * well_known_ip;
variable stun_server
Provided by Vivox.char * stun_server;
variable echo_server
Provided by Vivox.char * echo_server;
variable echo_port
Provided by Vivox.int echo_port;
variable timeout
Provided by Vivox.int timeout;
variable acct_mgmt_server
If this is specified, then all other fields are ignored, and only the values obtained from the server are used. These parameters are returned in the response. If this field is NULL, then the specified fields are used to perform the network test.char * acct_mgmt_server;