@vgroup/dialbox 0.4.111 → 0.4.112
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 -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
|
@@ -1920,6 +1920,7 @@ class CallProgressComponent {
|
|
|
1920
1920
|
}
|
|
1921
1921
|
this.isConferenceCallHold = false;
|
|
1922
1922
|
this.stopTimer();
|
|
1923
|
+
this.endCallEvent.emit();
|
|
1923
1924
|
}
|
|
1924
1925
|
// } catch (e) {
|
|
1925
1926
|
// console.log(e);
|
|
@@ -3441,7 +3442,7 @@ class DialboxComponent {
|
|
|
3441
3442
|
else {
|
|
3442
3443
|
this.callData = [];
|
|
3443
3444
|
this.incomingCallsList = [];
|
|
3444
|
-
this.isCallInProgress = false;
|
|
3445
|
+
// this.isCallInProgress = false;
|
|
3445
3446
|
}
|
|
3446
3447
|
// incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
|
|
3447
3448
|
// this.initializeTwilio();
|