@vgroup/dialbox 0.6.65 → 0.6.66
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 +36 -36
- package/esm2020/lib/environments/environments.mjs +10 -10
- package/fesm2015/vgroup-dialbox.mjs +51 -51
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +44 -44
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -9,7 +9,7 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
10
10
|
private extensionService;
|
|
11
11
|
private cdr;
|
|
12
|
-
|
|
12
|
+
twilioService: TwilioService;
|
|
13
13
|
private ipService;
|
|
14
14
|
private incomeingCallSocketService;
|
|
15
15
|
callData: any;
|
|
@@ -99,6 +99,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
99
99
|
selectedConf: any;
|
|
100
100
|
showConferenceWarningModal: boolean;
|
|
101
101
|
pendingCallData: any;
|
|
102
|
+
isUnholdConferenceCall: any;
|
|
102
103
|
constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
|
|
103
104
|
ngOnInit(): void;
|
|
104
105
|
ngOnChanges(changes: SimpleChanges): void;
|