@vgroup/dialbox 0.4.173 → 0.4.175

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.
@@ -106,6 +106,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges, AfterVi
106
106
  getAllParticipants(conferenceSid: string): void;
107
107
  acceptConcurrentCall(incomingCall: any): void;
108
108
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
109
+ isMergeCallAllowed(): any[];
109
110
  mergeCalls(): Promise<void>;
110
111
  endHeldCall(): void;
111
112
  hasDetailedInfo(callData: any): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.4.173",
3
+ "version": "0.4.175",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",