@vgroup/dialbox 0.4.111 → 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.
@@ -1969,6 +1969,7 @@ class CallProgressComponent {
1969
1969
  }
1970
1970
  this.isConferenceCallHold = false;
1971
1971
  this.stopTimer();
1972
+ this.endCallEvent.emit();
1972
1973
  }
1973
1974
  // } catch (e) {
1974
1975
  // console.log(e);
@@ -3487,7 +3488,7 @@ class DialboxComponent {
3487
3488
  else {
3488
3489
  this.callData = [];
3489
3490
  this.incomingCallsList = [];
3490
- this.isCallInProgress = false;
3491
+ // this.isCallInProgress = false;
3491
3492
  }
3492
3493
  // incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
3493
3494
  // this.initializeTwilio();