@vgroup/dialbox 0.6.58 → 0.6.60

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.
@@ -113,7 +113,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
113
113
  private getCallAuthId;
114
114
  private getOutgoingCallToken;
115
115
  private connectToDevice;
116
- setUpParticipent(callData: any, response: any): void;
117
116
  private setupEventListeners;
118
117
  private startTimer;
119
118
  private stopTimer;
@@ -134,7 +133,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
134
133
  getToNumber(dialedNumber: string): Promise<any>;
135
134
  isInvalidNumber(number: string): Promise<boolean>;
136
135
  showDialAlert(message: string): void;
137
- getAllParticipants(conferenceSid: string): Promise<void>;
136
+ getAllParticipants(conferenceId: string): Promise<void>;
138
137
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
139
138
  isMergeCallAllowed(): boolean;
140
139
  mergeCalls(): Promise<void>;
@@ -174,6 +173,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
174
173
  isSelfNumber(participant: any): any;
175
174
  getName(number: any): string | null;
176
175
  getImg(number: any): any;
176
+ get showEndAllButton(): boolean;
177
177
  ngOnDestroy(): void;
178
178
  static ɵfac: i0.ɵɵFactoryDeclaration<CallProgressComponent, never>;
179
179
  static ɵcmp: i0.ɵɵComponentDeclaration<CallProgressComponent, "lib-call-progress", never, { "callData": "callData"; "selectedCallerId": "selectedCallerId"; "newIncomingCallData": "newIncomingCallData"; "newIncomingCallsList": "newIncomingCallsList"; "callerIdList": "callerIdList"; "deviceId": "deviceId"; "callAction": "callAction"; "conferenceCallInfo": "conferenceCallInfo"; }, { "endCallEvent": "endCallEvent"; "incomingCallsNewInfo": "incomingCallsNewInfo"; "minimiseEvent": "minimiseEvent"; "incomingCallInitiated": "incomingCallInitiated"; "isLoadershown": "isLoadershown"; "endIncomingCallEvent": "endIncomingCallEvent"; }, never, never, false, never>;
@@ -90,7 +90,7 @@ export declare class ExtensionService {
90
90
  addClientParticipant(payload: any): Observable<[]>;
91
91
  holdParticipant(payload: any): Observable<[]>;
92
92
  onMuteParticipant(payload: any): Observable<[]>;
93
- getAllParticipants(conferenceSid: any): Observable<[]>;
93
+ getAllParticipants(conferenceId: any): Observable<[]>;
94
94
  updateHoldUnhold(payload: any): Observable<[]>;
95
95
  getCallStatusOfParticipants(participantId: any): Observable<[]>;
96
96
  getRemoveParticipants(participantId: any, conferenceId: any): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.58",
3
+ "version": "0.6.60",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",