@vgroup/dialbox 0.5.8 → 0.5.9

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.
@@ -2139,6 +2139,7 @@ class CallProgressComponent {
2139
2139
  return __awaiter(this, void 0, void 0, function* () {
2140
2140
  let index = this.currentCallList.findIndex((res) => res.participantId == this.currentCall.participantId);
2141
2141
  this.currentCallList.splice(index, 1);
2142
+ this.incomeingCallSocketService.pause();
2142
2143
  });
2143
2144
  }
2144
2145
  onEndCall(c, isAllCallEnd) {
@@ -3824,6 +3825,7 @@ class DialboxComponent {
3824
3825
  let incomingCallIndex = this.incomingCallsList.findIndex((call) => { var _a; return call.participantId === ((_a = this.incomingCallnotification.data.data) === null || _a === void 0 ? void 0 : _a.recordId); });
3825
3826
  if (incomingCallIndex > -1) {
3826
3827
  this.incomingCallsList.splice(incomingCallIndex, 1);
3828
+ this.incomeingCallSocketService.pause();
3827
3829
  }
3828
3830
  console.log('test', this.incomingCallsList);
3829
3831
  this.isIncomingCallnotification = false;