コード例 #1
0
ファイル: Call.cs プロジェクト: waffle-iron/nequeo
 public virtual void onCallRxOffer(OnCallRxOfferParam prm)
 {
     pjsua2PINVOKE.Call_onCallRxOffer(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public virtual void onCallRxOffer(OnCallRxOfferParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallRxOffer", swigMethodTypes11))
     {
         pjsua2PINVOKE.Call_onCallRxOfferSwigExplicitCall(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onCallRxOffer(swigCPtr, OnCallRxOfferParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }