@vgroup/dialbox 0.3.77 → 0.3.78

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.
@@ -3053,7 +3053,8 @@ class DialboxComponent {
3053
3053
  else {
3054
3054
  this.callData = [];
3055
3055
  this.incomingCallsList = [];
3056
- this.isDialpadHidden = true;
3056
+ this.isCallInProgress = false;
3057
+ this.isDialpadHidden = false;
3057
3058
  }
3058
3059
  // incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
3059
3060
  // this.initializeTwilio();