@vgroup/dialbox 0.2.70 → 0.2.72

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.
@@ -53,6 +53,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
53
53
  ngOnChanges(changes: SimpleChanges): void;
54
54
  ngAfterViewInit(): void;
55
55
  GetContactsList(): void;
56
+ addRes: any;
56
57
  startCall(callData: any): Promise<void>;
57
58
  private initiateCall;
58
59
  onholdOrUnholdParticipant(payload: any): Promise<[] | undefined>;
@@ -73,7 +74,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
73
74
  toggleContactsPanel(): void;
74
75
  addRemoveParticipant(): void;
75
76
  callContact(contact: any): Promise<void>;
76
- getAllParticipants(): void;
77
+ getAllParticipants(conferenceSid: string): void;
77
78
  acceptConcurrentCall(incomingCall: any): void;
78
79
  swapCalls(): void;
79
80
  mergeCalls(): void;
@@ -84,7 +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
- getAllParticipants(conferenceId: any): Observable<[]>;
87
+ getAllParticipants(conferenceSid: any): Observable<[]>;
88
88
  updateHoldUnhold(payload: any): Observable<[]>;
89
89
  getCallStatusOfParticipants(participantId: any): Observable<[]>;
90
90
  muteParticipant(): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.70",
3
+ "version": "0.2.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",