@vgroup/dialbox 0.6.3-0.2 → 0.6.3-0.3

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.
@@ -116,7 +116,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
116
116
  toggleMic(): Promise<void>;
117
117
  toggleKeypad(): void;
118
118
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
119
- addRemoveParticipant(): void;
119
+ addRemoveParticipant(): Promise<void>;
120
120
  add(data?: any): Promise<void>;
121
121
  callContact(contact: any, isUnsavedNumber?: boolean): Promise<any>;
122
122
  CallToUnsavedNumber(number: string, isNewConference?: boolean): Promise<boolean>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.30.2",
3
+ "version": "0.6.30.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",