public void natCheckStunServers( StringVector stringVector, boolean z, SWIGTYPE_p_void sWIGTYPE_p_void) { pjsua2JNI.Endpoint_natCheckStunServers( this.swigCPtr, this, StringVector.getCPtr(stringVector), stringVector, z, SWIGTYPE_p_void.getCPtr(sWIGTYPE_p_void)); }
public void natCheckStunServers( StringVector prmServers, boolean prmWait, SWIGTYPE_p_void prmUserData) throws java.lang.Exception { pjsua2JNI.Endpoint_natCheckStunServers( swigCPtr, this, StringVector.getCPtr(prmServers), prmServers, prmWait, SWIGTYPE_p_void.getCPtr(prmUserData)); }