예제 #1
0
파일: Call.cs 프로젝트: waffle-iron/nequeo
 public virtual void onCallTransferRequest(OnCallTransferRequestParam prm)
 {
     pjsua2PINVOKE.Call_onCallTransferRequest(swigCPtr, OnCallTransferRequestParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public virtual void onCallTransferRequest(OnCallTransferRequestParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallTransferRequest", swigMethodTypes7))
     {
         pjsua2PINVOKE.Call_onCallTransferRequestSwigExplicitCall(swigCPtr, OnCallTransferRequestParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onCallTransferRequest(swigCPtr, OnCallTransferRequestParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }