mediasfu-angular 2.1.3 → 2.1.5
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 +34093 -33754
- package/dist/fesm2022/mediasfu-angular.mjs.map +1 -1
- package/dist/lib/@types/types.d.ts +206 -205
- 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/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
|
@@ -821,7 +821,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
821
821
|
totalReqWait: BehaviorSubject<number>;
|
|
822
822
|
alertVisible: BehaviorSubject<boolean>;
|
|
823
823
|
alertMessage: BehaviorSubject<string>;
|
|
824
|
-
alertType: BehaviorSubject<"
|
|
824
|
+
alertType: BehaviorSubject<"success" | "danger">;
|
|
825
825
|
alertDuration: BehaviorSubject<number>;
|
|
826
826
|
progressTimerVisible: BehaviorSubject<boolean>;
|
|
827
827
|
progressTimerValue: BehaviorSubject<number>;
|
|
@@ -844,7 +844,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
844
844
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
845
845
|
recordingVideoType: BehaviorSubject<string>;
|
|
846
846
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
847
|
-
recordingDisplayType: BehaviorSubject<"video" | "
|
|
847
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
848
848
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
849
849
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
850
850
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1291,7 +1291,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1291
1291
|
totalReqWait: number;
|
|
1292
1292
|
alertVisible: boolean;
|
|
1293
1293
|
alertMessage: string;
|
|
1294
|
-
alertType: "
|
|
1294
|
+
alertType: "success" | "danger";
|
|
1295
1295
|
alertDuration: number;
|
|
1296
1296
|
progressTimerVisible: boolean;
|
|
1297
1297
|
progressTimerValue: number;
|
|
@@ -1313,7 +1313,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1313
1313
|
recordingVideoOptions: string;
|
|
1314
1314
|
recordingVideoType: string;
|
|
1315
1315
|
recordingVideoOptimized: boolean;
|
|
1316
|
-
recordingDisplayType: "video" | "
|
|
1316
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1317
1317
|
recordingAddHLS: boolean;
|
|
1318
1318
|
recordingAddText: boolean;
|
|
1319
1319
|
recordingCustomText: string;
|
|
@@ -2010,7 +2010,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2010
2010
|
totalReqWait: number;
|
|
2011
2011
|
alertVisible: boolean;
|
|
2012
2012
|
alertMessage: string;
|
|
2013
|
-
alertType: "
|
|
2013
|
+
alertType: "success" | "danger";
|
|
2014
2014
|
alertDuration: number;
|
|
2015
2015
|
progressTimerVisible: boolean;
|
|
2016
2016
|
progressTimerValue: number;
|
|
@@ -2032,7 +2032,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2032
2032
|
recordingVideoOptions: string;
|
|
2033
2033
|
recordingVideoType: string;
|
|
2034
2034
|
recordingVideoOptimized: boolean;
|
|
2035
|
-
recordingDisplayType: "video" | "
|
|
2035
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2036
2036
|
recordingAddHLS: boolean;
|
|
2037
2037
|
recordingAddText: boolean;
|
|
2038
2038
|
recordingCustomText: string;
|
|
@@ -2732,7 +2732,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2732
2732
|
totalReqWait: number;
|
|
2733
2733
|
alertVisible: boolean;
|
|
2734
2734
|
alertMessage: string;
|
|
2735
|
-
alertType: "
|
|
2735
|
+
alertType: "success" | "danger";
|
|
2736
2736
|
alertDuration: number;
|
|
2737
2737
|
progressTimerVisible: boolean;
|
|
2738
2738
|
progressTimerValue: number;
|
|
@@ -2754,7 +2754,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2754
2754
|
recordingVideoOptions: string;
|
|
2755
2755
|
recordingVideoType: string;
|
|
2756
2756
|
recordingVideoOptimized: boolean;
|
|
2757
|
-
recordingDisplayType: "video" | "
|
|
2757
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2758
2758
|
recordingAddHLS: boolean;
|
|
2759
2759
|
recordingAddText: boolean;
|
|
2760
2760
|
recordingCustomText: string;
|
|
@@ -3451,7 +3451,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
3451
3451
|
totalReqWait: number;
|
|
3452
3452
|
alertVisible: boolean;
|
|
3453
3453
|
alertMessage: string;
|
|
3454
|
-
alertType: "
|
|
3454
|
+
alertType: "success" | "danger";
|
|
3455
3455
|
alertDuration: number;
|
|
3456
3456
|
progressTimerVisible: boolean;
|
|
3457
3457
|
progressTimerValue: number;
|
|
@@ -3473,7 +3473,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
3473
3473
|
recordingVideoOptions: string;
|
|
3474
3474
|
recordingVideoType: string;
|
|
3475
3475
|
recordingVideoOptimized: boolean;
|
|
3476
|
-
recordingDisplayType: "video" | "
|
|
3476
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3477
3477
|
recordingAddHLS: boolean;
|
|
3478
3478
|
recordingAddText: boolean;
|
|
3479
3479
|
recordingCustomText: string;
|
|
@@ -4173,7 +4173,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4173
4173
|
totalReqWait: number;
|
|
4174
4174
|
alertVisible: boolean;
|
|
4175
4175
|
alertMessage: string;
|
|
4176
|
-
alertType: "
|
|
4176
|
+
alertType: "success" | "danger";
|
|
4177
4177
|
alertDuration: number;
|
|
4178
4178
|
progressTimerVisible: boolean;
|
|
4179
4179
|
progressTimerValue: number;
|
|
@@ -4195,7 +4195,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4195
4195
|
recordingVideoOptions: string;
|
|
4196
4196
|
recordingVideoType: string;
|
|
4197
4197
|
recordingVideoOptimized: boolean;
|
|
4198
|
-
recordingDisplayType: "video" | "
|
|
4198
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4199
4199
|
recordingAddHLS: boolean;
|
|
4200
4200
|
recordingAddText: boolean;
|
|
4201
4201
|
recordingCustomText: string;
|
|
@@ -4892,7 +4892,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4892
4892
|
totalReqWait: number;
|
|
4893
4893
|
alertVisible: boolean;
|
|
4894
4894
|
alertMessage: string;
|
|
4895
|
-
alertType: "
|
|
4895
|
+
alertType: "success" | "danger";
|
|
4896
4896
|
alertDuration: number;
|
|
4897
4897
|
progressTimerVisible: boolean;
|
|
4898
4898
|
progressTimerValue: number;
|
|
@@ -4914,7 +4914,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4914
4914
|
recordingVideoOptions: string;
|
|
4915
4915
|
recordingVideoType: string;
|
|
4916
4916
|
recordingVideoOptimized: boolean;
|
|
4917
|
-
recordingDisplayType: "video" | "
|
|
4917
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4918
4918
|
recordingAddHLS: boolean;
|
|
4919
4919
|
recordingAddText: boolean;
|
|
4920
4920
|
recordingCustomText: string;
|
|
@@ -789,7 +789,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
789
789
|
totalReqWait: BehaviorSubject<number>;
|
|
790
790
|
alertVisible: BehaviorSubject<boolean>;
|
|
791
791
|
alertMessage: BehaviorSubject<string>;
|
|
792
|
-
alertType: BehaviorSubject<"
|
|
792
|
+
alertType: BehaviorSubject<"success" | "danger">;
|
|
793
793
|
alertDuration: BehaviorSubject<number>;
|
|
794
794
|
progressTimerVisible: BehaviorSubject<boolean>;
|
|
795
795
|
progressTimerValue: BehaviorSubject<number>;
|
|
@@ -812,7 +812,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
812
812
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
813
813
|
recordingVideoType: BehaviorSubject<string>;
|
|
814
814
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
815
|
-
recordingDisplayType: BehaviorSubject<"video" | "
|
|
815
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
816
816
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
817
817
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
818
818
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1259,7 +1259,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1259
1259
|
totalReqWait: number;
|
|
1260
1260
|
alertVisible: boolean;
|
|
1261
1261
|
alertMessage: string;
|
|
1262
|
-
alertType: "
|
|
1262
|
+
alertType: "success" | "danger";
|
|
1263
1263
|
alertDuration: number;
|
|
1264
1264
|
progressTimerVisible: boolean;
|
|
1265
1265
|
progressTimerValue: number;
|
|
@@ -1281,7 +1281,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1281
1281
|
recordingVideoOptions: string;
|
|
1282
1282
|
recordingVideoType: string;
|
|
1283
1283
|
recordingVideoOptimized: boolean;
|
|
1284
|
-
recordingDisplayType: "video" | "
|
|
1284
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1285
1285
|
recordingAddHLS: boolean;
|
|
1286
1286
|
recordingAddText: boolean;
|
|
1287
1287
|
recordingCustomText: string;
|
|
@@ -1978,7 +1978,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1978
1978
|
totalReqWait: number;
|
|
1979
1979
|
alertVisible: boolean;
|
|
1980
1980
|
alertMessage: string;
|
|
1981
|
-
alertType: "
|
|
1981
|
+
alertType: "success" | "danger";
|
|
1982
1982
|
alertDuration: number;
|
|
1983
1983
|
progressTimerVisible: boolean;
|
|
1984
1984
|
progressTimerValue: number;
|
|
@@ -2000,7 +2000,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
2000
2000
|
recordingVideoOptions: string;
|
|
2001
2001
|
recordingVideoType: string;
|
|
2002
2002
|
recordingVideoOptimized: boolean;
|
|
2003
|
-
recordingDisplayType: "video" | "
|
|
2003
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2004
2004
|
recordingAddHLS: boolean;
|
|
2005
2005
|
recordingAddText: boolean;
|
|
2006
2006
|
recordingCustomText: string;
|
|
@@ -2700,7 +2700,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
2700
2700
|
totalReqWait: number;
|
|
2701
2701
|
alertVisible: boolean;
|
|
2702
2702
|
alertMessage: string;
|
|
2703
|
-
alertType: "
|
|
2703
|
+
alertType: "success" | "danger";
|
|
2704
2704
|
alertDuration: number;
|
|
2705
2705
|
progressTimerVisible: boolean;
|
|
2706
2706
|
progressTimerValue: number;
|
|
@@ -2722,7 +2722,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
2722
2722
|
recordingVideoOptions: string;
|
|
2723
2723
|
recordingVideoType: string;
|
|
2724
2724
|
recordingVideoOptimized: boolean;
|
|
2725
|
-
recordingDisplayType: "video" | "
|
|
2725
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2726
2726
|
recordingAddHLS: boolean;
|
|
2727
2727
|
recordingAddText: boolean;
|
|
2728
2728
|
recordingCustomText: string;
|
|
@@ -3419,7 +3419,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
3419
3419
|
totalReqWait: number;
|
|
3420
3420
|
alertVisible: boolean;
|
|
3421
3421
|
alertMessage: string;
|
|
3422
|
-
alertType: "
|
|
3422
|
+
alertType: "success" | "danger";
|
|
3423
3423
|
alertDuration: number;
|
|
3424
3424
|
progressTimerVisible: boolean;
|
|
3425
3425
|
progressTimerValue: number;
|
|
@@ -3441,7 +3441,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
3441
3441
|
recordingVideoOptions: string;
|
|
3442
3442
|
recordingVideoType: string;
|
|
3443
3443
|
recordingVideoOptimized: boolean;
|
|
3444
|
-
recordingDisplayType: "video" | "
|
|
3444
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3445
3445
|
recordingAddHLS: boolean;
|
|
3446
3446
|
recordingAddText: boolean;
|
|
3447
3447
|
recordingCustomText: string;
|
|
@@ -4141,7 +4141,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4141
4141
|
totalReqWait: number;
|
|
4142
4142
|
alertVisible: boolean;
|
|
4143
4143
|
alertMessage: string;
|
|
4144
|
-
alertType: "
|
|
4144
|
+
alertType: "success" | "danger";
|
|
4145
4145
|
alertDuration: number;
|
|
4146
4146
|
progressTimerVisible: boolean;
|
|
4147
4147
|
progressTimerValue: number;
|
|
@@ -4163,7 +4163,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4163
4163
|
recordingVideoOptions: string;
|
|
4164
4164
|
recordingVideoType: string;
|
|
4165
4165
|
recordingVideoOptimized: boolean;
|
|
4166
|
-
recordingDisplayType: "video" | "
|
|
4166
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4167
4167
|
recordingAddHLS: boolean;
|
|
4168
4168
|
recordingAddText: boolean;
|
|
4169
4169
|
recordingCustomText: string;
|
|
@@ -4860,7 +4860,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4860
4860
|
totalReqWait: number;
|
|
4861
4861
|
alertVisible: boolean;
|
|
4862
4862
|
alertMessage: string;
|
|
4863
|
-
alertType: "
|
|
4863
|
+
alertType: "success" | "danger";
|
|
4864
4864
|
alertDuration: number;
|
|
4865
4865
|
progressTimerVisible: boolean;
|
|
4866
4866
|
progressTimerValue: number;
|
|
@@ -4882,7 +4882,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4882
4882
|
recordingVideoOptions: string;
|
|
4883
4883
|
recordingVideoType: string;
|
|
4884
4884
|
recordingVideoOptimized: boolean;
|
|
4885
|
-
recordingDisplayType: "video" | "
|
|
4885
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4886
4886
|
recordingAddHLS: boolean;
|
|
4887
4887
|
recordingAddText: boolean;
|
|
4888
4888
|
recordingCustomText: string;
|
|
@@ -870,7 +870,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
870
870
|
totalReqWait: BehaviorSubject<number>;
|
|
871
871
|
alertVisible: BehaviorSubject<boolean>;
|
|
872
872
|
alertMessage: BehaviorSubject<string>;
|
|
873
|
-
alertType: BehaviorSubject<"
|
|
873
|
+
alertType: BehaviorSubject<"success" | "danger">;
|
|
874
874
|
alertDuration: BehaviorSubject<number>;
|
|
875
875
|
progressTimerVisible: BehaviorSubject<boolean>;
|
|
876
876
|
progressTimerValue: BehaviorSubject<number>;
|
|
@@ -893,7 +893,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
893
893
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
894
894
|
recordingVideoType: BehaviorSubject<string>;
|
|
895
895
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
896
|
-
recordingDisplayType: BehaviorSubject<"video" | "
|
|
896
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
897
897
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
898
898
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
899
899
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1342,7 +1342,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
1342
1342
|
totalReqWait: number;
|
|
1343
1343
|
alertVisible: boolean;
|
|
1344
1344
|
alertMessage: string;
|
|
1345
|
-
alertType: "
|
|
1345
|
+
alertType: "success" | "danger";
|
|
1346
1346
|
alertDuration: number;
|
|
1347
1347
|
progressTimerVisible: boolean;
|
|
1348
1348
|
progressTimerValue: number;
|
|
@@ -1364,7 +1364,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
1364
1364
|
recordingVideoOptions: string;
|
|
1365
1365
|
recordingVideoType: string;
|
|
1366
1366
|
recordingVideoOptimized: boolean;
|
|
1367
|
-
recordingDisplayType: "video" | "
|
|
1367
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1368
1368
|
recordingAddHLS: boolean;
|
|
1369
1369
|
recordingAddText: boolean;
|
|
1370
1370
|
recordingCustomText: string;
|
|
@@ -2063,7 +2063,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2063
2063
|
totalReqWait: number;
|
|
2064
2064
|
alertVisible: boolean;
|
|
2065
2065
|
alertMessage: string;
|
|
2066
|
-
alertType: "
|
|
2066
|
+
alertType: "success" | "danger";
|
|
2067
2067
|
alertDuration: number;
|
|
2068
2068
|
progressTimerVisible: boolean;
|
|
2069
2069
|
progressTimerValue: number;
|
|
@@ -2085,7 +2085,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2085
2085
|
recordingVideoOptions: string;
|
|
2086
2086
|
recordingVideoType: string;
|
|
2087
2087
|
recordingVideoOptimized: boolean;
|
|
2088
|
-
recordingDisplayType: "video" | "
|
|
2088
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2089
2089
|
recordingAddHLS: boolean;
|
|
2090
2090
|
recordingAddText: boolean;
|
|
2091
2091
|
recordingCustomText: string;
|
|
@@ -2787,7 +2787,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2787
2787
|
totalReqWait: number;
|
|
2788
2788
|
alertVisible: boolean;
|
|
2789
2789
|
alertMessage: string;
|
|
2790
|
-
alertType: "
|
|
2790
|
+
alertType: "success" | "danger";
|
|
2791
2791
|
alertDuration: number;
|
|
2792
2792
|
progressTimerVisible: boolean;
|
|
2793
2793
|
progressTimerValue: number;
|
|
@@ -2809,7 +2809,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2809
2809
|
recordingVideoOptions: string;
|
|
2810
2810
|
recordingVideoType: string;
|
|
2811
2811
|
recordingVideoOptimized: boolean;
|
|
2812
|
-
recordingDisplayType: "video" | "
|
|
2812
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2813
2813
|
recordingAddHLS: boolean;
|
|
2814
2814
|
recordingAddText: boolean;
|
|
2815
2815
|
recordingCustomText: string;
|
|
@@ -3508,7 +3508,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
3508
3508
|
totalReqWait: number;
|
|
3509
3509
|
alertVisible: boolean;
|
|
3510
3510
|
alertMessage: string;
|
|
3511
|
-
alertType: "
|
|
3511
|
+
alertType: "success" | "danger";
|
|
3512
3512
|
alertDuration: number;
|
|
3513
3513
|
progressTimerVisible: boolean;
|
|
3514
3514
|
progressTimerValue: number;
|
|
@@ -3530,7 +3530,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
3530
3530
|
recordingVideoOptions: string;
|
|
3531
3531
|
recordingVideoType: string;
|
|
3532
3532
|
recordingVideoOptimized: boolean;
|
|
3533
|
-
recordingDisplayType: "video" | "
|
|
3533
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3534
3534
|
recordingAddHLS: boolean;
|
|
3535
3535
|
recordingAddText: boolean;
|
|
3536
3536
|
recordingCustomText: string;
|
|
@@ -4232,7 +4232,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4232
4232
|
totalReqWait: number;
|
|
4233
4233
|
alertVisible: boolean;
|
|
4234
4234
|
alertMessage: string;
|
|
4235
|
-
alertType: "
|
|
4235
|
+
alertType: "success" | "danger";
|
|
4236
4236
|
alertDuration: number;
|
|
4237
4237
|
progressTimerVisible: boolean;
|
|
4238
4238
|
progressTimerValue: number;
|
|
@@ -4254,7 +4254,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4254
4254
|
recordingVideoOptions: string;
|
|
4255
4255
|
recordingVideoType: string;
|
|
4256
4256
|
recordingVideoOptimized: boolean;
|
|
4257
|
-
recordingDisplayType: "video" | "
|
|
4257
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4258
4258
|
recordingAddHLS: boolean;
|
|
4259
4259
|
recordingAddText: boolean;
|
|
4260
4260
|
recordingCustomText: string;
|
|
@@ -4953,7 +4953,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4953
4953
|
totalReqWait: number;
|
|
4954
4954
|
alertVisible: boolean;
|
|
4955
4955
|
alertMessage: string;
|
|
4956
|
-
alertType: "
|
|
4956
|
+
alertType: "success" | "danger";
|
|
4957
4957
|
alertDuration: number;
|
|
4958
4958
|
progressTimerVisible: boolean;
|
|
4959
4959
|
progressTimerValue: number;
|
|
@@ -4975,7 +4975,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4975
4975
|
recordingVideoOptions: string;
|
|
4976
4976
|
recordingVideoType: string;
|
|
4977
4977
|
recordingVideoOptimized: boolean;
|
|
4978
|
-
recordingDisplayType: "video" | "
|
|
4978
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4979
4979
|
recordingAddHLS: boolean;
|
|
4980
4980
|
recordingAddText: boolean;
|
|
4981
4981
|
recordingCustomText: string;
|
|
@@ -5768,7 +5768,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
5768
5768
|
totalReqWait: number;
|
|
5769
5769
|
alertVisible: boolean;
|
|
5770
5770
|
alertMessage: string;
|
|
5771
|
-
alertType: "
|
|
5771
|
+
alertType: "success" | "danger";
|
|
5772
5772
|
alertDuration: number;
|
|
5773
5773
|
progressTimerVisible: boolean;
|
|
5774
5774
|
progressTimerValue: number;
|
|
@@ -5790,7 +5790,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
5790
5790
|
recordingVideoOptions: string;
|
|
5791
5791
|
recordingVideoType: string;
|
|
5792
5792
|
recordingVideoOptimized: boolean;
|
|
5793
|
-
recordingDisplayType: "video" | "
|
|
5793
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
5794
5794
|
recordingAddHLS: boolean;
|
|
5795
5795
|
recordingAddText: boolean;
|
|
5796
5796
|
recordingCustomText: string;
|
|
@@ -6489,7 +6489,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
6489
6489
|
totalReqWait: number;
|
|
6490
6490
|
alertVisible: boolean;
|
|
6491
6491
|
alertMessage: string;
|
|
6492
|
-
alertType: "
|
|
6492
|
+
alertType: "success" | "danger";
|
|
6493
6493
|
alertDuration: number;
|
|
6494
6494
|
progressTimerVisible: boolean;
|
|
6495
6495
|
progressTimerValue: number;
|
|
@@ -6511,7 +6511,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
6511
6511
|
recordingVideoOptions: string;
|
|
6512
6512
|
recordingVideoType: string;
|
|
6513
6513
|
recordingVideoOptimized: boolean;
|
|
6514
|
-
recordingDisplayType: "video" | "
|
|
6514
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
6515
6515
|
recordingAddHLS: boolean;
|
|
6516
6516
|
recordingAddText: boolean;
|
|
6517
6517
|
recordingCustomText: string;
|
|
@@ -873,7 +873,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
873
873
|
totalReqWait: BehaviorSubject<number>;
|
|
874
874
|
alertVisible: BehaviorSubject<boolean>;
|
|
875
875
|
alertMessage: BehaviorSubject<string>;
|
|
876
|
-
alertType: BehaviorSubject<"
|
|
876
|
+
alertType: BehaviorSubject<"success" | "danger">;
|
|
877
877
|
alertDuration: BehaviorSubject<number>;
|
|
878
878
|
progressTimerVisible: BehaviorSubject<boolean>;
|
|
879
879
|
progressTimerValue: BehaviorSubject<number>;
|
|
@@ -896,7 +896,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
896
896
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
897
897
|
recordingVideoType: BehaviorSubject<string>;
|
|
898
898
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
899
|
-
recordingDisplayType: BehaviorSubject<"video" | "
|
|
899
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
900
900
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
901
901
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
902
902
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1345,7 +1345,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
1345
1345
|
totalReqWait: number;
|
|
1346
1346
|
alertVisible: boolean;
|
|
1347
1347
|
alertMessage: string;
|
|
1348
|
-
alertType: "
|
|
1348
|
+
alertType: "success" | "danger";
|
|
1349
1349
|
alertDuration: number;
|
|
1350
1350
|
progressTimerVisible: boolean;
|
|
1351
1351
|
progressTimerValue: number;
|
|
@@ -1367,7 +1367,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
1367
1367
|
recordingVideoOptions: string;
|
|
1368
1368
|
recordingVideoType: string;
|
|
1369
1369
|
recordingVideoOptimized: boolean;
|
|
1370
|
-
recordingDisplayType: "video" | "
|
|
1370
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1371
1371
|
recordingAddHLS: boolean;
|
|
1372
1372
|
recordingAddText: boolean;
|
|
1373
1373
|
recordingCustomText: string;
|
|
@@ -2067,7 +2067,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2067
2067
|
totalReqWait: number;
|
|
2068
2068
|
alertVisible: boolean;
|
|
2069
2069
|
alertMessage: string;
|
|
2070
|
-
alertType: "
|
|
2070
|
+
alertType: "success" | "danger";
|
|
2071
2071
|
alertDuration: number;
|
|
2072
2072
|
progressTimerVisible: boolean;
|
|
2073
2073
|
progressTimerValue: number;
|
|
@@ -2089,7 +2089,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2089
2089
|
recordingVideoOptions: string;
|
|
2090
2090
|
recordingVideoType: string;
|
|
2091
2091
|
recordingVideoOptimized: boolean;
|
|
2092
|
-
recordingDisplayType: "video" | "
|
|
2092
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2093
2093
|
recordingAddHLS: boolean;
|
|
2094
2094
|
recordingAddText: boolean;
|
|
2095
2095
|
recordingCustomText: string;
|
|
@@ -2792,7 +2792,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2792
2792
|
totalReqWait: number;
|
|
2793
2793
|
alertVisible: boolean;
|
|
2794
2794
|
alertMessage: string;
|
|
2795
|
-
alertType: "
|
|
2795
|
+
alertType: "success" | "danger";
|
|
2796
2796
|
alertDuration: number;
|
|
2797
2797
|
progressTimerVisible: boolean;
|
|
2798
2798
|
progressTimerValue: number;
|
|
@@ -2814,7 +2814,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2814
2814
|
recordingVideoOptions: string;
|
|
2815
2815
|
recordingVideoType: string;
|
|
2816
2816
|
recordingVideoOptimized: boolean;
|
|
2817
|
-
recordingDisplayType: "video" | "
|
|
2817
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2818
2818
|
recordingAddHLS: boolean;
|
|
2819
2819
|
recordingAddText: boolean;
|
|
2820
2820
|
recordingCustomText: string;
|
|
@@ -3514,7 +3514,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
3514
3514
|
totalReqWait: number;
|
|
3515
3515
|
alertVisible: boolean;
|
|
3516
3516
|
alertMessage: string;
|
|
3517
|
-
alertType: "
|
|
3517
|
+
alertType: "success" | "danger";
|
|
3518
3518
|
alertDuration: number;
|
|
3519
3519
|
progressTimerVisible: boolean;
|
|
3520
3520
|
progressTimerValue: number;
|
|
@@ -3536,7 +3536,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
3536
3536
|
recordingVideoOptions: string;
|
|
3537
3537
|
recordingVideoType: string;
|
|
3538
3538
|
recordingVideoOptimized: boolean;
|
|
3539
|
-
recordingDisplayType: "video" | "
|
|
3539
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3540
3540
|
recordingAddHLS: boolean;
|
|
3541
3541
|
recordingAddText: boolean;
|
|
3542
3542
|
recordingCustomText: string;
|
|
@@ -4239,7 +4239,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4239
4239
|
totalReqWait: number;
|
|
4240
4240
|
alertVisible: boolean;
|
|
4241
4241
|
alertMessage: string;
|
|
4242
|
-
alertType: "
|
|
4242
|
+
alertType: "success" | "danger";
|
|
4243
4243
|
alertDuration: number;
|
|
4244
4244
|
progressTimerVisible: boolean;
|
|
4245
4245
|
progressTimerValue: number;
|
|
@@ -4261,7 +4261,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4261
4261
|
recordingVideoOptions: string;
|
|
4262
4262
|
recordingVideoType: string;
|
|
4263
4263
|
recordingVideoOptimized: boolean;
|
|
4264
|
-
recordingDisplayType: "video" | "
|
|
4264
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4265
4265
|
recordingAddHLS: boolean;
|
|
4266
4266
|
recordingAddText: boolean;
|
|
4267
4267
|
recordingCustomText: string;
|
|
@@ -4961,7 +4961,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4961
4961
|
totalReqWait: number;
|
|
4962
4962
|
alertVisible: boolean;
|
|
4963
4963
|
alertMessage: string;
|
|
4964
|
-
alertType: "
|
|
4964
|
+
alertType: "success" | "danger";
|
|
4965
4965
|
alertDuration: number;
|
|
4966
4966
|
progressTimerVisible: boolean;
|
|
4967
4967
|
progressTimerValue: number;
|
|
@@ -4983,7 +4983,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4983
4983
|
recordingVideoOptions: string;
|
|
4984
4984
|
recordingVideoType: string;
|
|
4985
4985
|
recordingVideoOptimized: boolean;
|
|
4986
|
-
recordingDisplayType: "video" | "
|
|
4986
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4987
4987
|
recordingAddHLS: boolean;
|
|
4988
4988
|
recordingAddText: boolean;
|
|
4989
4989
|
recordingCustomText: string;
|
|
@@ -5779,7 +5779,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
5779
5779
|
totalReqWait: number;
|
|
5780
5780
|
alertVisible: boolean;
|
|
5781
5781
|
alertMessage: string;
|
|
5782
|
-
alertType: "
|
|
5782
|
+
alertType: "success" | "danger";
|
|
5783
5783
|
alertDuration: number;
|
|
5784
5784
|
progressTimerVisible: boolean;
|
|
5785
5785
|
progressTimerValue: number;
|
|
@@ -5801,7 +5801,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
5801
5801
|
recordingVideoOptions: string;
|
|
5802
5802
|
recordingVideoType: string;
|
|
5803
5803
|
recordingVideoOptimized: boolean;
|
|
5804
|
-
recordingDisplayType: "video" | "
|
|
5804
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
5805
5805
|
recordingAddHLS: boolean;
|
|
5806
5806
|
recordingAddText: boolean;
|
|
5807
5807
|
recordingCustomText: string;
|
|
@@ -6501,7 +6501,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
6501
6501
|
totalReqWait: number;
|
|
6502
6502
|
alertVisible: boolean;
|
|
6503
6503
|
alertMessage: string;
|
|
6504
|
-
alertType: "
|
|
6504
|
+
alertType: "success" | "danger";
|
|
6505
6505
|
alertDuration: number;
|
|
6506
6506
|
progressTimerVisible: boolean;
|
|
6507
6507
|
progressTimerValue: number;
|
|
@@ -6523,7 +6523,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
6523
6523
|
recordingVideoOptions: string;
|
|
6524
6524
|
recordingVideoType: string;
|
|
6525
6525
|
recordingVideoOptimized: boolean;
|
|
6526
|
-
recordingDisplayType: "video" | "
|
|
6526
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
6527
6527
|
recordingAddHLS: boolean;
|
|
6528
6528
|
recordingAddText: boolean;
|
|
6529
6529
|
recordingCustomText: string;
|