@vgroup/dialbox 0.6.60 → 0.6.62

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.
@@ -91,11 +91,13 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
91
91
  isAllAccepted: boolean;
92
92
  leaveReason: string;
93
93
  selectedConf: any;
94
+ showConferenceWarningModal: boolean;
95
+ pendingCallData: any;
94
96
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
95
97
  ngOnInit(): void;
96
98
  ngOnChanges(changes: SimpleChanges): void;
97
99
  rejoinHost(callInfo: any): Promise<void>;
98
- getStatus(res: any): any;
100
+ getStatus(res: any): boolean;
99
101
  GetContactsList(): void;
100
102
  addRes: any;
101
103
  startCall(callData: any, isNewConference?: boolean): Promise<any>;
@@ -130,6 +132,9 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
130
132
  add(data?: any): Promise<void>;
131
133
  callContact(contact: any, isUnsavedNumber?: boolean): Promise<any>;
132
134
  CallToUnsavedNumber(number: string, isNewConference?: boolean): Promise<boolean>;
135
+ onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
136
+ confirmNewCall(): void;
137
+ cancelNewCall(): void;
133
138
  getToNumber(dialedNumber: string): Promise<any>;
134
139
  isInvalidNumber(number: string): Promise<boolean>;
135
140
  showDialAlert(message: string): void;
@@ -39,6 +39,7 @@ export declare class TwilioService {
39
39
  private tokenInitialization$;
40
40
  deviceId: any;
41
41
  conferenceCallInfo: any;
42
+ isShowIncomingCall: boolean;
42
43
  constructor(http: HttpClient, extensionService: ExtensionService);
43
44
  private initializeToken;
44
45
  initializeTwilioDevice(deviceId: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.60",
3
+ "version": "0.6.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",