mediasfu-angular 2.1.4 → 2.1.6
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.
- package/dist/fesm2022/mediasfu-angular.mjs +4889 -4732
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/components/mediasfu-components/mediasfu-broadcast.component.d.ts +14 -14
- package/dist/lib/components/mediasfu-components/mediasfu-chat.component.d.ts +14 -14
- package/dist/lib/components/mediasfu-components/mediasfu-conference.component.d.ts +18 -18
- package/dist/lib/components/mediasfu-components/mediasfu-generic.component.d.ts +18 -18
- package/dist/lib/components/mediasfu-components/mediasfu-webinar.component.d.ts +18 -18
- package/dist/lib/consumers/stream-success-video.service.d.ts +2 -0
- package/dist/lib/methods/utils/create-room-on-media-sfu.service.d.ts +92 -10
- package/dist/lib/methods/utils/join-room-on-media-sfu.service.d.ts +83 -8
- package/dist/public-api.d.ts +181 -2
- package/package.json +1 -1
|
@@ -891,7 +891,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
891
891
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
892
892
|
recordingVideoType: BehaviorSubject<string>;
|
|
893
893
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
894
|
-
recordingDisplayType: BehaviorSubject<"video" | "
|
|
894
|
+
recordingDisplayType: BehaviorSubject<"video" | "all" | "media">;
|
|
895
895
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
896
896
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
897
897
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1119,7 +1119,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1119
1119
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1120
1120
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1121
1121
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1122
|
-
checkOrientation: () => "
|
|
1122
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
1123
1123
|
showAlert: ({ message, type, duration, }: {
|
|
1124
1124
|
message: string;
|
|
1125
1125
|
type: "success" | "danger";
|
|
@@ -1362,7 +1362,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1362
1362
|
recordingVideoOptions: string;
|
|
1363
1363
|
recordingVideoType: string;
|
|
1364
1364
|
recordingVideoOptimized: boolean;
|
|
1365
|
-
recordingDisplayType: "video" | "
|
|
1365
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
1366
1366
|
recordingAddHLS: boolean;
|
|
1367
1367
|
recordingAddText: boolean;
|
|
1368
1368
|
recordingCustomText: string;
|
|
@@ -1763,7 +1763,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1763
1763
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1764
1764
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1765
1765
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1766
|
-
checkOrientation: () => "
|
|
1766
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
1767
1767
|
updateDevice: (value: Device | null) => void;
|
|
1768
1768
|
updateSocket: (value: Socket) => void;
|
|
1769
1769
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2083,7 +2083,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2083
2083
|
recordingVideoOptions: string;
|
|
2084
2084
|
recordingVideoType: string;
|
|
2085
2085
|
recordingVideoOptimized: boolean;
|
|
2086
|
-
recordingDisplayType: "video" | "
|
|
2086
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
2087
2087
|
recordingAddHLS: boolean;
|
|
2088
2088
|
recordingAddText: boolean;
|
|
2089
2089
|
recordingCustomText: string;
|
|
@@ -2484,7 +2484,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2484
2484
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2485
2485
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2486
2486
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2487
|
-
checkOrientation: () => "
|
|
2487
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
2488
2488
|
updateDevice: (value: Device | null) => void;
|
|
2489
2489
|
updateSocket: (value: Socket) => void;
|
|
2490
2490
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2807,7 +2807,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2807
2807
|
recordingVideoOptions: string;
|
|
2808
2808
|
recordingVideoType: string;
|
|
2809
2809
|
recordingVideoOptimized: boolean;
|
|
2810
|
-
recordingDisplayType: "video" | "
|
|
2810
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
2811
2811
|
recordingAddHLS: boolean;
|
|
2812
2812
|
recordingAddText: boolean;
|
|
2813
2813
|
recordingCustomText: string;
|
|
@@ -3208,7 +3208,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3208
3208
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3209
3209
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3210
3210
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3211
|
-
checkOrientation: () => "
|
|
3211
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
3212
3212
|
updateDevice: (value: Device | null) => void;
|
|
3213
3213
|
updateSocket: (value: Socket) => void;
|
|
3214
3214
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3528,7 +3528,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3528
3528
|
recordingVideoOptions: string;
|
|
3529
3529
|
recordingVideoType: string;
|
|
3530
3530
|
recordingVideoOptimized: boolean;
|
|
3531
|
-
recordingDisplayType: "video" | "
|
|
3531
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
3532
3532
|
recordingAddHLS: boolean;
|
|
3533
3533
|
recordingAddText: boolean;
|
|
3534
3534
|
recordingCustomText: string;
|
|
@@ -3929,7 +3929,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3929
3929
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3930
3930
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3931
3931
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3932
|
-
checkOrientation: () => "
|
|
3932
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
3933
3933
|
updateDevice: (value: Device | null) => void;
|
|
3934
3934
|
updateSocket: (value: Socket) => void;
|
|
3935
3935
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4252,7 +4252,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4252
4252
|
recordingVideoOptions: string;
|
|
4253
4253
|
recordingVideoType: string;
|
|
4254
4254
|
recordingVideoOptimized: boolean;
|
|
4255
|
-
recordingDisplayType: "video" | "
|
|
4255
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
4256
4256
|
recordingAddHLS: boolean;
|
|
4257
4257
|
recordingAddText: boolean;
|
|
4258
4258
|
recordingCustomText: string;
|
|
@@ -4653,7 +4653,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4653
4653
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4654
4654
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4655
4655
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4656
|
-
checkOrientation: () => "
|
|
4656
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
4657
4657
|
updateDevice: (value: Device | null) => void;
|
|
4658
4658
|
updateSocket: (value: Socket) => void;
|
|
4659
4659
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4973,7 +4973,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4973
4973
|
recordingVideoOptions: string;
|
|
4974
4974
|
recordingVideoType: string;
|
|
4975
4975
|
recordingVideoOptimized: boolean;
|
|
4976
|
-
recordingDisplayType: "video" | "
|
|
4976
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
4977
4977
|
recordingAddHLS: boolean;
|
|
4978
4978
|
recordingAddText: boolean;
|
|
4979
4979
|
recordingCustomText: string;
|
|
@@ -5374,7 +5374,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
5374
5374
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5375
5375
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5376
5376
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5377
|
-
checkOrientation: () => "
|
|
5377
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
5378
5378
|
updateDevice: (value: Device | null) => void;
|
|
5379
5379
|
updateSocket: (value: Socket) => void;
|
|
5380
5380
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -5788,7 +5788,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
5788
5788
|
recordingVideoOptions: string;
|
|
5789
5789
|
recordingVideoType: string;
|
|
5790
5790
|
recordingVideoOptimized: boolean;
|
|
5791
|
-
recordingDisplayType: "video" | "
|
|
5791
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
5792
5792
|
recordingAddHLS: boolean;
|
|
5793
5793
|
recordingAddText: boolean;
|
|
5794
5794
|
recordingCustomText: string;
|
|
@@ -6189,7 +6189,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6189
6189
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6190
6190
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6191
6191
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6192
|
-
checkOrientation: () => "
|
|
6192
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
6193
6193
|
updateDevice: (value: Device | null) => void;
|
|
6194
6194
|
updateSocket: (value: Socket) => void;
|
|
6195
6195
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -6509,7 +6509,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6509
6509
|
recordingVideoOptions: string;
|
|
6510
6510
|
recordingVideoType: string;
|
|
6511
6511
|
recordingVideoOptimized: boolean;
|
|
6512
|
-
recordingDisplayType: "video" | "
|
|
6512
|
+
recordingDisplayType: "video" | "all" | "media";
|
|
6513
6513
|
recordingAddHLS: boolean;
|
|
6514
6514
|
recordingAddText: boolean;
|
|
6515
6515
|
recordingCustomText: string;
|
|
@@ -6910,7 +6910,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6910
6910
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6911
6911
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6912
6912
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6913
|
-
checkOrientation: () => "
|
|
6913
|
+
checkOrientation: () => "landscape" | "portrait";
|
|
6914
6914
|
updateDevice: (value: Device | null) => void;
|
|
6915
6915
|
updateSocket: (value: Socket) => void;
|
|
6916
6916
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -30,6 +30,7 @@ export interface StreamSuccessVideoParameters extends CreateSendTransportParamet
|
|
|
30
30
|
keepBackground: boolean;
|
|
31
31
|
appliedBackground: boolean;
|
|
32
32
|
videoProducer: Producer | null;
|
|
33
|
+
updateTransportCreated: (created: boolean) => void;
|
|
33
34
|
updateTransportCreatedVideo: (created: boolean) => void;
|
|
34
35
|
updateVideoAlreadyOn: (videoOn: boolean) => void;
|
|
35
36
|
updateVideoAction: (videoAction: boolean) => void;
|
|
@@ -87,6 +88,7 @@ export type StreamSuccessVideoType = (options: StreamSuccessVideoOptions) => Pro
|
|
|
87
88
|
* @param {boolean} options.parameters.videoAlreadyOn - Indicates if the video is already on.
|
|
88
89
|
* @param {Function} options.parameters.showAlert - Function to show alert messages.
|
|
89
90
|
* @param {Function} options.parameters.updateParticipants - Function to update the participants list.
|
|
91
|
+
* @param {Function} options.parameters.updateTransportCreated - Function to update the transport creation state.
|
|
90
92
|
* @param {Function} options.parameters.updateTransportCreatedVideo - Function to update the transport creation state.
|
|
91
93
|
* @param {Function} options.parameters.updateVideoAlreadyOn - Function to update the video status.
|
|
92
94
|
* @param {Function} options.parameters.updateVideoAction - Function to update the video action state.
|
|
@@ -1,19 +1,101 @@
|
|
|
1
|
-
import { CreateJoinRoomResponse, CreateJoinRoomError } from '../../@types/types';
|
|
1
|
+
import { CreateJoinRoomResponse, CreateJoinRoomError, CreateMediaSFURoomOptions, JoinMediaSFURoomOptions } from '../../@types/types';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Asynchronously creates a room on MediaSFU.
|
|
5
5
|
*
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
* @param {
|
|
11
|
-
* @
|
|
12
|
-
|
|
6
|
+
* This method sends a POST request to the MediaSFU API to create a new room.
|
|
7
|
+
* It validates the provided credentials and dynamically constructs the API endpoint,
|
|
8
|
+
* supporting the Community Edition via a custom `localLink`.
|
|
9
|
+
*
|
|
10
|
+
* @param {object} options - Configuration options for creating the room.
|
|
11
|
+
* @param {CreateMediaSFURoomOptions | JoinMediaSFURoomOptions} options.payload -
|
|
12
|
+
* The payload containing the room creation details.
|
|
13
|
+
* @param {string} options.apiUserName - The API username, used for authentication.
|
|
14
|
+
* @param {string} options.apiKey - The API key, used for authentication.
|
|
15
|
+
* @param {string} [options.localLink=""] -
|
|
16
|
+
* The local link for Community Edition users. If provided, it overrides the default API URL.
|
|
17
|
+
*
|
|
18
|
+
* @returns {Promise<{
|
|
19
|
+
* data: CreateJoinRoomResponse | CreateJoinRoomError | null;
|
|
20
|
+
* success: boolean;
|
|
21
|
+
* }>} A promise resolving to an object containing the API response:
|
|
22
|
+
* - `data`: The response object, either `CreateJoinRoomResponse` or `CreateJoinRoomError`.
|
|
23
|
+
* - `success`: Boolean indicating whether the operation was successful.
|
|
24
|
+
*
|
|
25
|
+
* @throws {Error} Throws an error if the request fails or if the provided credentials are invalid.
|
|
26
|
+
*
|
|
27
|
+
* @example
|
|
28
|
+
* const response = await createRoomOnMediaSFU.createRoomOnMediaSFU({
|
|
29
|
+
* payload: {
|
|
30
|
+
* action: 'create',
|
|
31
|
+
* duration: 120, // Duration in minutes
|
|
32
|
+
* capacity: 20, // Max participants
|
|
33
|
+
* userName: 'hostUser',
|
|
34
|
+
* scheduledDate: Date.now() + 3600000, // One hour from now
|
|
35
|
+
* secureCode: 'secure123', // Optional
|
|
36
|
+
* eventType: 'webinar', // Optional
|
|
37
|
+
* },
|
|
38
|
+
* apiUserName: 'yourAPIUSERNAME',
|
|
39
|
+
* apiKey: 'yourAPIKEY',
|
|
40
|
+
* localLink: 'http://localhost:3000', // Optional for Community Edition
|
|
41
|
+
* });
|
|
42
|
+
*
|
|
43
|
+
* if (response.success) {
|
|
44
|
+
* console.log('Room created successfully:', response.data);
|
|
45
|
+
* } else {
|
|
46
|
+
* console.error('Failed to create room:', response.data?.error);
|
|
47
|
+
* }
|
|
48
|
+
*/
|
|
13
49
|
export declare class CreateRoomOnMediaSFU {
|
|
14
50
|
constructor();
|
|
51
|
+
/**
|
|
52
|
+
* Asynchronously creates a room on MediaSFU.
|
|
53
|
+
*
|
|
54
|
+
* This method sends a POST request to the MediaSFU API to create a new room.
|
|
55
|
+
* It validates the provided credentials and dynamically constructs the API endpoint,
|
|
56
|
+
* supporting the Community Edition via a custom `localLink`.
|
|
57
|
+
*
|
|
58
|
+
* @param {object} options - Configuration options for creating the room.
|
|
59
|
+
* @param {CreateMediaSFURoomOptions | JoinMediaSFURoomOptions} options.payload -
|
|
60
|
+
* The payload containing the room creation details.
|
|
61
|
+
* @param {string} options.apiUserName - The API username, used for authentication.
|
|
62
|
+
* @param {string} options.apiKey - The API key, used for authentication.
|
|
63
|
+
* @param {string} [options.localLink=""] -
|
|
64
|
+
* The local link for Community Edition users. If provided, it overrides the default API URL.
|
|
65
|
+
*
|
|
66
|
+
* @returns {Promise<{
|
|
67
|
+
* data: CreateJoinRoomResponse | CreateJoinRoomError | null;
|
|
68
|
+
* success: boolean;
|
|
69
|
+
* }>} A promise resolving to an object containing the API response:
|
|
70
|
+
* - `data`: The response object, either `CreateJoinRoomResponse` or `CreateJoinRoomError`.
|
|
71
|
+
* - `success`: Boolean indicating whether the operation was successful.
|
|
72
|
+
*
|
|
73
|
+
* @throws {Error} Throws an error if the request fails or if the provided credentials are invalid.
|
|
74
|
+
*
|
|
75
|
+
* @example
|
|
76
|
+
* const response = await createRoomOnMediaSFU.createRoomOnMediaSFU({
|
|
77
|
+
* payload: {
|
|
78
|
+
* action: 'create',
|
|
79
|
+
* duration: 120, // Duration in minutes
|
|
80
|
+
* capacity: 20, // Max participants
|
|
81
|
+
* userName: 'hostUser',
|
|
82
|
+
* scheduledDate: Date.now() + 3600000, // One hour from now
|
|
83
|
+
* secureCode: 'secure123', // Optional
|
|
84
|
+
* eventType: 'webinar', // Optional
|
|
85
|
+
* },
|
|
86
|
+
* apiUserName: 'yourAPIUSERNAME',
|
|
87
|
+
* apiKey: 'yourAPIKEY',
|
|
88
|
+
* localLink: 'http://localhost:3000', // Optional for Community Edition
|
|
89
|
+
* });
|
|
90
|
+
*
|
|
91
|
+
* if (response.success) {
|
|
92
|
+
* console.log('Room created successfully:', response.data);
|
|
93
|
+
* } else {
|
|
94
|
+
* console.error('Failed to create room:', response.data?.error);
|
|
95
|
+
* }
|
|
96
|
+
*/
|
|
15
97
|
createRoomOnMediaSFU({ payload, apiUserName, apiKey, localLink, }: {
|
|
16
|
-
payload:
|
|
98
|
+
payload: CreateMediaSFURoomOptions | JoinMediaSFURoomOptions;
|
|
17
99
|
apiUserName: string;
|
|
18
100
|
apiKey: string;
|
|
19
101
|
localLink?: string;
|
|
@@ -40,17 +40,92 @@ export type JoinRoomOnMediaSFUType = (options: {
|
|
|
40
40
|
data: CreateJoinRoomResponse | CreateJoinRoomError | null;
|
|
41
41
|
success: boolean;
|
|
42
42
|
}>;
|
|
43
|
+
/**
|
|
44
|
+
* Asynchronously joins a room on MediaSFU.
|
|
45
|
+
*
|
|
46
|
+
* This method sends a POST request to the MediaSFU API to join an existing room.
|
|
47
|
+
* It validates the provided credentials and dynamically constructs the API endpoint,
|
|
48
|
+
* including support for the Community Edition via a custom `localLink`.
|
|
49
|
+
*
|
|
50
|
+
* @param {object} options - Configuration options for joining the room.
|
|
51
|
+
* @param {JoinMediaSFURoomOptions | CreateMediaSFURoomOptions} options.payload -
|
|
52
|
+
* The payload containing the room details and action (`join` or `create`).
|
|
53
|
+
* @param {string} options.apiUserName - The API username, used for authentication.
|
|
54
|
+
* @param {string} options.apiKey - The API key, used for authentication.
|
|
55
|
+
* @param {string} [options.localLink=""] -
|
|
56
|
+
* The local link for Community Edition users. If provided, it overrides the default API URL.
|
|
57
|
+
*
|
|
58
|
+
* @returns {Promise<{
|
|
59
|
+
* data: CreateJoinRoomResponse | CreateJoinRoomError | null;
|
|
60
|
+
* success: boolean;
|
|
61
|
+
* }>} A promise resolving to an object containing the API response:
|
|
62
|
+
* - `data`: The response object, either `CreateJoinRoomResponse` or `CreateJoinRoomError`.
|
|
63
|
+
* - `success`: Boolean indicating whether the operation was successful.
|
|
64
|
+
*
|
|
65
|
+
* @throws {Error} Throws an error if the request fails or if the provided credentials are invalid.
|
|
66
|
+
*
|
|
67
|
+
* @example
|
|
68
|
+
* const response = await joinRoomOnMediaSFU.joinRoomOnMediaSFU({
|
|
69
|
+
* payload: {
|
|
70
|
+
* action: 'join',
|
|
71
|
+
* meetingID: '123456',
|
|
72
|
+
* userName: 'user123',
|
|
73
|
+
* },
|
|
74
|
+
* apiUserName: 'yourAPIUSERNAME',
|
|
75
|
+
* apiKey: 'yourAPIKEY',
|
|
76
|
+
* localLink: 'http://localhost:3000', // Optional for Community Edition
|
|
77
|
+
* });
|
|
78
|
+
*
|
|
79
|
+
* if (response.success) {
|
|
80
|
+
* console.log('Joined room successfully:', response.data);
|
|
81
|
+
* } else {
|
|
82
|
+
* console.error('Failed to join room:', response.data?.error);
|
|
83
|
+
* }
|
|
84
|
+
*/
|
|
43
85
|
export declare class JoinRoomOnMediaSFU {
|
|
44
86
|
constructor();
|
|
45
87
|
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
88
|
+
* Asynchronously joins a room on MediaSFU.
|
|
89
|
+
*
|
|
90
|
+
* This method sends a POST request to the MediaSFU API to join an existing room.
|
|
91
|
+
* It validates the provided credentials and dynamically constructs the API endpoint,
|
|
92
|
+
* including support for the Community Edition via a custom `localLink`.
|
|
93
|
+
*
|
|
94
|
+
* @param {object} options - Configuration options for joining the room.
|
|
95
|
+
* @param {JoinMediaSFURoomOptions | CreateMediaSFURoomOptions} options.payload -
|
|
96
|
+
* The payload containing the room details and action (`join` or `create`).
|
|
97
|
+
* @param {string} options.apiUserName - The API username, used for authentication.
|
|
98
|
+
* @param {string} options.apiKey - The API key, used for authentication.
|
|
99
|
+
* @param {string} [options.localLink=""] -
|
|
100
|
+
* The local link for Community Edition users. If provided, it overrides the default API URL.
|
|
101
|
+
*
|
|
102
|
+
* @returns {Promise<{
|
|
103
|
+
* data: CreateJoinRoomResponse | CreateJoinRoomError | null;
|
|
104
|
+
* success: boolean;
|
|
105
|
+
* }>} A promise resolving to an object containing the API response:
|
|
106
|
+
* - `data`: The response object, either `CreateJoinRoomResponse` or `CreateJoinRoomError`.
|
|
107
|
+
* - `success`: Boolean indicating whether the operation was successful.
|
|
108
|
+
*
|
|
109
|
+
* @throws {Error} Throws an error if the request fails or if the provided credentials are invalid.
|
|
110
|
+
*
|
|
111
|
+
* @example
|
|
112
|
+
* const response = await joinRoomOnMediaSFU.joinRoomOnMediaSFU({
|
|
113
|
+
* payload: {
|
|
114
|
+
* action: 'join',
|
|
115
|
+
* meetingID: '123456',
|
|
116
|
+
* userName: 'user123',
|
|
117
|
+
* },
|
|
118
|
+
* apiUserName: 'yourAPIUSERNAME',
|
|
119
|
+
* apiKey: 'yourAPIKEY',
|
|
120
|
+
* localLink: 'http://localhost:3000', // Optional for Community Edition
|
|
121
|
+
* });
|
|
122
|
+
*
|
|
123
|
+
* if (response.success) {
|
|
124
|
+
* console.log('Joined room successfully:', response.data);
|
|
125
|
+
* } else {
|
|
126
|
+
* console.error('Failed to join room:', response.data?.error);
|
|
127
|
+
* }
|
|
128
|
+
*/
|
|
54
129
|
joinRoomOnMediaSFU({ payload, apiUserName, apiKey, localLink, }: {
|
|
55
130
|
payload: JoinMediaSFURoomOptions | CreateMediaSFURoomOptions;
|
|
56
131
|
apiUserName: string;
|
package/dist/public-api.d.ts
CHANGED
|
@@ -1,5 +1,178 @@
|
|
|
1
|
-
import { initialValuesState } from './lib/methods/utils/initial-values.util';
|
|
2
1
|
export * from './lib/@types/types';
|
|
2
|
+
export * from './lib/methods/utils/initial-values.util';
|
|
3
|
+
export * from './lib/components/display-components/loading-modal/loading-modal.component';
|
|
4
|
+
export * from './lib/components/display-components/main-aspect-component/main-aspect-component.component';
|
|
5
|
+
export * from './lib/components/display-components/other-grid-component/other-grid-component.component';
|
|
6
|
+
export * from './lib/components/display-components/main-screen-component/main-screen-component.component';
|
|
7
|
+
export * from './lib/components/display-components/main-grid-component/main-grid-component.component';
|
|
8
|
+
export * from './lib/components/display-components/sub-aspect-component/sub-aspect-component.component';
|
|
9
|
+
export * from './lib/components/display-components/main-container-component/main-container-component.component';
|
|
10
|
+
export * from './lib/components/display-components/alert-component/alert.component.component';
|
|
11
|
+
export * from './lib/components/menu-components/menu-modal/menu-modal.component';
|
|
12
|
+
export * from './lib/components/recording-components/recording-modal/recording-modal.component';
|
|
13
|
+
export * from './lib/components/requests-components/requests-modal/requests-modal.component';
|
|
14
|
+
export * from './lib/components/waiting-components/waiting-room-modal.component';
|
|
15
|
+
export * from './lib/components/display-settings-components/display-settings-modal.component';
|
|
16
|
+
export * from './lib/components/event-settings-components/event-settings-modal/event-settings-modal.component';
|
|
17
|
+
export * from './lib/components/co-host-components/co-host-modal/co-host-modal.component';
|
|
18
|
+
export * from './lib/components/participants-components/participants-modal/participants-modal.component';
|
|
19
|
+
export * from './lib/components/message-components/messages-modal/messages-modal.component';
|
|
20
|
+
export * from './lib/components/media-settings-components/media-settings-modal/media-settings-modal.component';
|
|
21
|
+
export * from './lib/components/exit-components/confirm-exit-modal/confirm-exit-modal.component';
|
|
22
|
+
export * from './lib/components/misc-components/confirm-here-modal/confirm-here-modal.component';
|
|
23
|
+
export * from './lib/components/misc-components/share-event-modal/share-event-modal.component';
|
|
24
|
+
export * from './lib/components/misc-components/welcome-page/welcome-page.component';
|
|
25
|
+
export * from './lib/components/misc-components/pre-join-page/pre-join-page.component';
|
|
26
|
+
export * from './lib/components/polls-components/poll-modal/poll-modal.component';
|
|
27
|
+
export * from './lib/components/background-components/background-modal/background-modal.component';
|
|
28
|
+
export * from './lib/components/breakout-components/breakout-rooms-modal.component';
|
|
29
|
+
export * from './lib/components/whiteboard-components/configure-whiteboard-modal/configure-whiteboard-modal.component';
|
|
30
|
+
export * from './lib/components/whiteboard-components/whiteboard/whiteboard.component';
|
|
31
|
+
export * from './lib/components/screenboard-components/screenboard/screenboard.component';
|
|
32
|
+
export * from './lib/components/screenboard-components/screenboard-modal/screenboard-modal.component';
|
|
33
|
+
export * from './lib/components/display-components/pagination/pagination.component';
|
|
34
|
+
export * from './lib/components/display-components/flexible-grid/flexible-grid.component';
|
|
35
|
+
export * from './lib/components/display-components/flexible-video/flexible-video.component';
|
|
36
|
+
export * from './lib/components/display-components/audio-grid/audio-grid.component';
|
|
37
|
+
export * from './lib/methods/menu-methods/launch-menu-modal.service';
|
|
38
|
+
export * from './lib/methods/recording-methods/launch-recording.service';
|
|
39
|
+
export * from './lib/methods/recording-methods/start-recording.service';
|
|
40
|
+
export * from './lib/methods/recording-methods/confirm-recording.service';
|
|
41
|
+
export * from './lib/methods/waiting-methods/launch-waiting.service';
|
|
42
|
+
export * from './lib/methods/co-host-methods/launch-co-host.service';
|
|
43
|
+
export * from './lib/methods/media-settings-methods/launch-media-settings.service';
|
|
44
|
+
export * from './lib/methods/display-settings-methods/launch-display-settings.service';
|
|
45
|
+
export * from './lib/methods/settings-methods/launch-settings.service';
|
|
46
|
+
export * from './lib/methods/requests-methods/launch-requests.service';
|
|
47
|
+
export * from './lib/methods/participants-methods/launch-participants.service';
|
|
48
|
+
export * from './lib/methods/message-methods/launch-messages.service';
|
|
49
|
+
export * from './lib/methods/exit-methods/launch-confirm-exit.service';
|
|
50
|
+
export * from './lib/methods/polls-methods/launch-poll.service';
|
|
51
|
+
export * from './lib/methods/background-methods/launch-background.service';
|
|
52
|
+
export * from './lib/methods/breakout-room-methods/launch-breakout-rooms.service';
|
|
53
|
+
export * from './lib/methods/whiteboard-methods/launch-configure-whiteboard.service';
|
|
54
|
+
export * from './lib/sockets/socket-manager.service';
|
|
55
|
+
export * from './lib/producer-client/producer-client-emits/join-room-client.service';
|
|
56
|
+
export * from './lib/producer-client/producer-client-emits/update-room-parameters-client.service';
|
|
57
|
+
export * from './lib/producer-client/producer-client-emits/create-device-client.service';
|
|
58
|
+
export * from './lib/methods/stream-methods/click-video.service';
|
|
59
|
+
export * from './lib/methods/stream-methods/click-audio.service';
|
|
60
|
+
export * from './lib/methods/stream-methods/click-screen-share.service';
|
|
61
|
+
export * from './lib/consumers/stream-success-video.service';
|
|
62
|
+
export * from './lib/consumers/stream-success-audio.service';
|
|
63
|
+
export * from './lib/consumers/stream-success-screen.service';
|
|
64
|
+
export * from './lib/consumers/stream-success-audio-switch.service';
|
|
65
|
+
export * from './lib/consumers/check-permission.service';
|
|
66
|
+
export * from './lib/consumers/socket-receive-methods/producer-closed.service';
|
|
67
|
+
export * from './lib/consumers/socket-receive-methods/new-pipe-producer.service';
|
|
68
|
+
export * from './lib/consumers/update-mini-cards-grid.service';
|
|
69
|
+
export * from './lib/consumers/mix-streams.service';
|
|
70
|
+
export * from './lib/consumers/disp-streams.service';
|
|
71
|
+
export * from './lib/consumers/stop-share-screen.service';
|
|
72
|
+
export * from './lib/consumers/check-screen-share.service';
|
|
73
|
+
export * from './lib/consumers/start-share-screen.service';
|
|
74
|
+
export * from './lib/consumers/request-screen-share.service';
|
|
75
|
+
export * from './lib/consumers/reorder-streams.service';
|
|
76
|
+
export * from './lib/consumers/prepopulate-user-media.service';
|
|
77
|
+
export * from './lib/consumers/get-videos.service';
|
|
78
|
+
export * from './lib/consumers/re-port.service';
|
|
79
|
+
export * from './lib/consumers/trigger.service';
|
|
80
|
+
export * from './lib/consumers/consumer-resume.service';
|
|
81
|
+
export * from './lib/consumers/connect-send-transport-audio.service';
|
|
82
|
+
export * from './lib/consumers/connect-send-transport-video.service';
|
|
83
|
+
export * from './lib/consumers/connect-send-transport-screen.service';
|
|
84
|
+
export * from './lib/consumers/process-consumer-transports.service';
|
|
85
|
+
export * from './lib/consumers/resume-pause-streams.service';
|
|
86
|
+
export * from './lib/consumers/readjust.service';
|
|
87
|
+
export * from './lib/consumers/check-grid.service';
|
|
88
|
+
export * from './lib/consumers/get-estimate.service';
|
|
89
|
+
export * from './lib/consumers/calculate-rows-and-columns.service';
|
|
90
|
+
export * from './lib/consumers/add-videos-grid.service';
|
|
91
|
+
export * from './lib/consumers/on-screen-changes.service';
|
|
92
|
+
export * from './lib/methods/utils/sleep.util';
|
|
93
|
+
export * from './lib/consumers/change-vids.service';
|
|
94
|
+
export * from './lib/consumers/compare-active-names.service';
|
|
95
|
+
export * from './lib/consumers/compare-screen-states.service';
|
|
96
|
+
export * from './lib/consumers/create-send-transport.service';
|
|
97
|
+
export * from './lib/consumers/resume-send-transport-audio.service';
|
|
98
|
+
export * from './lib/consumers/receive-all-piped-transports.service';
|
|
99
|
+
export * from './lib/consumers/disconnect-send-transport-video.service';
|
|
100
|
+
export * from './lib/consumers/disconnect-send-transport-audio.service';
|
|
101
|
+
export * from './lib/consumers/disconnect-send-transport-screen.service';
|
|
102
|
+
export * from './lib/consumers/connect-send-transport.service';
|
|
103
|
+
export * from './lib/consumers/get-piped-producers-alt.service';
|
|
104
|
+
export * from './lib/consumers/signal-new-consumer-transport.service';
|
|
105
|
+
export * from './lib/consumers/connect-recv-transport.service';
|
|
106
|
+
export * from './lib/consumers/re-update-inter.service';
|
|
107
|
+
export * from './lib/consumers/update-participant-audio-decibels.service';
|
|
108
|
+
export * from './lib/consumers/close-and-resize.service';
|
|
109
|
+
export * from './lib/consumers/auto-adjust.service';
|
|
110
|
+
export * from './lib/consumers/switch-user-video-alt.service';
|
|
111
|
+
export * from './lib/consumers/switch-user-video.service';
|
|
112
|
+
export * from './lib/consumers/switch-user-audio.service';
|
|
113
|
+
export * from './lib/consumers/receive-room-messages.service';
|
|
114
|
+
export * from './lib/methods/utils/format-number.service';
|
|
115
|
+
export * from './lib/consumers/connect-ips.service';
|
|
116
|
+
export * from './lib/methods/polls-methods/poll-updated.service';
|
|
117
|
+
export * from './lib/methods/polls-methods/handle-create-poll.service';
|
|
118
|
+
export * from './lib/methods/polls-methods/handle-vote-poll.service';
|
|
119
|
+
export * from './lib/methods/polls-methods/handle-end-poll.service';
|
|
120
|
+
export * from './lib/methods/breakout-room-methods/breakout-room-updated.service';
|
|
121
|
+
export * from './lib/methods/utils/meeting-timer/start-meeting-progress-timer.service';
|
|
122
|
+
export * from './lib/methods/recording-methods/update-recording.service';
|
|
123
|
+
export * from './lib/methods/recording-methods/stop-recording.service';
|
|
124
|
+
export * from './lib/producers/socket-receive-methods/user-waiting.service';
|
|
125
|
+
export * from './lib/producers/socket-receive-methods/person-joined.service';
|
|
126
|
+
export * from './lib/producers/socket-receive-methods/all-waiting-room-members.service';
|
|
127
|
+
export * from './lib/producers/socket-receive-methods/room-record-params.service';
|
|
128
|
+
export * from './lib/producers/socket-receive-methods/ban-participant.service';
|
|
129
|
+
export * from './lib/producers/socket-receive-methods/updated-co-host.service';
|
|
130
|
+
export * from './lib/producers/socket-receive-methods/participant-requested.service';
|
|
131
|
+
export * from './lib/producers/socket-receive-methods/screen-producer-id.service';
|
|
132
|
+
export * from './lib/producers/socket-receive-methods/update-media-settings.service';
|
|
133
|
+
export * from './lib/producers/socket-receive-methods/producer-media-paused.service';
|
|
134
|
+
export * from './lib/producers/socket-receive-methods/producer-media-resumed.service';
|
|
135
|
+
export * from './lib/producers/socket-receive-methods/producer-media-closed.service';
|
|
136
|
+
export * from './lib/producers/socket-receive-methods/control-media-host.service';
|
|
137
|
+
export * from './lib/producers/socket-receive-methods/meeting-ended.service';
|
|
138
|
+
export * from './lib/producers/socket-receive-methods/disconnect-user-self.service';
|
|
139
|
+
export * from './lib/producers/socket-receive-methods/receive-message.service';
|
|
140
|
+
export * from './lib/producers/socket-receive-methods/meeting-time-remaining.service';
|
|
141
|
+
export * from './lib/producers/socket-receive-methods/meeting-still-there.service';
|
|
142
|
+
export * from './lib/producers/socket-receive-methods/start-records.service';
|
|
143
|
+
export * from './lib/producers/socket-receive-methods/re-initiate-recording.service';
|
|
144
|
+
export * from './lib/producers/socket-receive-methods/get-domains.service';
|
|
145
|
+
export * from './lib/producers/socket-receive-methods/update-consuming-domains.service';
|
|
146
|
+
export * from './lib/producers/socket-receive-methods/recording-notice.service';
|
|
147
|
+
export * from './lib/producers/socket-receive-methods/time-left-recording.service';
|
|
148
|
+
export * from './lib/producers/socket-receive-methods/stopped-recording.service';
|
|
149
|
+
export * from './lib/producers/socket-receive-methods/host-request-response.service';
|
|
150
|
+
export * from './lib/producers/socket-receive-methods/all-members.service';
|
|
151
|
+
export * from './lib/producers/socket-receive-methods/all-members-rest.service';
|
|
152
|
+
export * from './lib/producers/socket-receive-methods/disconnect.service';
|
|
153
|
+
export * from './lib/methods/whiteboard-methods/capture-canvas-stream.service';
|
|
154
|
+
export * from './lib/consumers/resume-pause-audio-streams.service';
|
|
155
|
+
export * from './lib/consumers/process-consumer-transports-audio.service';
|
|
156
|
+
export * from './lib/components/mediasfu-components/mediasfu-generic.component';
|
|
157
|
+
export * from './lib/components/mediasfu-components/mediasfu-broadcast.component';
|
|
158
|
+
export * from './lib/components/mediasfu-components/mediasfu-webinar.component';
|
|
159
|
+
export * from './lib/components/mediasfu-components/mediasfu-conference.component';
|
|
160
|
+
export * from './lib/components/mediasfu-components/mediasfu-chat.component';
|
|
161
|
+
export * from './lib/methods/utils/generate-random-participants.service';
|
|
162
|
+
export * from './lib/methods/utils/generate-random-messages.service';
|
|
163
|
+
export * from './lib/methods/utils/generate-random-request-list.service';
|
|
164
|
+
export * from './lib/methods/utils/generate-random-waiting-room-list.service';
|
|
165
|
+
export * from './lib/methods/utils/generate-random-polls.service';
|
|
166
|
+
export * from './lib/components/display-components/meeting-progress-timer/meeting-progress-timer.component';
|
|
167
|
+
export * from './lib/components/display-components/mini-audio/mini-audio.component';
|
|
168
|
+
export * from './lib/components/display-components/mini-card/mini-card.component';
|
|
169
|
+
export * from './lib/components/display-components/audio-card/audio-card.component';
|
|
170
|
+
export * from './lib/components/display-components/video-card/video-card.component';
|
|
171
|
+
export * from './lib/components/display-components/card-video-display/card-video-display.component';
|
|
172
|
+
export * from './lib/components/display-components/mini-card-audio/mini-card-audio.component';
|
|
173
|
+
export * from './lib/methods/utils/mini-audio-player/mini-audio-player.component';
|
|
174
|
+
export * from './lib/methods/utils/sound-player.service';
|
|
175
|
+
import { initialValuesState } from './lib/methods/utils/initial-values.util';
|
|
3
176
|
export * from './lib/methods/utils/join-room-on-media-sfu.service';
|
|
4
177
|
export * from './lib/methods/utils/create-room-on-media-sfu.service';
|
|
5
178
|
export * from './lib/methods/utils/check-limits-and-make-request.service';
|
|
@@ -41,6 +214,12 @@ import { Pagination } from './lib/components/display-components/pagination/pagin
|
|
|
41
214
|
import { FlexibleGrid } from './lib/components/display-components/flexible-grid/flexible-grid.component';
|
|
42
215
|
import { FlexibleVideo } from './lib/components/display-components/flexible-video/flexible-video.component';
|
|
43
216
|
import { AudioGrid } from './lib/components/display-components/audio-grid/audio-grid.component';
|
|
217
|
+
import { MenuWidget } from './lib/components/display-components/control-widgets/menu-widget.component';
|
|
218
|
+
import { MessageWidget } from './lib/components/display-components/control-widgets/message-widget.component';
|
|
219
|
+
import { MenuRecordWidget } from './lib/components/display-components/control-widgets/menu-record-widget.component';
|
|
220
|
+
import { RecordTimerWidget } from './lib/components/display-components/control-widgets/record-timer-widget.component';
|
|
221
|
+
import { MenuParticipantsWidget } from './lib/components/display-components/control-widgets/menu-participants-widget.component';
|
|
222
|
+
import { ScreenShareWidget } from './lib/components/display-components/control-widgets/screenshare-widget.component';
|
|
44
223
|
import { LaunchMenuModal } from './lib/methods/menu-methods/launch-menu-modal.service';
|
|
45
224
|
import { LaunchRecording } from './lib/methods/recording-methods/launch-recording.service';
|
|
46
225
|
import { StartRecording } from './lib/methods/recording-methods/start-recording.service';
|
|
@@ -185,4 +364,4 @@ import { CreateRoomOnMediaSFU } from './lib/methods/utils/create-room-on-media-s
|
|
|
185
364
|
import { JoinRoomOnMediaSFU } from './lib/methods/utils/join-room-on-media-sfu.service';
|
|
186
365
|
import { CheckLimitsAndMakeRequest } from './lib/methods/utils/check-limits-and-make-request.service';
|
|
187
366
|
import { createResponseJoinRoom } from './lib/methods/utils/create-response-join-room.util';
|
|
188
|
-
export { initialValuesState, LoadingModal, MainAspectComponent, ControlButtonsComponent, ControlButtonsAltComponent, ControlButtonsComponentTouch, OtherGridComponent, MainScreenComponent, MainGridComponent, SubAspectComponent, MainContainerComponent, AlertComponent, MenuModal, RecordingModal, RequestsModal, WaitingRoomModal, DisplaySettingsModal, EventSettingsModal, CoHostModal, ParticipantsModal, MessagesModal, MediaSettingsModal, ConfirmExitModal, ConfirmHereModal, ShareEventModal, WelcomePage, PreJoinPage, Pagination, FlexibleGrid, FlexibleVideo, AudioGrid, LaunchMenuModal, LaunchRecording, StartRecording, ConfirmRecording, LaunchWaiting, launchCoHost, LaunchMediaSettings, LaunchDisplaySettings, LaunchSettings, LaunchRequests, LaunchParticipants, LaunchMessages, LaunchConfirmExit, JoinRoomClient, JoinLocalRoom, UpdateRoomParametersClient, CreateDeviceClient, ClickVideo, ClickAudio, ClickScreenShare, StreamSuccessVideo, StreamSuccessAudio, StreamSuccessScreen, StreamSuccessAudioSwitch, CheckPermission, ProducerClosed, NewPipeProducer, UpdateMiniCardsGrid, MixStreams, DispStreams, StopShareScreen, CheckScreenShare, StartShareScreen, RequestScreenShare, ReorderStreams, PrepopulateUserMedia, GetVideos, RePort, Trigger, ConsumerResume, ConnectSendTransportAudio, ConnectSendTransportVideo, ConnectSendTransportScreen, ProcessConsumerTransports, ResumePauseStreams, Readjust, CheckGrid, GetEstimate, CalculateRowsAndColumns, AddVideosGrid, OnScreenChanges, sleep, ChangeVids, CompareActiveNames, CompareScreenStates, CreateSendTransport, ResumeSendTransportAudio, ReceiveAllPipedTransports, DisconnectSendTransportVideo, DisconnectSendTransportAudio, DisconnectSendTransportScreen, ConnectSendTransport, GetPipedProducersAlt, SignalNewConsumerTransport, ConnectRecvTransport, ReUpdateInter, UpdateParticipantAudioDecibels, CloseAndResize, AutoAdjust, SwitchUserVideoAlt, SwitchUserVideo, SwitchUserAudio, ReceiveRoomMessages, FormatNumber, ConnectIps, ConnectLocalIps, StartMeetingProgressTimer, UpdateRecording, StopRecording, UserWaiting, PersonJoined, AllWaitingRoomMembers, RoomRecordParams, BanParticipant, UpdatedCoHost, ParticipantRequested, ScreenProducerId, UpdateMediaSettings, ProducerMediaPaused, ProducerMediaResumed, ProducerMediaClosed, ControlMediaHost, MeetingEnded, DisconnectUserSelf, ReceiveMessage, MeetingTimeRemaining, MeetingStillThere, StartRecords, ReInitiateRecording, GetDomains, UpdateConsumingDomains, RecordingNotice, TimeLeftRecording, StoppedRecording, HostRequestResponse, AllMembers, AllMembersRest, Disconnect, MediasfuGeneric, MediasfuBroadcast, MediasfuWebinar, MediasfuConference, MediasfuChat, GenerateRandomParticipants, GenerateRandomMessages, GenerateRandomRequestList, GenerateRandomWaitingRoomList, GenerateRandomPolls, MeetingProgressTimer, MiniAudio, MiniCard, AudioCard, VideoCard, CardVideoDisplay, MiniCardAudio, MiniAudioPlayer, SoundPlayer, CaptureCanvasStream, ResumePauseAudioStreams, ProcessConsumerTransportsAudio, PollUpdated, HandleCreatePoll, HandleVotePoll, HandleEndPoll, BreakoutRoomUpdated, LaunchPoll, LaunchBackground, LaunchBreakoutRooms, LaunchConfigureWhiteboard, PollModal, BackgroundModal, BreakoutRoomsModal, ConfigureWhiteboardModal, Whiteboard, Screenboard, ScreenboardModal, SocketManager, CreateRoomOnMediaSFU, JoinRoomOnMediaSFU, CheckLimitsAndMakeRequest, createResponseJoinRoom, };
|
|
367
|
+
export { initialValuesState, LoadingModal, MainAspectComponent, ControlButtonsComponent, ControlButtonsAltComponent, ControlButtonsComponentTouch, OtherGridComponent, MainScreenComponent, MainGridComponent, SubAspectComponent, MainContainerComponent, AlertComponent, MenuModal, RecordingModal, RequestsModal, WaitingRoomModal, DisplaySettingsModal, EventSettingsModal, CoHostModal, ParticipantsModal, MessagesModal, MediaSettingsModal, ConfirmExitModal, ConfirmHereModal, ShareEventModal, WelcomePage, PreJoinPage, Pagination, FlexibleGrid, FlexibleVideo, AudioGrid, MenuWidget, MessageWidget, MenuRecordWidget, RecordTimerWidget, MenuParticipantsWidget, ScreenShareWidget, LaunchMenuModal, LaunchRecording, StartRecording, ConfirmRecording, LaunchWaiting, launchCoHost, LaunchMediaSettings, LaunchDisplaySettings, LaunchSettings, LaunchRequests, LaunchParticipants, LaunchMessages, LaunchConfirmExit, JoinRoomClient, JoinLocalRoom, UpdateRoomParametersClient, CreateDeviceClient, ClickVideo, ClickAudio, ClickScreenShare, StreamSuccessVideo, StreamSuccessAudio, StreamSuccessScreen, StreamSuccessAudioSwitch, CheckPermission, ProducerClosed, NewPipeProducer, UpdateMiniCardsGrid, MixStreams, DispStreams, StopShareScreen, CheckScreenShare, StartShareScreen, RequestScreenShare, ReorderStreams, PrepopulateUserMedia, GetVideos, RePort, Trigger, ConsumerResume, ConnectSendTransportAudio, ConnectSendTransportVideo, ConnectSendTransportScreen, ProcessConsumerTransports, ResumePauseStreams, Readjust, CheckGrid, GetEstimate, CalculateRowsAndColumns, AddVideosGrid, OnScreenChanges, sleep, ChangeVids, CompareActiveNames, CompareScreenStates, CreateSendTransport, ResumeSendTransportAudio, ReceiveAllPipedTransports, DisconnectSendTransportVideo, DisconnectSendTransportAudio, DisconnectSendTransportScreen, ConnectSendTransport, GetPipedProducersAlt, SignalNewConsumerTransport, ConnectRecvTransport, ReUpdateInter, UpdateParticipantAudioDecibels, CloseAndResize, AutoAdjust, SwitchUserVideoAlt, SwitchUserVideo, SwitchUserAudio, ReceiveRoomMessages, FormatNumber, ConnectIps, ConnectLocalIps, StartMeetingProgressTimer, UpdateRecording, StopRecording, UserWaiting, PersonJoined, AllWaitingRoomMembers, RoomRecordParams, BanParticipant, UpdatedCoHost, ParticipantRequested, ScreenProducerId, UpdateMediaSettings, ProducerMediaPaused, ProducerMediaResumed, ProducerMediaClosed, ControlMediaHost, MeetingEnded, DisconnectUserSelf, ReceiveMessage, MeetingTimeRemaining, MeetingStillThere, StartRecords, ReInitiateRecording, GetDomains, UpdateConsumingDomains, RecordingNotice, TimeLeftRecording, StoppedRecording, HostRequestResponse, AllMembers, AllMembersRest, Disconnect, MediasfuGeneric, MediasfuBroadcast, MediasfuWebinar, MediasfuConference, MediasfuChat, GenerateRandomParticipants, GenerateRandomMessages, GenerateRandomRequestList, GenerateRandomWaitingRoomList, GenerateRandomPolls, MeetingProgressTimer, MiniAudio, MiniCard, AudioCard, VideoCard, CardVideoDisplay, MiniCardAudio, MiniAudioPlayer, SoundPlayer, CaptureCanvasStream, ResumePauseAudioStreams, ProcessConsumerTransportsAudio, PollUpdated, HandleCreatePoll, HandleVotePoll, HandleEndPoll, BreakoutRoomUpdated, LaunchPoll, LaunchBackground, LaunchBreakoutRooms, LaunchConfigureWhiteboard, PollModal, BackgroundModal, BreakoutRoomsModal, ConfigureWhiteboardModal, Whiteboard, Screenboard, ScreenboardModal, SocketManager, CreateRoomOnMediaSFU, JoinRoomOnMediaSFU, CheckLimitsAndMakeRequest, createResponseJoinRoom, };
|