@vgroup/dialbox 0.2.65 → 0.2.66

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.
@@ -55,6 +55,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
55
55
  GetContactsList(): void;
56
56
  startCall(callData: any): Promise<void>;
57
57
  private initiateCall;
58
+ onholdOrUnholdParticipant(payload: any): Promise<[] | undefined>;
58
59
  private addParticipantToCall;
59
60
  private getCallStatusOfParticipants;
60
61
  private getCallAuthId;
@@ -83,6 +83,7 @@ export declare class ExtensionService {
83
83
  initiateCall(payload: any): Observable<any>;
84
84
  getConferenceCallToken(payload: any): Observable<[]>;
85
85
  addParticipant(payload: any): Observable<[]>;
86
+ holdParticipant(payload: any): Observable<[]>;
86
87
  updateHoldUnhold(payload: any): Observable<[]>;
87
88
  getCallStatusOfParticipants(participantId: any): Observable<[]>;
88
89
  muteParticipant(): Observable<[]>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.65",
3
+ "version": "0.2.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",