@vgroup/dialbox 0.7.76 → 0.7.77

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.7.76",
3
+ "version": "0.7.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",