@vgroup/dialbox 0.6.9 → 0.6.11

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.
@@ -1947,6 +1947,7 @@ class CallProgressComponent {
1947
1947
  this.incomeingCallSocketService.pause();
1948
1948
  }
1949
1949
  this.isRinging = false;
1950
+ this.isClickExpand = false;
1950
1951
  this.isCallInProgress = false;
1951
1952
  this.isConferenceCallHold = false;
1952
1953
  this.call.disconnect();
@@ -3661,7 +3662,7 @@ class DialboxComponent {
3661
3662
  var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k;
3662
3663
  if (((_a = changes['incomingCallnotification']) === null || _a === void 0 ? void 0 : _a.currentValue) && this.incomingCallnotification) {
3663
3664
  this.isIncomingCallnotification = true;
3664
- if (this.incomingCallnotification.data.content == "IncomingCall") {
3665
+ if (this.incomingCallnotification.data.content == "IncomingCall" && this.incomingCallnotification.data.data.status != "rejected") {
3665
3666
  let callerInfo;
3666
3667
  let numberList = this.callerIdList.map((res) => res.number);
3667
3668
  if (!numberList.includes((_b = this.incomingCallnotification.data.data) === null || _b === void 0 ? void 0 : _b.fromNumber)) {