mediasfu-angular 2.1.0 → 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
  }
@@ -11,7 +11,6 @@ import * as i0 from "@angular/core";
11
11
  * @returns {Promise<{ data: CreateJoinRoomResponse | CreateJoinRoomError | null; success: boolean; }>} The response from the API.
12
12
  */
13
13
  export declare class CreateRoomOnMediaSFU {
14
- private API_URL;
15
14
  constructor();
16
15
  createRoomOnMediaSFU({ payload, apiUserName, apiKey, localLink, }: {
17
16
  payload: any;
@@ -41,7 +41,6 @@ export type JoinRoomOnMediaSFUType = (options: {
41
41
  success: boolean;
42
42
  }>;
43
43
  export declare class JoinRoomOnMediaSFU {
44
- private API_URL;
45
44
  constructor();
46
45
  /**
47
46
  * Joins a room on MediaSFU.
@@ -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.0",
3
+ "version": "2.1.2",
4
4
  "author": "MediaSFU",
5
5
  "license": "MIT",
6
6
  "description": "MediaSFU Prebuilt Angular SDK",