mediasfu-angular 2.1.1 → 2.1.3
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 +9 -3
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/components/display-components/mini-audio/mini-audio.component.d.ts +1 -1
- package/dist/lib/components/display-components/mini-card-audio/mini-card-audio.component.d.ts +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/public-api.d.ts +1 -0
- package/package.json +1 -1
|
@@ -868,7 +868,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
868
868
|
totalReqWait: BehaviorSubject<number>;
|
|
869
869
|
alertVisible: BehaviorSubject<boolean>;
|
|
870
870
|
alertMessage: BehaviorSubject<string>;
|
|
871
|
-
alertType: BehaviorSubject<"
|
|
871
|
+
alertType: BehaviorSubject<"danger" | "success">;
|
|
872
872
|
alertDuration: BehaviorSubject<number>;
|
|
873
873
|
progressTimerVisible: BehaviorSubject<boolean>;
|
|
874
874
|
progressTimerValue: BehaviorSubject<number>;
|
|
@@ -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>;
|
|
@@ -1340,7 +1340,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1340
1340
|
totalReqWait: number;
|
|
1341
1341
|
alertVisible: boolean;
|
|
1342
1342
|
alertMessage: string;
|
|
1343
|
-
alertType: "
|
|
1343
|
+
alertType: "danger" | "success";
|
|
1344
1344
|
alertDuration: number;
|
|
1345
1345
|
progressTimerVisible: boolean;
|
|
1346
1346
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -2061,7 +2061,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2061
2061
|
totalReqWait: number;
|
|
2062
2062
|
alertVisible: boolean;
|
|
2063
2063
|
alertMessage: string;
|
|
2064
|
-
alertType: "
|
|
2064
|
+
alertType: "danger" | "success";
|
|
2065
2065
|
alertDuration: number;
|
|
2066
2066
|
progressTimerVisible: boolean;
|
|
2067
2067
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -2785,7 +2785,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2785
2785
|
totalReqWait: number;
|
|
2786
2786
|
alertVisible: boolean;
|
|
2787
2787
|
alertMessage: string;
|
|
2788
|
-
alertType: "
|
|
2788
|
+
alertType: "danger" | "success";
|
|
2789
2789
|
alertDuration: number;
|
|
2790
2790
|
progressTimerVisible: boolean;
|
|
2791
2791
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -3506,7 +3506,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3506
3506
|
totalReqWait: number;
|
|
3507
3507
|
alertVisible: boolean;
|
|
3508
3508
|
alertMessage: string;
|
|
3509
|
-
alertType: "
|
|
3509
|
+
alertType: "danger" | "success";
|
|
3510
3510
|
alertDuration: number;
|
|
3511
3511
|
progressTimerVisible: boolean;
|
|
3512
3512
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -4230,7 +4230,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4230
4230
|
totalReqWait: number;
|
|
4231
4231
|
alertVisible: boolean;
|
|
4232
4232
|
alertMessage: string;
|
|
4233
|
-
alertType: "
|
|
4233
|
+
alertType: "danger" | "success";
|
|
4234
4234
|
alertDuration: number;
|
|
4235
4235
|
progressTimerVisible: boolean;
|
|
4236
4236
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -4951,7 +4951,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4951
4951
|
totalReqWait: number;
|
|
4952
4952
|
alertVisible: boolean;
|
|
4953
4953
|
alertMessage: string;
|
|
4954
|
-
alertType: "
|
|
4954
|
+
alertType: "danger" | "success";
|
|
4955
4955
|
alertDuration: number;
|
|
4956
4956
|
progressTimerVisible: boolean;
|
|
4957
4957
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -5766,7 +5766,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
5766
5766
|
totalReqWait: number;
|
|
5767
5767
|
alertVisible: boolean;
|
|
5768
5768
|
alertMessage: string;
|
|
5769
|
-
alertType: "
|
|
5769
|
+
alertType: "danger" | "success";
|
|
5770
5770
|
alertDuration: number;
|
|
5771
5771
|
progressTimerVisible: boolean;
|
|
5772
5772
|
progressTimerValue: number;
|
|
@@ -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;
|
|
@@ -6487,7 +6487,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6487
6487
|
totalReqWait: number;
|
|
6488
6488
|
alertVisible: boolean;
|
|
6489
6489
|
alertMessage: string;
|
|
6490
|
-
alertType: "
|
|
6490
|
+
alertType: "danger" | "success";
|
|
6491
6491
|
alertDuration: number;
|
|
6492
6492
|
progressTimerVisible: boolean;
|
|
6493
6493
|
progressTimerValue: number;
|
|
@@ -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;
|
package/dist/public-api.d.ts
CHANGED
|
@@ -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';
|