@vgroup/dialbox 0.7.8 → 0.7.9
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 +40 -10
- package/fesm2015/vgroup-dialbox.mjs +54 -24
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +39 -9
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -116,6 +116,8 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
116
116
|
private acceptedCallList;
|
|
117
117
|
isHoldBtnDisable: boolean;
|
|
118
118
|
C2ConfoList: any;
|
|
119
|
+
private lastActiveConferenceId;
|
|
120
|
+
private pendingAutoUnhold;
|
|
119
121
|
selectedConfName: any;
|
|
120
122
|
constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
|
|
121
123
|
ngOnInit(): void;
|