@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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +2 -1
- package/esm2020/lib/dialbox.component.mjs +2 -1
- package/fesm2015/vgroup-dialbox.mjs +2 -0
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +2 -0
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|