@vgroup/dialbox 0.6.3-0.32 → 0.6.3-0.34

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,12 +115,9 @@ 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
- audioStream?: MediaStream;
121
- micOn: boolean;
122
- toggleMic(): Promise<void>;
123
121
  getCurrentCallInfo(): any;
124
122
  toggleKeypad(): void;
125
123
  toggleContactsPanel(callInfo?: any, isClose?: boolean): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vgroup/dialbox",
3
- "version": "0.6.30.32",
3
+ "version": "0.6.30.34",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",