@vgroup/dialbox 0.6.76 → 0.6.78

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.
@@ -106,6 +106,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
106
106
  displayNum: string;
107
107
  };
108
108
  isUnholdConferenceCall: any;
109
+ conferenceCallNullCount: number;
109
110
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
110
111
  ngOnInit(): void;
111
112
  ngOnChanges(changes: SimpleChanges): void;
@@ -143,7 +144,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
143
144
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
144
145
  addRemoveParticipant(): Promise<void>;
145
146
  waitingCallAccept(incomingCallInfo: any): Promise<void>;
146
- add(data?: any): Promise<void>;
147
+ add(data?: any, ourNumberInfo?: any): Promise<void>;
147
148
  callContact(contact: any, isUnsavedNumber?: boolean): Promise<any>;
148
149
  CallToUnsavedNumber(number: string, isNewConference?: boolean): Promise<boolean>;
149
150
  onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.76",
3
+ "version": "0.6.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",