ucservice 2.4.4 → 2.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15457,6 +15457,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15457
15457
  });
15458
15458
  },
15459
15459
  error: function (error) {
15460
+ debugger;
15460
15461
  console.error('incomingcall', error); // let body = { "request": "decline", "code": 480 };
15461
15462
  // self.sipcall.send({"message": body});
15462
15463
  }
@@ -23107,6 +23108,7 @@ function Janus(gatewayCallbacks) {
23107
23108
  }
23108
23109
 
23109
23110
  config.mySdp = answer.sdp;
23111
+ debugger;
23110
23112
  config.pc.setLocalDescription(answer).catch(callbacks.error);
23111
23113
  config.mediaConstraints = mediaConstraints;
23112
23114
 
Binary file