mediasfu-angular 2.1.1 → 2.1.2

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.
@@ -115,7 +115,7 @@ export declare class MiniAudio implements OnInit, OnDestroy {
115
115
  handleMouseDown(event: MouseEvent): void;
116
116
  handleMouseMove(event: MouseEvent): void;
117
117
  handleMouseUp(): void;
118
- getOverlayPosition(position: string): import("../../../@types/types").OverlayPositionStyle;
118
+ getOverlayPosition(position: string): import("mediasfu-angular").OverlayPositionStyle;
119
119
  static ɵfac: i0.ɵɵFactoryDeclaration<MiniAudio, [{ optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
120
120
  static ɵcmp: i0.ɵɵComponentDeclaration<MiniAudio, "app-mini-audio", never, { "visible": { "alias": "visible"; "required": false; }; "customStyle": { "alias": "customStyle"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showWaveform": { "alias": "showWaveform"; "required": false; }; "overlayPosition": { "alias": "overlayPosition"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "nameTextStyling": { "alias": "nameTextStyling"; "required": false; }; "imageSource": { "alias": "imageSource"; "required": false; }; "roundedImage": { "alias": "roundedImage"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; }, {}, never, never, true, never>;
121
121
  }
@@ -89,7 +89,7 @@ export declare class MiniCardAudio implements OnInit, OnDestroy {
89
89
  clearIntervals(): void;
90
90
  getAnimationDuration(index: number): number;
91
91
  getImageStyle(): any;
92
- getOverlayPosition(position: string): import("../../../@types/types").OverlayPositionStyle;
92
+ getOverlayPosition(position: string): import("mediasfu-angular").OverlayPositionStyle;
93
93
  static ɵfac: i0.ɵɵFactoryDeclaration<MiniCardAudio, [{ optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }, { optional: true; }]>;
94
94
  static ɵcmp: i0.ɵɵComponentDeclaration<MiniCardAudio, "app-mini-card-audio", never, { "customStyle": { "alias": "customStyle"; "required": false; }; "name": { "alias": "name"; "required": false; }; "showWaveform": { "alias": "showWaveform"; "required": false; }; "overlayPosition": { "alias": "overlayPosition"; "required": false; }; "barColor": { "alias": "barColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "imageSource": { "alias": "imageSource"; "required": false; }; "roundedImage": { "alias": "roundedImage"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; }, {}, never, never, true, never>;
95
95
  }
@@ -1,4 +1,5 @@
1
1
  import { initialValuesState } from './lib/methods/utils/initial-values.util';
2
+ export * from './lib/@types/types';
2
3
  export * from './lib/methods/utils/join-room-on-media-sfu.service';
3
4
  export * from './lib/methods/utils/create-room-on-media-sfu.service';
4
5
  export * from './lib/methods/utils/check-limits-and-make-request.service';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediasfu-angular",
3
- "version": "2.1.1",
3
+ "version": "2.1.2",
4
4
  "author": "MediaSFU",
5
5
  "license": "MIT",
6
6
  "description": "MediaSFU Prebuilt Angular SDK",