@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.
@@ -2048,6 +2048,7 @@ class CallProgressComponent {
2048
2048
  to: callData.phone,
2049
2049
  fromNumber: callData.from,
2050
2050
  scope: 'local',
2051
+ deviceId: this.deviceId,
2051
2052
  };
2052
2053
  this.currentCall = {
2053
2054
  businessNumber: false,
@@ -4016,6 +4017,7 @@ class DialboxComponent {
4016
4017
  this.notificationCallList.push(incomingCall);
4017
4018
  if ((_f = this.incomingCallnotification.data.data) === null || _f === void 0 ? void 0 : _f.participantId) {
4018
4019
  this.isCallInProgress = true;
4020
+ this.isDialpadHidden = false;
4019
4021
  }
4020
4022
  }
4021
4023
  addNumber(num) {