@vgroup/dialbox 0.7.76 → 0.7.78

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.
@@ -168,9 +168,10 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
168
168
  private pad;
169
169
  private handleError;
170
170
  endConfereneceCall(conf?: any): void;
171
- endCall(isAllCallEnd?: boolean): Promise<void>;
171
+ endCall(isAllCallEnd?: boolean, callDetail?: any): Promise<void>;
172
172
  toggleMute(isConference?: boolean): Promise<void>;
173
173
  getCurrentCallInfo(): any;
174
+ getCurrentCallIOwnInfo(call?: any): any;
174
175
  toggleKeypad(): void;
175
176
  toggleMuteIncomingCall(): void;
176
177
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
@@ -181,10 +182,10 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
181
182
  callContact(contact: any, isUnsavedNumber?: boolean, options?: {
182
183
  skipDuplicateCheck?: boolean;
183
184
  alreadyNormalized?: boolean;
184
- }): Promise<any>;
185
+ }, participantInfo?: any): Promise<any>;
185
186
  CallToUnsavedNumber(number: string, isNewConference?: boolean, options?: {
186
187
  skipDuplicateCheck?: boolean;
187
- }): Promise<boolean>;
188
+ }, participantInfo?: any): Promise<boolean>;
188
189
  onAddNewCall(callData: any, isNewConferenceCall?: boolean): void;
189
190
  confirmNewCall(): void;
190
191
  cancelNewCall(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.76",
3
+ "version": "0.7.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",
Binary file