vx_resp_aux_connectivity_info
Reference the Vivox Core SDK API.
Read time 1 minuteLast updated 20 hours ago
Module: Diagnostics The response for vx_req_aux_connectivity_info. More...
#include <VxcResponses.h>Public Attributes
Name | |
|---|---|
| vx_resp_base_t | base The common properties for all responses. |
| int | count |
| vx_connectivity_test_result_t ** | test_results A list of the test results for each test. |
| char * | well_known_ip The well known IP address used. |
| char * | stun_server The stun server used. |
| char * | echo_server The echo server used. |
| int | echo_port The echo port used. |
| int | timeout The timeout used. |
| int | first_sip_port The first (primary) simulated port for SIP testing. |
| int | second_sip_port The second (fallback) simulated port for SIP testing. |
| int | rtp_port The simulated RTP port. |
| int | rtcp_port The simulated RTCP port. |
Detailed Description
The response for vx_req_aux_connectivity_info. See: vx_req_aux_connectivity_infostruct vx_resp_aux_connectivity_info;
Public Attributes Documentation
variable base
The common properties for all responses.vx_resp_base_t base;
variable count
int count;
variable test_results
A list of the test results for each test.vx_connectivity_test_result_t ** test_results;
variable well_known_ip
The well known IP address used.char * well_known_ip;
variable stun_server
The stun server used.char * stun_server;
variable echo_server
The echo server used.char * echo_server;
variable echo_port
The echo port used.int echo_port;
variable timeout
The timeout used.int timeout;
variable first_sip_port
The first (primary) simulated port for SIP testing.int first_sip_port;
variable second_sip_port
The second (fallback) simulated port for SIP testing.int second_sip_port;
variable rtp_port
The simulated RTP port.int rtp_port;
variable rtcp_port
The simulated RTCP port.int rtcp_port;