@vgroup/dialbox 0.4.110 → 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 +3 -1
- package/esm2020/lib/dialbox.component.mjs +2 -2
- package/fesm2015/vgroup-dialbox.mjs +3 -1
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +3 -1
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1949,6 +1949,7 @@ class CallProgressComponent {
|
|
|
1949
1949
|
console.log('currentCallList', this.currentCallList);
|
|
1950
1950
|
}
|
|
1951
1951
|
else if (!this.newIncomingCallsList?.length) {
|
|
1952
|
+
console.log('test null');
|
|
1952
1953
|
if (this.isRinging) {
|
|
1953
1954
|
this.incomingAudio.pause();
|
|
1954
1955
|
}
|
|
@@ -1968,6 +1969,7 @@ class CallProgressComponent {
|
|
|
1968
1969
|
}
|
|
1969
1970
|
this.isConferenceCallHold = false;
|
|
1970
1971
|
this.stopTimer();
|
|
1972
|
+
this.endCallEvent.emit();
|
|
1971
1973
|
}
|
|
1972
1974
|
// } catch (e) {
|
|
1973
1975
|
// console.log(e);
|
|
@@ -3486,7 +3488,7 @@ class DialboxComponent {
|
|
|
3486
3488
|
else {
|
|
3487
3489
|
this.callData = [];
|
|
3488
3490
|
this.incomingCallsList = [];
|
|
3489
|
-
this.isCallInProgress = false;
|
|
3491
|
+
// this.isCallInProgress = false;
|
|
3490
3492
|
}
|
|
3491
3493
|
// incomingCallData.participants.length ? incomingCallData.participants.filter((item: any) => !item.isLeft) : [];
|
|
3492
3494
|
// this.initializeTwilio();
|