@vgroup/dialbox 0.3.92 → 0.3.93

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.
@@ -54,10 +54,11 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
54
54
  allParticipentList: any;
55
55
  isClickExpand: boolean;
56
56
  isCallInProgress: boolean;
57
+ isCurrentIncomingCallList: any;
57
58
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService);
58
59
  ngOnInit(): void;
59
60
  ngOnChanges(changes: SimpleChanges): void;
60
- getStatus(res: any): boolean;
61
+ getStatus(res: any): any;
61
62
  ngAfterViewInit(): void;
62
63
  GetContactsList(): void;
63
64
  addRes: any;
@@ -80,7 +81,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
80
81
  private pad;
81
82
  private handleError;
82
83
  endCall(isAllCallEnd?: boolean): Promise<void>;
83
- toggleMute(): void;
84
+ toggleMute(isConference?: boolean): void;
84
85
  toggleKeypad(): void;
85
86
  toggleContactsPanel(isRemove?: boolean): void;
86
87
  addRemoveParticipant(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.3.92",
3
+ "version": "0.3.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",