Class vx_resp_aux_connectivity_info_t
Inheritance
vx_resp_aux_connectivity_info_t
Assembly: VivoxUnity.dll
Syntax
public class vx_resp_aux_connectivity_info_t : IDisposable
Constructors
vx_resp_aux_connectivity_info_t()
Declaration
public vx_resp_aux_connectivity_info_t()
Fields
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Properties
base_
Declaration
public vx_resp_base_t base_ { get; set; }
Property Value
count
Declaration
public int count { get; set; }
Property Value
echo_port
Declaration
public int echo_port { get; set; }
Property Value
echo_server
Declaration
public string echo_server { get; set; }
Property Value
first_sip_port
Declaration
public int first_sip_port { get; set; }
Property Value
rtcp_port
Declaration
public int rtcp_port { get; set; }
Property Value
rtp_port
Declaration
public int rtp_port { get; set; }
Property Value
second_sip_port
Declaration
public int second_sip_port { get; set; }
Property Value
stun_server
Declaration
public string stun_server { get; set; }
Property Value
test_results
Declaration
public SWIGTYPE_p_p_vx_connectivity_test_result test_results { get; set; }
Property Value
timeout
Declaration
public int timeout { get; set; }
Property Value
well_known_ip
Declaration
public string well_known_ip { get; set; }
Property Value
Methods
Dispose()
Declaration
Dispose(bool)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
bool |
disposing |
|
~vx_resp_aux_connectivity_info_t()
Declaration
protected ~vx_resp_aux_connectivity_info_t()
Implements