@vgroup/dialbox 0.2.93 → 0.2.95

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.
@@ -39,6 +39,7 @@ export declare class TwilioService {
39
39
  private tokenInitialized;
40
40
  private tokenInitialization$;
41
41
  deviceId: any;
42
+ conferenceName: any;
42
43
  constructor(http: HttpClient, extensionService: ExtensionService, notificationSerivce: NotificationService);
43
44
  private initializeToken;
44
45
  initializeTwilioDevice(deviceId: any): void;
@@ -55,7 +56,7 @@ export declare class TwilioService {
55
56
  deletePhoto(id: string): Observable<[]>;
56
57
  toggleCoutryCodeToast(val: any): Observable<[]>;
57
58
  getToNumber(dialledNo: string, isoCode: string): Observable<[]>;
58
- connect(data: any): void;
59
+ connect(data?: any): void;
59
60
  static ɵfac: i0.ɵɵFactoryDeclaration<TwilioService, never>;
60
61
  static ɵprov: i0.ɵɵInjectableDeclaration<TwilioService>;
61
62
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.93",
3
+ "version": "0.2.95",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",