@vgroup/dialbox 0.6.56 → 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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.56",
3
+ "version": "0.6.58",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",