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.
@@ -15448,6 +15448,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
15448
15448
  });
15449
15449
  },
15450
15450
  error: function (error) {
15451
+ debugger;
15451
15452
  console.error('incomingcall', error); // let body = { "request": "decline", "code": 480 };
15452
15453
  // self.sipcall.send({"message": body});
15453
15454
  }
@@ -23098,6 +23099,7 @@ function Janus(gatewayCallbacks) {
23098
23099
  }
23099
23100
 
23100
23101
  config.mySdp = answer.sdp;
23102
+ debugger;
23101
23103
  config.pc.setLocalDescription(answer).catch(callbacks.error);
23102
23104
  config.mediaConstraints = mediaConstraints;
23103
23105
 
Binary file