@vgroup/dialbox 0.3.5 → 0.3.6
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 +1 -2
- package/fesm2015/vgroup-dialbox.mjs +1 -1
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +1 -1
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/dialbox.component.d.ts +0 -1
- package/package.json +1 -1
|
@@ -2610,6 +2610,7 @@ class CallProgressComponent {
|
|
|
2610
2610
|
return;
|
|
2611
2611
|
console.log(this.call, 'this.call');
|
|
2612
2612
|
console.log(this.heldCall, 'this.heldCall');
|
|
2613
|
+
console.log(this.currentCallList, 'this.currentCallList');
|
|
2613
2614
|
await this.onholdOrUnholdParticipant({
|
|
2614
2615
|
participantId: this.call?.callInfo?.participantId,
|
|
2615
2616
|
conferenceId: this.conferenceId,
|
|
@@ -2994,7 +2995,6 @@ class DialboxComponent {
|
|
|
2994
2995
|
this.subscriptions = new Subscription();
|
|
2995
2996
|
this.shakeDedicatedBtn = false;
|
|
2996
2997
|
this.isSmartDialCall = false;
|
|
2997
|
-
this.currentCallList = [];
|
|
2998
2998
|
this.isInitialized = false;
|
|
2999
2999
|
this.isMinimised = false;
|
|
3000
3000
|
// Initialize if dialpad is visible by default
|