@vgroup/dialbox 0.6.49 → 0.6.51

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.
@@ -88,6 +88,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
88
88
  ourNumberInfo: any;
89
89
  currentConferenceCall: any;
90
90
  isReasonChecked: boolean;
91
+ isAllAccepted: boolean;
91
92
  leaveReason: string;
92
93
  selectedConf: any;
93
94
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
@@ -132,7 +133,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
132
133
  getToNumber(dialedNumber: string): Promise<any>;
133
134
  isInvalidNumber(number: string): Promise<boolean>;
134
135
  showDialAlert(message: string): void;
135
- getAllParticipants(conferenceSid: string): void;
136
+ getAllParticipants(conferenceSid: string): Promise<void>;
136
137
  swapCalls(callInfo: any, isConferenceCall?: boolean): Promise<void>;
137
138
  isMergeCallAllowed(): boolean;
138
139
  mergeCalls(): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.49",
3
+ "version": "0.6.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",