@vgroup/dialbox 0.4.110 → 0.4.112

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.
@@ -1900,6 +1900,7 @@ class CallProgressComponent {
1900
1900
  console.log('currentCallList', this.currentCallList);
1901
1901
  }
1902
1902
  else if (!((_k = this.newIncomingCallsList) === null || _k === void 0 ? void 0 : _k.length)) {
1903
+ console.log('test null');
1903
1904
  if (this.isRinging) {
1904
1905
  this.incomingAudio.pause();
1905
1906
  }
@@ -1919,6 +1920,7 @@ class CallProgressComponent {
1919
1920
  }
1920
1921
  this.isConferenceCallHold = false;
1921
1922
  this.stopTimer();
1923
+ this.endCallEvent.emit();
1922
1924
  }
1923
1925
  // } catch (e) {
1924
1926
  // console.log(e);
@@ -3440,7 +3442,7 @@ class DialboxComponent {
3440
3442
  else {
3441
3443
  this.callData = [];
3442
3444
  this.incomingCallsList = [];
3443
- this.isCallInProgress = false;
3445
+ // this.isCallInProgress = false;
3444
3446
  }
3445
3447
  // incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
3446
3448
  // this.initializeTwilio();