@vgroup/dialbox 0.7.45 → 0.7.46

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.
@@ -134,6 +134,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
134
134
  leaveConfParticipant: any;
135
135
  leaveConfConferenceName: string;
136
136
  isParticipantPanelLoading: boolean;
137
+ isConnectingIncomingCallId: any;
137
138
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
138
139
  ngOnInit(): void;
139
140
  ngOnChanges(changes: SimpleChanges): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.45",
3
+ "version": "0.7.46",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",