@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
|
@@ -3065,7 +3065,8 @@ class DialboxComponent {
|
|
|
3065
3065
|
else {
|
|
3066
3066
|
this.callData = [];
|
|
3067
3067
|
this.incomingCallsList = [];
|
|
3068
|
-
this.
|
|
3068
|
+
this.isCallInProgress = false;
|
|
3069
|
+
this.isDialpadHidden = false;
|
|
3069
3070
|
}
|
|
3070
3071
|
// incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
|
|
3071
3072
|
// this.initializeTwilio();
|