@vgroup/dialbox 0.6.57 → 0.6.59

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.
@@ -133,7 +133,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
133
133
  getToNumber(dialedNumber: string): Promise<any>;
134
134
  isInvalidNumber(number: string): Promise<boolean>;
135
135
  showDialAlert(message: string): void;
136
- getAllParticipants(conferenceSid: string): Promise<void>;
136
+ getAllParticipants(conferenceId: string): Promise<void>;
137
137
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
138
138
  isMergeCallAllowed(): boolean;
139
139
  mergeCalls(): Promise<void>;
@@ -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.57",
3
+ "version": "0.6.59",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",