@vgroup/dialbox 0.2.34 → 0.2.36

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.
@@ -27,6 +27,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
27
27
  disbaleEndCallBtn: boolean;
28
28
  showClearBtn: boolean;
29
29
  isCollops: boolean;
30
+ isConference: boolean;
30
31
  isOutgoingCall: boolean;
31
32
  incomingCallDiv: boolean;
32
33
  incomingCallInitiated: EventEmitter<void>;
@@ -53,7 +54,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
53
54
  startCall(callData: any): Promise<void>;
54
55
  private initiateCall;
55
56
  private getCallAuthId;
56
- private getConferenceCallToken;
57
+ private getOutgoingCallToken;
57
58
  private connectToDevice;
58
59
  private setupEventListeners;
59
60
  private startTimer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.2.34",
3
+ "version": "0.2.36",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",