@vgroup/dialbox 0.6.57 → 0.6.58
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 +42 -43
- package/fesm2015/vgroup-dialbox.mjs +42 -43
- package/fesm2015/vgroup-dialbox.mjs.map +1 -1
- package/fesm2020/vgroup-dialbox.mjs +41 -42
- package/fesm2020/vgroup-dialbox.mjs.map +1 -1
- package/lib/components/call-progress/call-progress.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -113,6 +113,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
|
|
|
113
113
|
private getCallAuthId;
|
|
114
114
|
private getOutgoingCallToken;
|
|
115
115
|
private connectToDevice;
|
|
116
|
+
setUpParticipent(callData: any, response: any): void;
|
|
116
117
|
private setupEventListeners;
|
|
117
118
|
private startTimer;
|
|
118
119
|
private stopTimer;
|