Documentation

Support

Vivox Core SDK

Vivox Core SDK

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_tbase
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.
intecho_port
Provided by Vivox.
inttimeout
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

struct vx_req_aux_connectivity_info;
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.

Public Attributes Documentation

variable base

vx_req_base_t base;
The common properties for all requests.

variable well_known_ip

char * well_known_ip;
Provided by Vivox.

variable stun_server

char * stun_server;
Provided by Vivox.

variable echo_server

char * echo_server;
Provided by Vivox.

variable echo_port

int echo_port;
Provided by Vivox.

variable timeout

int timeout;
Provided by Vivox.

variable acct_mgmt_server

char * 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.