@vgroup/dialbox 0.3.91 → 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;
@@ -68,6 +69,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
68
69
  onholdOrUnholdParticipant(payload: any): Promise<[] | undefined>;
69
70
  private addParticipantToCall;
70
71
  private getCallStatusOfParticipants;
72
+ private onMuteParticipant;
71
73
  private getRemoveParticipants;
72
74
  private getCallAuthId;
73
75
  private getOutgoingCallToken;
@@ -79,7 +81,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
79
81
  private pad;
80
82
  private handleError;
81
83
  endCall(isAllCallEnd?: boolean): Promise<void>;
82
- toggleMute(): void;
84
+ toggleMute(isConference?: boolean): void;
83
85
  toggleKeypad(): void;
84
86
  toggleContactsPanel(isRemove?: boolean): void;
85
87
  addRemoveParticipant(): void;
@@ -84,6 +84,7 @@ export declare class ExtensionService {
84
84
  getConferenceCallToken(payload: any): Observable<[]>;
85
85
  addParticipant(payload: any): Observable<[]>;
86
86
  holdParticipant(payload: any): Observable<[]>;
87
+ onMuteParticipant(payload: any): Observable<[]>;
87
88
  getAllParticipants(conferenceSid: any): Observable<[]>;
88
89
  updateHoldUnhold(payload: any): Observable<[]>;
89
90
  getCallStatusOfParticipants(participantId: any): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.3.91",
3
+ "version": "0.3.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",