Example #1
0
 public void onNatDetectionComplete(OnNatDetectionCompleteParam prm) {
   if (getClass() == Endpoint.class)
     pjsua2JNI.Endpoint_onNatDetectionComplete(
         swigCPtr, this, OnNatDetectionCompleteParam.getCPtr(prm), prm);
   else
     pjsua2JNI.Endpoint_onNatDetectionCompleteSwigExplicitEndpoint(
         swigCPtr, this, OnNatDetectionCompleteParam.getCPtr(prm), prm);
 }
Example #2
0
 public void onNatDetectionComplete(OnNatDetectionCompleteParam onNatDetectionCompleteParam) {
   if (getClass() == Endpoint.class) {
     pjsua2JNI.Endpoint_onNatDetectionComplete(
         this.swigCPtr,
         this,
         OnNatDetectionCompleteParam.getCPtr(onNatDetectionCompleteParam),
         onNatDetectionCompleteParam);
   } else {
     pjsua2JNI.Endpoint_onNatDetectionCompleteSwigExplicitEndpoint(
         this.swigCPtr,
         this,
         OnNatDetectionCompleteParam.getCPtr(onNatDetectionCompleteParam),
         onNatDetectionCompleteParam);
   }
 }