mediasfu-angular 2.0.0 → 2.0.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.
- package/README.md +9 -1
- package/dist/README.md +7 -1
- package/dist/fesm2022/mediasfu-angular.mjs +1 -1
- 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/package.json +1 -1
|
@@ -814,7 +814,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
814
814
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
815
815
|
recordingVideoType: BehaviorSubject<string>;
|
|
816
816
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
817
|
-
recordingDisplayType: BehaviorSubject<"
|
|
817
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
818
818
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
819
819
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
820
820
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1038,7 +1038,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1038
1038
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1039
1039
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1040
1040
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1041
|
-
checkOrientation: () => "
|
|
1041
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1042
1042
|
showAlert: ({ message, type, duration, }: {
|
|
1043
1043
|
message: string;
|
|
1044
1044
|
type: "success" | "danger";
|
|
@@ -1281,7 +1281,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1281
1281
|
recordingVideoOptions: string;
|
|
1282
1282
|
recordingVideoType: string;
|
|
1283
1283
|
recordingVideoOptimized: boolean;
|
|
1284
|
-
recordingDisplayType: "
|
|
1284
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1285
1285
|
recordingAddHLS: boolean;
|
|
1286
1286
|
recordingAddText: boolean;
|
|
1287
1287
|
recordingCustomText: string;
|
|
@@ -1680,7 +1680,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1680
1680
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1681
1681
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1682
1682
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1683
|
-
checkOrientation: () => "
|
|
1683
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1684
1684
|
updateDevice: (value: Device | null) => void;
|
|
1685
1685
|
updateSocket: (value: Socket) => void;
|
|
1686
1686
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -1998,7 +1998,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
1998
1998
|
recordingVideoOptions: string;
|
|
1999
1999
|
recordingVideoType: string;
|
|
2000
2000
|
recordingVideoOptimized: boolean;
|
|
2001
|
-
recordingDisplayType: "
|
|
2001
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2002
2002
|
recordingAddHLS: boolean;
|
|
2003
2003
|
recordingAddText: boolean;
|
|
2004
2004
|
recordingCustomText: string;
|
|
@@ -2397,7 +2397,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2397
2397
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2398
2398
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2399
2399
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2400
|
-
checkOrientation: () => "
|
|
2400
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
2401
2401
|
updateDevice: (value: Device | null) => void;
|
|
2402
2402
|
updateSocket: (value: Socket) => void;
|
|
2403
2403
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2718,7 +2718,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
2718
2718
|
recordingVideoOptions: string;
|
|
2719
2719
|
recordingVideoType: string;
|
|
2720
2720
|
recordingVideoOptimized: boolean;
|
|
2721
|
-
recordingDisplayType: "
|
|
2721
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2722
2722
|
recordingAddHLS: boolean;
|
|
2723
2723
|
recordingAddText: boolean;
|
|
2724
2724
|
recordingCustomText: string;
|
|
@@ -3117,7 +3117,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
3117
3117
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3118
3118
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3119
3119
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3120
|
-
checkOrientation: () => "
|
|
3120
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3121
3121
|
updateDevice: (value: Device | null) => void;
|
|
3122
3122
|
updateSocket: (value: Socket) => void;
|
|
3123
3123
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3435,7 +3435,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
3435
3435
|
recordingVideoOptions: string;
|
|
3436
3436
|
recordingVideoType: string;
|
|
3437
3437
|
recordingVideoOptimized: boolean;
|
|
3438
|
-
recordingDisplayType: "
|
|
3438
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3439
3439
|
recordingAddHLS: boolean;
|
|
3440
3440
|
recordingAddText: boolean;
|
|
3441
3441
|
recordingCustomText: string;
|
|
@@ -3834,7 +3834,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
3834
3834
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3835
3835
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3836
3836
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3837
|
-
checkOrientation: () => "
|
|
3837
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3838
3838
|
updateDevice: (value: Device | null) => void;
|
|
3839
3839
|
updateSocket: (value: Socket) => void;
|
|
3840
3840
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4155,7 +4155,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4155
4155
|
recordingVideoOptions: string;
|
|
4156
4156
|
recordingVideoType: string;
|
|
4157
4157
|
recordingVideoOptimized: boolean;
|
|
4158
|
-
recordingDisplayType: "
|
|
4158
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4159
4159
|
recordingAddHLS: boolean;
|
|
4160
4160
|
recordingAddText: boolean;
|
|
4161
4161
|
recordingCustomText: string;
|
|
@@ -4554,7 +4554,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4554
4554
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4555
4555
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4556
4556
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4557
|
-
checkOrientation: () => "
|
|
4557
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
4558
4558
|
updateDevice: (value: Device | null) => void;
|
|
4559
4559
|
updateSocket: (value: Socket) => void;
|
|
4560
4560
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4872,7 +4872,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
4872
4872
|
recordingVideoOptions: string;
|
|
4873
4873
|
recordingVideoType: string;
|
|
4874
4874
|
recordingVideoOptimized: boolean;
|
|
4875
|
-
recordingDisplayType: "
|
|
4875
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4876
4876
|
recordingAddHLS: boolean;
|
|
4877
4877
|
recordingAddText: boolean;
|
|
4878
4878
|
recordingCustomText: string;
|
|
@@ -5271,7 +5271,7 @@ export declare class MediasfuBroadcast implements OnInit, OnDestroy {
|
|
|
5271
5271
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5272
5272
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5273
5273
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5274
|
-
checkOrientation: () => "
|
|
5274
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
5275
5275
|
updateDevice: (value: Device | null) => void;
|
|
5276
5276
|
updateSocket: (value: Socket) => void;
|
|
5277
5277
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -778,7 +778,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
778
778
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
779
779
|
recordingVideoType: BehaviorSubject<string>;
|
|
780
780
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
781
|
-
recordingDisplayType: BehaviorSubject<"
|
|
781
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
782
782
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
783
783
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
784
784
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1002,7 +1002,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1002
1002
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1003
1003
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1004
1004
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1005
|
-
checkOrientation: () => "
|
|
1005
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1006
1006
|
showAlert: ({ message, type, duration, }: {
|
|
1007
1007
|
message: string;
|
|
1008
1008
|
type: "success" | "danger";
|
|
@@ -1245,7 +1245,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1245
1245
|
recordingVideoOptions: string;
|
|
1246
1246
|
recordingVideoType: string;
|
|
1247
1247
|
recordingVideoOptimized: boolean;
|
|
1248
|
-
recordingDisplayType: "
|
|
1248
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1249
1249
|
recordingAddHLS: boolean;
|
|
1250
1250
|
recordingAddText: boolean;
|
|
1251
1251
|
recordingCustomText: string;
|
|
@@ -1644,7 +1644,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1644
1644
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1645
1645
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1646
1646
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1647
|
-
checkOrientation: () => "
|
|
1647
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1648
1648
|
updateDevice: (value: Device | null) => void;
|
|
1649
1649
|
updateSocket: (value: Socket) => void;
|
|
1650
1650
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -1962,7 +1962,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
1962
1962
|
recordingVideoOptions: string;
|
|
1963
1963
|
recordingVideoType: string;
|
|
1964
1964
|
recordingVideoOptimized: boolean;
|
|
1965
|
-
recordingDisplayType: "
|
|
1965
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1966
1966
|
recordingAddHLS: boolean;
|
|
1967
1967
|
recordingAddText: boolean;
|
|
1968
1968
|
recordingCustomText: string;
|
|
@@ -2361,7 +2361,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
2361
2361
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2362
2362
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2363
2363
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2364
|
-
checkOrientation: () => "
|
|
2364
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
2365
2365
|
updateDevice: (value: Device | null) => void;
|
|
2366
2366
|
updateSocket: (value: Socket) => void;
|
|
2367
2367
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2682,7 +2682,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
2682
2682
|
recordingVideoOptions: string;
|
|
2683
2683
|
recordingVideoType: string;
|
|
2684
2684
|
recordingVideoOptimized: boolean;
|
|
2685
|
-
recordingDisplayType: "
|
|
2685
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2686
2686
|
recordingAddHLS: boolean;
|
|
2687
2687
|
recordingAddText: boolean;
|
|
2688
2688
|
recordingCustomText: string;
|
|
@@ -3081,7 +3081,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
3081
3081
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3082
3082
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3083
3083
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3084
|
-
checkOrientation: () => "
|
|
3084
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3085
3085
|
updateDevice: (value: Device | null) => void;
|
|
3086
3086
|
updateSocket: (value: Socket) => void;
|
|
3087
3087
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3399,7 +3399,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
3399
3399
|
recordingVideoOptions: string;
|
|
3400
3400
|
recordingVideoType: string;
|
|
3401
3401
|
recordingVideoOptimized: boolean;
|
|
3402
|
-
recordingDisplayType: "
|
|
3402
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3403
3403
|
recordingAddHLS: boolean;
|
|
3404
3404
|
recordingAddText: boolean;
|
|
3405
3405
|
recordingCustomText: string;
|
|
@@ -3798,7 +3798,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
3798
3798
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3799
3799
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3800
3800
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3801
|
-
checkOrientation: () => "
|
|
3801
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3802
3802
|
updateDevice: (value: Device | null) => void;
|
|
3803
3803
|
updateSocket: (value: Socket) => void;
|
|
3804
3804
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4119,7 +4119,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4119
4119
|
recordingVideoOptions: string;
|
|
4120
4120
|
recordingVideoType: string;
|
|
4121
4121
|
recordingVideoOptimized: boolean;
|
|
4122
|
-
recordingDisplayType: "
|
|
4122
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4123
4123
|
recordingAddHLS: boolean;
|
|
4124
4124
|
recordingAddText: boolean;
|
|
4125
4125
|
recordingCustomText: string;
|
|
@@ -4518,7 +4518,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4518
4518
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4519
4519
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4520
4520
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4521
|
-
checkOrientation: () => "
|
|
4521
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
4522
4522
|
updateDevice: (value: Device | null) => void;
|
|
4523
4523
|
updateSocket: (value: Socket) => void;
|
|
4524
4524
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4836,7 +4836,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
4836
4836
|
recordingVideoOptions: string;
|
|
4837
4837
|
recordingVideoType: string;
|
|
4838
4838
|
recordingVideoOptimized: boolean;
|
|
4839
|
-
recordingDisplayType: "
|
|
4839
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4840
4840
|
recordingAddHLS: boolean;
|
|
4841
4841
|
recordingAddText: boolean;
|
|
4842
4842
|
recordingCustomText: string;
|
|
@@ -5235,7 +5235,7 @@ export declare class MediasfuChat implements OnInit, OnDestroy {
|
|
|
5235
5235
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5236
5236
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5237
5237
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5238
|
-
checkOrientation: () => "
|
|
5238
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
5239
5239
|
updateDevice: (value: Device | null) => void;
|
|
5240
5240
|
updateSocket: (value: Socket) => void;
|
|
5241
5241
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -861,7 +861,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
861
861
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
862
862
|
recordingVideoType: BehaviorSubject<string>;
|
|
863
863
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
864
|
-
recordingDisplayType: BehaviorSubject<"
|
|
864
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
865
865
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
866
866
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
867
867
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1087,7 +1087,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
1087
1087
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1088
1088
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1089
1089
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1090
|
-
checkOrientation: () => "
|
|
1090
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1091
1091
|
showAlert: ({ message, type, duration, }: {
|
|
1092
1092
|
message: string;
|
|
1093
1093
|
type: "success" | "danger";
|
|
@@ -1330,7 +1330,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
1330
1330
|
recordingVideoOptions: string;
|
|
1331
1331
|
recordingVideoType: string;
|
|
1332
1332
|
recordingVideoOptimized: boolean;
|
|
1333
|
-
recordingDisplayType: "
|
|
1333
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1334
1334
|
recordingAddHLS: boolean;
|
|
1335
1335
|
recordingAddText: boolean;
|
|
1336
1336
|
recordingCustomText: string;
|
|
@@ -1729,7 +1729,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
1729
1729
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1730
1730
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1731
1731
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1732
|
-
checkOrientation: () => "
|
|
1732
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1733
1733
|
updateDevice: (value: Device | null) => void;
|
|
1734
1734
|
updateSocket: (value: Socket) => void;
|
|
1735
1735
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2049,7 +2049,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2049
2049
|
recordingVideoOptions: string;
|
|
2050
2050
|
recordingVideoType: string;
|
|
2051
2051
|
recordingVideoOptimized: boolean;
|
|
2052
|
-
recordingDisplayType: "
|
|
2052
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2053
2053
|
recordingAddHLS: boolean;
|
|
2054
2054
|
recordingAddText: boolean;
|
|
2055
2055
|
recordingCustomText: string;
|
|
@@ -2448,7 +2448,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2448
2448
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2449
2449
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2450
2450
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2451
|
-
checkOrientation: () => "
|
|
2451
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
2452
2452
|
updateDevice: (value: Device | null) => void;
|
|
2453
2453
|
updateSocket: (value: Socket) => void;
|
|
2454
2454
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2771,7 +2771,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
2771
2771
|
recordingVideoOptions: string;
|
|
2772
2772
|
recordingVideoType: string;
|
|
2773
2773
|
recordingVideoOptimized: boolean;
|
|
2774
|
-
recordingDisplayType: "
|
|
2774
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2775
2775
|
recordingAddHLS: boolean;
|
|
2776
2776
|
recordingAddText: boolean;
|
|
2777
2777
|
recordingCustomText: string;
|
|
@@ -3170,7 +3170,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
3170
3170
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3171
3171
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3172
3172
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3173
|
-
checkOrientation: () => "
|
|
3173
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3174
3174
|
updateDevice: (value: Device | null) => void;
|
|
3175
3175
|
updateSocket: (value: Socket) => void;
|
|
3176
3176
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3490,7 +3490,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
3490
3490
|
recordingVideoOptions: string;
|
|
3491
3491
|
recordingVideoType: string;
|
|
3492
3492
|
recordingVideoOptimized: boolean;
|
|
3493
|
-
recordingDisplayType: "
|
|
3493
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3494
3494
|
recordingAddHLS: boolean;
|
|
3495
3495
|
recordingAddText: boolean;
|
|
3496
3496
|
recordingCustomText: string;
|
|
@@ -3889,7 +3889,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
3889
3889
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3890
3890
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3891
3891
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3892
|
-
checkOrientation: () => "
|
|
3892
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3893
3893
|
updateDevice: (value: Device | null) => void;
|
|
3894
3894
|
updateSocket: (value: Socket) => void;
|
|
3895
3895
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4212,7 +4212,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4212
4212
|
recordingVideoOptions: string;
|
|
4213
4213
|
recordingVideoType: string;
|
|
4214
4214
|
recordingVideoOptimized: boolean;
|
|
4215
|
-
recordingDisplayType: "
|
|
4215
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4216
4216
|
recordingAddHLS: boolean;
|
|
4217
4217
|
recordingAddText: boolean;
|
|
4218
4218
|
recordingCustomText: string;
|
|
@@ -4611,7 +4611,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4611
4611
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4612
4612
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4613
4613
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4614
|
-
checkOrientation: () => "
|
|
4614
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
4615
4615
|
updateDevice: (value: Device | null) => void;
|
|
4616
4616
|
updateSocket: (value: Socket) => void;
|
|
4617
4617
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4931,7 +4931,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
4931
4931
|
recordingVideoOptions: string;
|
|
4932
4932
|
recordingVideoType: string;
|
|
4933
4933
|
recordingVideoOptimized: boolean;
|
|
4934
|
-
recordingDisplayType: "
|
|
4934
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4935
4935
|
recordingAddHLS: boolean;
|
|
4936
4936
|
recordingAddText: boolean;
|
|
4937
4937
|
recordingCustomText: string;
|
|
@@ -5330,7 +5330,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
5330
5330
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5331
5331
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5332
5332
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5333
|
-
checkOrientation: () => "
|
|
5333
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
5334
5334
|
updateDevice: (value: Device | null) => void;
|
|
5335
5335
|
updateSocket: (value: Socket) => void;
|
|
5336
5336
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -5744,7 +5744,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
5744
5744
|
recordingVideoOptions: string;
|
|
5745
5745
|
recordingVideoType: string;
|
|
5746
5746
|
recordingVideoOptimized: boolean;
|
|
5747
|
-
recordingDisplayType: "
|
|
5747
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
5748
5748
|
recordingAddHLS: boolean;
|
|
5749
5749
|
recordingAddText: boolean;
|
|
5750
5750
|
recordingCustomText: string;
|
|
@@ -6143,7 +6143,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
6143
6143
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6144
6144
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6145
6145
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6146
|
-
checkOrientation: () => "
|
|
6146
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6147
6147
|
updateDevice: (value: Device | null) => void;
|
|
6148
6148
|
updateSocket: (value: Socket) => void;
|
|
6149
6149
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -6463,7 +6463,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
6463
6463
|
recordingVideoOptions: string;
|
|
6464
6464
|
recordingVideoType: string;
|
|
6465
6465
|
recordingVideoOptimized: boolean;
|
|
6466
|
-
recordingDisplayType: "
|
|
6466
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
6467
6467
|
recordingAddHLS: boolean;
|
|
6468
6468
|
recordingAddText: boolean;
|
|
6469
6469
|
recordingCustomText: string;
|
|
@@ -6862,7 +6862,7 @@ export declare class MediasfuConference implements OnInit, OnDestroy {
|
|
|
6862
6862
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6863
6863
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6864
6864
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6865
|
-
checkOrientation: () => "
|
|
6865
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6866
6866
|
updateDevice: (value: Device | null) => void;
|
|
6867
6867
|
updateSocket: (value: Socket) => void;
|
|
6868
6868
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -864,7 +864,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
864
864
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
865
865
|
recordingVideoType: BehaviorSubject<string>;
|
|
866
866
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
867
|
-
recordingDisplayType: BehaviorSubject<"
|
|
867
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
868
868
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
869
869
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
870
870
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1090,7 +1090,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
1090
1090
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1091
1091
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1092
1092
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1093
|
-
checkOrientation: () => "
|
|
1093
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1094
1094
|
showAlert: ({ message, type, duration, }: {
|
|
1095
1095
|
message: string;
|
|
1096
1096
|
type: "success" | "danger";
|
|
@@ -1333,7 +1333,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
1333
1333
|
recordingVideoOptions: string;
|
|
1334
1334
|
recordingVideoType: string;
|
|
1335
1335
|
recordingVideoOptimized: boolean;
|
|
1336
|
-
recordingDisplayType: "
|
|
1336
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1337
1337
|
recordingAddHLS: boolean;
|
|
1338
1338
|
recordingAddText: boolean;
|
|
1339
1339
|
recordingCustomText: string;
|
|
@@ -1732,7 +1732,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
1732
1732
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1733
1733
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1734
1734
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1735
|
-
checkOrientation: () => "
|
|
1735
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1736
1736
|
updateDevice: (value: Device | null) => void;
|
|
1737
1737
|
updateSocket: (value: Socket) => void;
|
|
1738
1738
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2053,7 +2053,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2053
2053
|
recordingVideoOptions: string;
|
|
2054
2054
|
recordingVideoType: string;
|
|
2055
2055
|
recordingVideoOptimized: boolean;
|
|
2056
|
-
recordingDisplayType: "
|
|
2056
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2057
2057
|
recordingAddHLS: boolean;
|
|
2058
2058
|
recordingAddText: boolean;
|
|
2059
2059
|
recordingCustomText: string;
|
|
@@ -2452,7 +2452,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2452
2452
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2453
2453
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2454
2454
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2455
|
-
checkOrientation: () => "
|
|
2455
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
2456
2456
|
updateDevice: (value: Device | null) => void;
|
|
2457
2457
|
updateSocket: (value: Socket) => void;
|
|
2458
2458
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2776,7 +2776,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
2776
2776
|
recordingVideoOptions: string;
|
|
2777
2777
|
recordingVideoType: string;
|
|
2778
2778
|
recordingVideoOptimized: boolean;
|
|
2779
|
-
recordingDisplayType: "
|
|
2779
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2780
2780
|
recordingAddHLS: boolean;
|
|
2781
2781
|
recordingAddText: boolean;
|
|
2782
2782
|
recordingCustomText: string;
|
|
@@ -3175,7 +3175,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
3175
3175
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3176
3176
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3177
3177
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3178
|
-
checkOrientation: () => "
|
|
3178
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3179
3179
|
updateDevice: (value: Device | null) => void;
|
|
3180
3180
|
updateSocket: (value: Socket) => void;
|
|
3181
3181
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3496,7 +3496,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
3496
3496
|
recordingVideoOptions: string;
|
|
3497
3497
|
recordingVideoType: string;
|
|
3498
3498
|
recordingVideoOptimized: boolean;
|
|
3499
|
-
recordingDisplayType: "
|
|
3499
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3500
3500
|
recordingAddHLS: boolean;
|
|
3501
3501
|
recordingAddText: boolean;
|
|
3502
3502
|
recordingCustomText: string;
|
|
@@ -3895,7 +3895,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
3895
3895
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3896
3896
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3897
3897
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3898
|
-
checkOrientation: () => "
|
|
3898
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3899
3899
|
updateDevice: (value: Device | null) => void;
|
|
3900
3900
|
updateSocket: (value: Socket) => void;
|
|
3901
3901
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4219,7 +4219,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4219
4219
|
recordingVideoOptions: string;
|
|
4220
4220
|
recordingVideoType: string;
|
|
4221
4221
|
recordingVideoOptimized: boolean;
|
|
4222
|
-
recordingDisplayType: "
|
|
4222
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4223
4223
|
recordingAddHLS: boolean;
|
|
4224
4224
|
recordingAddText: boolean;
|
|
4225
4225
|
recordingCustomText: string;
|
|
@@ -4618,7 +4618,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4618
4618
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4619
4619
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4620
4620
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4621
|
-
checkOrientation: () => "
|
|
4621
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
4622
4622
|
updateDevice: (value: Device | null) => void;
|
|
4623
4623
|
updateSocket: (value: Socket) => void;
|
|
4624
4624
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4939,7 +4939,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
4939
4939
|
recordingVideoOptions: string;
|
|
4940
4940
|
recordingVideoType: string;
|
|
4941
4941
|
recordingVideoOptimized: boolean;
|
|
4942
|
-
recordingDisplayType: "
|
|
4942
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4943
4943
|
recordingAddHLS: boolean;
|
|
4944
4944
|
recordingAddText: boolean;
|
|
4945
4945
|
recordingCustomText: string;
|
|
@@ -5338,7 +5338,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
5338
5338
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5339
5339
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5340
5340
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5341
|
-
checkOrientation: () => "
|
|
5341
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
5342
5342
|
updateDevice: (value: Device | null) => void;
|
|
5343
5343
|
updateSocket: (value: Socket) => void;
|
|
5344
5344
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -5755,7 +5755,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
5755
5755
|
recordingVideoOptions: string;
|
|
5756
5756
|
recordingVideoType: string;
|
|
5757
5757
|
recordingVideoOptimized: boolean;
|
|
5758
|
-
recordingDisplayType: "
|
|
5758
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
5759
5759
|
recordingAddHLS: boolean;
|
|
5760
5760
|
recordingAddText: boolean;
|
|
5761
5761
|
recordingCustomText: string;
|
|
@@ -6154,7 +6154,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
6154
6154
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6155
6155
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6156
6156
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6157
|
-
checkOrientation: () => "
|
|
6157
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6158
6158
|
updateDevice: (value: Device | null) => void;
|
|
6159
6159
|
updateSocket: (value: Socket) => void;
|
|
6160
6160
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -6475,7 +6475,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
6475
6475
|
recordingVideoOptions: string;
|
|
6476
6476
|
recordingVideoType: string;
|
|
6477
6477
|
recordingVideoOptimized: boolean;
|
|
6478
|
-
recordingDisplayType: "
|
|
6478
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
6479
6479
|
recordingAddHLS: boolean;
|
|
6480
6480
|
recordingAddText: boolean;
|
|
6481
6481
|
recordingCustomText: string;
|
|
@@ -6874,7 +6874,7 @@ export declare class MediasfuGeneric implements OnInit, OnDestroy {
|
|
|
6874
6874
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6875
6875
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6876
6876
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6877
|
-
checkOrientation: () => "
|
|
6877
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6878
6878
|
updateDevice: (value: Device | null) => void;
|
|
6879
6879
|
updateSocket: (value: Socket) => void;
|
|
6880
6880
|
updateLocalSocket: (value: Socket | null) => void;
|