@vgroup/dialbox 0.6.3-0.32 → 0.6.3-0.33

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.
@@ -117,9 +117,6 @@ export declare class CallProgressComponent implements OnInit, OnChanges {
117
117
  endConfereneceCall(): void;
118
118
  endCall(isAllCallEnd?: boolean): Promise<void>;
119
119
  toggleMute(isConference?: boolean): Promise<void>;
120
- audioStream?: MediaStream;
121
- micOn: boolean;
122
- toggleMic(): Promise<void>;
123
120
  getCurrentCallInfo(): any;
124
121
  toggleKeypad(): void;
125
122
  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.33",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^15.2.0",
6
6
  "@angular/core": "^15.2.0",