@vgroup/dialbox 0.7.55 → 0.7.57

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.
@@ -85,13 +85,13 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
85
85
  isSmartDialCall: boolean;
86
86
  private isInitialized;
87
87
  private isReloadConfirmed;
88
+ nullParticipantCallList: any;
88
89
  contactNameForLoader: string;
89
90
  contactImgForLoader: string;
90
91
  incomingFromImage: string;
91
92
  beforeUnloadHandler($event: any): "Reloading this page will disconnect your active call. Are you sure you want to continue?" | undefined;
92
93
  unloadHandler(): void;
93
94
  constructor(twilioService: TwilioService, extService: ExtensionService, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
94
- private getRemoveParticipants;
95
95
  private initializeTwilio;
96
96
  ngOnInit(): void;
97
97
  getUserInformation(incomingCallData: any): void;
@@ -48,10 +48,16 @@ export declare class TwilioService {
48
48
  private pendingIncomingDevices;
49
49
  private extraDevices;
50
50
  incomingCallsMap: Map<string, any>;
51
+ private tokenRefreshInProgress;
52
+ private recoveryAttempts;
53
+ private recoveryTimer;
51
54
  constructor(http: HttpClient, extensionService: ExtensionService);
52
55
  private initializeToken;
53
56
  initializeTwilioDevice(deviceId: any): void;
54
57
  private initializeDevice;
58
+ private refreshDeviceToken;
59
+ private scheduleDeviceRecovery;
60
+ private ensureDeviceHealthy;
55
61
  saveContact(payload: any): Observable<[]>;
56
62
  updateContact(payload: any): Observable<[]>;
57
63
  deleteContact(id: string): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.55",
3
+ "version": "0.7.57",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file