@vgroup/dialbox 0.6.87 → 0.6.88

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.
@@ -110,6 +110,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
110
110
  conferenceCallNullCount: number;
111
111
  allConParticipentList: any;
112
112
  conferenceCallIDForParticipantList: any;
113
+ private acceptedCallList;
113
114
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
114
115
  ngOnInit(): void;
115
116
  ngOnChanges(changes: SimpleChanges): void;
@@ -148,7 +149,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
148
149
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
149
150
  addRemoveParticipant(): Promise<void>;
150
151
  waitingCallAccept(incomingCallInfo: any): Promise<void>;
151
- add(data?: any, ourNumberInfo?: any): Promise<void>;
152
+ add(data?: any, ourNumberInfo?: any, capturedCall?: Call): Promise<void>;
152
153
  callContact(contact: any, isUnsavedNumber?: boolean): Promise<any>;
153
154
  CallToUnsavedNumber(number: string, isNewConference?: boolean): Promise<boolean>;
154
155
  onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
@@ -40,6 +40,9 @@ export declare class TwilioService {
40
40
  deviceId: any;
41
41
  conferenceCallInfo: any;
42
42
  isShowIncomingCall: boolean;
43
+ acceptedCallList: Call[];
44
+ private device2;
45
+ device2Ready: boolean;
43
46
  constructor(http: HttpClient, extensionService: ExtensionService);
44
47
  private initializeToken;
45
48
  initializeTwilioDevice(deviceId: any): void;
@@ -56,6 +59,8 @@ export declare class TwilioService {
56
59
  deletePhoto(id: string): Observable<[]>;
57
60
  toggleCoutryCodeToast(val: any): Observable<[]>;
58
61
  getToNumber(dialledNo: string, isoCode: string): Observable<[]>;
62
+ prepareDevice2ForIncomingCall(): void;
63
+ destroyDevice2(): void;
59
64
  addIncomingParticipant(participantId: string, conferenceId: string): Observable<[]>;
60
65
  connect(data?: any): any;
61
66
  static ɵfac: i0.ɵɵFactoryDeclaration<TwilioService, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.87",
3
+ "version": "0.6.88",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file