@vgroup/dialbox 0.4.199 → 0.5.2

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.
@@ -2094,6 +2094,7 @@ class CallProgressComponent {
2094
2094
  to: callData.phone,
2095
2095
  fromNumber: callData.from,
2096
2096
  scope: 'local',
2097
+ deviceId: this.deviceId,
2097
2098
  };
2098
2099
  this.currentCall = {
2099
2100
  businessNumber: false,
@@ -4047,6 +4048,7 @@ class DialboxComponent {
4047
4048
  this.notificationCallList.push(incomingCall);
4048
4049
  if (this.incomingCallnotification.data.data?.participantId) {
4049
4050
  this.isCallInProgress = true;
4051
+ this.isDialpadHidden = false;
4050
4052
  }
4051
4053
  }
4052
4054
  addNumber(num) {