@vgroup/dialbox 0.7.71 → 0.7.73

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.
@@ -135,6 +135,8 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
135
135
  leaveConfConferenceName: string;
136
136
  isParticipantPanelLoading: boolean;
137
137
  isConnectingIncomingCallId: any;
138
+ pendingNewCallHeldParticipant: any;
139
+ isCallCancelled: boolean;
138
140
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
139
141
  ngOnInit(): void;
140
142
  ngOnChanges(changes: SimpleChanges): void;
@@ -178,6 +180,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
178
180
  add(data?: any, ourNumberInfo?: any, capturedCall?: Call): Promise<void>;
179
181
  callContact(contact: any, isUnsavedNumber?: boolean, options?: {
180
182
  skipDuplicateCheck?: boolean;
183
+ alreadyNormalized?: boolean;
181
184
  }): Promise<any>;
182
185
  CallToUnsavedNumber(number: string, isNewConference?: boolean, options?: {
183
186
  skipDuplicateCheck?: boolean;
@@ -185,6 +188,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
185
188
  onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
186
189
  confirmNewCall(): void;
187
190
  cancelNewCall(): void;
191
+ cancelCallToast(): void;
188
192
  getToNumber(dialedNumber: string): Promise<any>;
189
193
  isInvalidNumber(number: string): Promise<boolean>;
190
194
  showDialAlert(message: string): void;
@@ -240,6 +244,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
240
244
  get totalParticipantsCount(): number;
241
245
  onReasonCheckChanged(newValue: boolean): void;
242
246
  resetLeaveTimer(): void;
247
+ private unholdPendingConference;
243
248
  ngOnDestroy(): void;
244
249
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
245
250
  static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "callerIdList": "callerIdList"; "newCallConference": "newCallConference"; "missCallInfo": "missCallInfo"; "userSettingInfo": "userSettingInfo"; "deviceId": "deviceId"; "callAction": "callAction"; "conferenceCallInfo": "conferenceCallInfo"; "incomingFromImage": "incomingFromImage"; "outgoingContactName": "outgoingContactName"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershown": "isLoadershown"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
@@ -54,6 +54,7 @@ export declare class TwilioService {
54
54
  private currentDeviceUnregisteredHandler;
55
55
  private currentDeviceErrorHandler;
56
56
  incomingCallNotification: Subject<any>;
57
+ previousIncomingCallNotification: any;
57
58
  constructor(http: HttpClient, extensionService: ExtensionService);
58
59
  private initializeToken;
59
60
  initializeTwilioDevice(deviceId: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.71",
3
+ "version": "0.7.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",