Example #1
0
 public int transportCreate(
     pjsip_transport_type_e org_pjsip_pjsua2_pjsip_transport_type_e,
     TransportConfig transportConfig) {
   return pjsua2JNI.Endpoint_transportCreate(
       this.swigCPtr,
       this,
       org_pjsip_pjsua2_pjsip_transport_type_e.swigValue(),
       TransportConfig.getCPtr(transportConfig),
       transportConfig);
 }
Example #2
0
 public int transportCreate(pjsip_transport_type_e type, TransportConfig cfg)
     throws java.lang.Exception {
   return pjsua2JNI.Endpoint_transportCreate(
       swigCPtr, this, type.swigValue(), TransportConfig.getCPtr(cfg), cfg);
 }