@vgroup/dialbox 0.2.53 → 0.2.55

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
  GetContactsList(): void;
54
54
  startCall(callData: any): Promise<void>;
55
55
  private initiateCall;
56
+ private addParticipantToCall;
56
57
  private getCallAuthId;
57
58
  private getOutgoingCallToken;
58
59
  private connectToDevice;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.53",
3
+ "version": "0.2.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",