@vgroup/dialbox 0.7.39 → 0.7.41

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.
@@ -90,7 +90,6 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
90
90
  incomingFromImage: string;
91
91
  beforeUnloadHandler(event: BeforeUnloadEvent): true | undefined;
92
92
  unloadHandler(): void;
93
- private removeParticipantsOnUnload;
94
93
  constructor(twilioService: TwilioService, extService: ExtensionService, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
95
94
  private getRemoveParticipants;
96
95
  private initializeTwilio;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.39",
3
+ "version": "0.7.41",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",