Beispiel #1
0
 public virtual void onCallSdpCreated(OnCallSdpCreatedParam prm)
 {
     pjsua2PINVOKE.Call_onCallSdpCreated(swigCPtr, OnCallSdpCreatedParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public virtual void onCallSdpCreated(OnCallSdpCreatedParam prm)
 {
     if (SwigDerivedClassHasMethod("onCallSdpCreated", swigMethodTypes3))
     {
         pjsua2PINVOKE.Call_onCallSdpCreatedSwigExplicitCall(swigCPtr, OnCallSdpCreatedParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onCallSdpCreated(swigCPtr, OnCallSdpCreatedParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }