@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.
- package/esm2020/lib/components/call-progress/call-progress.component.mjs +1 -1
- package/esm2020/lib/dialbox.component.mjs +3 -2
- package/fesm2015/vgroup-dialbox.mjs +2 -1
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +2 -1
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -3053,7 +3053,8 @@ class DialboxComponent {
|
|
|
3053
3053
|
else {
|
|
3054
3054
|
this.callData = [];
|
|
3055
3055
|
this.incomingCallsList = [];
|
|
3056
|
-
this.
|
|
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();
|