Source: linphonetunnelconfig.js

/* Wrapper generated by lp-gen-wrappers, do not edit*/

/**
 * This set of methods enhance LinphoneCore functionalities in order to provide an easy to use API to
 * @external LinphoneTunnelConfig
**/
/**
 * Set the UDP packet round trip delay in ms for a tunnel configuration. 
 * @member {number} external:LinphoneTunnelConfig#delay
**/
/**
 * Set the IP address or hostname of the tunnel server. 
 * @member {string} external:LinphoneTunnelConfig#host
**/
/**
 * Set tls port of server. 
 * @member {number} external:LinphoneTunnelConfig#port
**/
/**
 * Set the remote port on the tunnel server side used to test UDP reachability. This is used when the mode
 * is set auto, to detect whether the tunnel has to be enabled or not. 
 * @member {number} external:LinphoneTunnelConfig#remoteUdpMirrorPort
**/