@vgroup/dialbox 0.3.58 → 0.3.59

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.
@@ -2951,7 +2951,8 @@ class DialboxComponent {
2951
2951
  this.twilioService.conferenceCallInfo = incomingCallData;
2952
2952
  if (!!incomingCallData.participants) {
2953
2953
  this.incomingCallsList = incomingCallData.participants.filter((item) => !item.isLeft) || [];
2954
- if (this.incomingCallsList.length > 0) {
2954
+ console.log('this.incomingCallsList web', this.incomingCallsList);
2955
+ if (this.incomingCallsList.length) {
2955
2956
  this.isCallInProgress = true;
2956
2957
  this.isDialpadHidden = false;
2957
2958
  }