@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
|
@@ -2642,6 +2642,7 @@ class CallProgressComponent {
|
|
|
2642
2642
|
return;
|
|
2643
2643
|
console.log(this.call, 'this.call');
|
|
2644
2644
|
console.log(this.heldCall, 'this.heldCall');
|
|
2645
|
+
console.log(this.currentCallList, 'this.currentCallList');
|
|
2645
2646
|
yield this.onholdOrUnholdParticipant({
|
|
2646
2647
|
participantId: (_b = (_a = this.call) === null || _a === void 0 ? void 0 : _a.callInfo) === null || _b === void 0 ? void 0 : _b.participantId,
|
|
2647
2648
|
conferenceId: this.conferenceId,
|
|
@@ -3027,7 +3028,6 @@ class DialboxComponent {
|
|
|
3027
3028
|
this.subscriptions = new Subscription();
|
|
3028
3029
|
this.shakeDedicatedBtn = false;
|
|
3029
3030
|
this.isSmartDialCall = false;
|
|
3030
|
-
this.currentCallList = [];
|
|
3031
3031
|
this.isInitialized = false;
|
|
3032
3032
|
this.isMinimised = false;
|
|
3033
3033
|
// Initialize if dialpad is visible by default
|