@vgroup/dialbox 0.6.3-0.33 → 0.6.3-0.35

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
  currentConferenceCall: any;
89
89
  isReasonChecked: boolean;
90
90
  leaveReason: string;
91
+ selectedConf: any;
91
92
  constructor(extensionService: ExtensionService, cdr: ChangeDetectorRef, twilioService: TwilioService, ipService: IpAddressService, incomeingCallSocketService: IncomeingCallSocketService);
92
93
  ngOnInit(): void;
93
94
  ngOnChanges(changes: SimpleChanges): void;
@@ -114,7 +115,7 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
114
115
  private formatTime;
115
116
  private pad;
116
117
  private handleError;
117
- endConfereneceCall(): void;
118
+ endConfereneceCall(conf?: any): void;
118
119
  endCall(isAllCallEnd?: boolean): Promise<void>;
119
120
  toggleMute(isConference?: boolean): Promise<void>;
120
121
  getCurrentCallInfo(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.30.33",
3
+ "version": "0.6.30.35",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",