mediasfu-angular 2.1.0 → 2.1.1

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.
@@ -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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediasfu-angular",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "author": "MediaSFU",
5
5
  "license": "MIT",
6
6
  "description": "MediaSFU Prebuilt Angular SDK",