@vgroup/dialbox 0.6.61 → 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;
@@ -80,8 +80,6 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
80
80
  callPreference: any;
81
81
  shakeDedicatedBtn: boolean;
82
82
  isSmartDialCall: boolean;
83
- showNewCallWarning: boolean;
84
- private _pendingCallResolve;
85
83
  private isInitialized;
86
84
  beforeUnloadHandler(event: Event): void;
87
85
  constructor(twilioService: TwilioService, extService: ExtensionService, dialog: MatDialog, ipService: IpAddressService, extensionService: ExtensionService, cdk: ChangeDetectorRef, router: Router, incomeingCallSocketService: IncomeingCallSocketService);
@@ -107,9 +105,6 @@ export declare class DialboxComponent implements OnInit, AfterViewInit, OnChange
107
105
  onContactSelect(contact: any): void;
108
106
  endCall(): void;
109
107
  initiateCall(): Promise<boolean | undefined>;
110
- private showConferenceWarning;
111
- confirmNewCall(): void;
112
- cancelNewCall(): void;
113
108
  isInvalidNumber(): Promise<boolean>;
114
109
  saveLastDialed(): void;
115
110
  isSavedContactDialled(): boolean;
@@ -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.61",
3
+ "version": "0.6.62",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file