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
|
@@ -859,7 +859,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
859
859
|
recordingVideoOptions: BehaviorSubject<string>;
|
|
860
860
|
recordingVideoType: BehaviorSubject<string>;
|
|
861
861
|
recordingVideoOptimized: BehaviorSubject<boolean>;
|
|
862
|
-
recordingDisplayType: BehaviorSubject<"
|
|
862
|
+
recordingDisplayType: BehaviorSubject<"video" | "media" | "all">;
|
|
863
863
|
recordingAddHLS: BehaviorSubject<boolean>;
|
|
864
864
|
recordingNameTags: BehaviorSubject<boolean>;
|
|
865
865
|
recordingBackgroundColor: BehaviorSubject<string>;
|
|
@@ -1085,7 +1085,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1085
1085
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1086
1086
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1087
1087
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1088
|
-
checkOrientation: () => "
|
|
1088
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1089
1089
|
showAlert: ({ message, type, duration, }: {
|
|
1090
1090
|
message: string;
|
|
1091
1091
|
type: "success" | "danger";
|
|
@@ -1328,7 +1328,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1328
1328
|
recordingVideoOptions: string;
|
|
1329
1329
|
recordingVideoType: string;
|
|
1330
1330
|
recordingVideoOptimized: boolean;
|
|
1331
|
-
recordingDisplayType: "
|
|
1331
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
1332
1332
|
recordingAddHLS: boolean;
|
|
1333
1333
|
recordingAddText: boolean;
|
|
1334
1334
|
recordingCustomText: string;
|
|
@@ -1727,7 +1727,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
1727
1727
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
1728
1728
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
1729
1729
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
1730
|
-
checkOrientation: () => "
|
|
1730
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
1731
1731
|
updateDevice: (value: Device | null) => void;
|
|
1732
1732
|
updateSocket: (value: Socket) => void;
|
|
1733
1733
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2047,7 +2047,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2047
2047
|
recordingVideoOptions: string;
|
|
2048
2048
|
recordingVideoType: string;
|
|
2049
2049
|
recordingVideoOptimized: boolean;
|
|
2050
|
-
recordingDisplayType: "
|
|
2050
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2051
2051
|
recordingAddHLS: boolean;
|
|
2052
2052
|
recordingAddText: boolean;
|
|
2053
2053
|
recordingCustomText: string;
|
|
@@ -2446,7 +2446,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2446
2446
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
2447
2447
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
2448
2448
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
2449
|
-
checkOrientation: () => "
|
|
2449
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
2450
2450
|
updateDevice: (value: Device | null) => void;
|
|
2451
2451
|
updateSocket: (value: Socket) => void;
|
|
2452
2452
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -2769,7 +2769,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
2769
2769
|
recordingVideoOptions: string;
|
|
2770
2770
|
recordingVideoType: string;
|
|
2771
2771
|
recordingVideoOptimized: boolean;
|
|
2772
|
-
recordingDisplayType: "
|
|
2772
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
2773
2773
|
recordingAddHLS: boolean;
|
|
2774
2774
|
recordingAddText: boolean;
|
|
2775
2775
|
recordingCustomText: string;
|
|
@@ -3168,7 +3168,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3168
3168
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3169
3169
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3170
3170
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3171
|
-
checkOrientation: () => "
|
|
3171
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3172
3172
|
updateDevice: (value: Device | null) => void;
|
|
3173
3173
|
updateSocket: (value: Socket) => void;
|
|
3174
3174
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -3488,7 +3488,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3488
3488
|
recordingVideoOptions: string;
|
|
3489
3489
|
recordingVideoType: string;
|
|
3490
3490
|
recordingVideoOptimized: boolean;
|
|
3491
|
-
recordingDisplayType: "
|
|
3491
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
3492
3492
|
recordingAddHLS: boolean;
|
|
3493
3493
|
recordingAddText: boolean;
|
|
3494
3494
|
recordingCustomText: string;
|
|
@@ -3887,7 +3887,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
3887
3887
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
3888
3888
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
3889
3889
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
3890
|
-
checkOrientation: () => "
|
|
3890
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
3891
3891
|
updateDevice: (value: Device | null) => void;
|
|
3892
3892
|
updateSocket: (value: Socket) => void;
|
|
3893
3893
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4210,7 +4210,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4210
4210
|
recordingVideoOptions: string;
|
|
4211
4211
|
recordingVideoType: string;
|
|
4212
4212
|
recordingVideoOptimized: boolean;
|
|
4213
|
-
recordingDisplayType: "
|
|
4213
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4214
4214
|
recordingAddHLS: boolean;
|
|
4215
4215
|
recordingAddText: boolean;
|
|
4216
4216
|
recordingCustomText: string;
|
|
@@ -4609,7 +4609,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4609
4609
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
4610
4610
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
4611
4611
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
4612
|
-
checkOrientation: () => "
|
|
4612
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
4613
4613
|
updateDevice: (value: Device | null) => void;
|
|
4614
4614
|
updateSocket: (value: Socket) => void;
|
|
4615
4615
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -4929,7 +4929,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
4929
4929
|
recordingVideoOptions: string;
|
|
4930
4930
|
recordingVideoType: string;
|
|
4931
4931
|
recordingVideoOptimized: boolean;
|
|
4932
|
-
recordingDisplayType: "
|
|
4932
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
4933
4933
|
recordingAddHLS: boolean;
|
|
4934
4934
|
recordingAddText: boolean;
|
|
4935
4935
|
recordingCustomText: string;
|
|
@@ -5328,7 +5328,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
5328
5328
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
5329
5329
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
5330
5330
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
5331
|
-
checkOrientation: () => "
|
|
5331
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
5332
5332
|
updateDevice: (value: Device | null) => void;
|
|
5333
5333
|
updateSocket: (value: Socket) => void;
|
|
5334
5334
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -5742,7 +5742,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
5742
5742
|
recordingVideoOptions: string;
|
|
5743
5743
|
recordingVideoType: string;
|
|
5744
5744
|
recordingVideoOptimized: boolean;
|
|
5745
|
-
recordingDisplayType: "
|
|
5745
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
5746
5746
|
recordingAddHLS: boolean;
|
|
5747
5747
|
recordingAddText: boolean;
|
|
5748
5748
|
recordingCustomText: string;
|
|
@@ -6141,7 +6141,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6141
6141
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6142
6142
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6143
6143
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6144
|
-
checkOrientation: () => "
|
|
6144
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6145
6145
|
updateDevice: (value: Device | null) => void;
|
|
6146
6146
|
updateSocket: (value: Socket) => void;
|
|
6147
6147
|
updateLocalSocket: (value: Socket | null) => void;
|
|
@@ -6461,7 +6461,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6461
6461
|
recordingVideoOptions: string;
|
|
6462
6462
|
recordingVideoType: string;
|
|
6463
6463
|
recordingVideoOptimized: boolean;
|
|
6464
|
-
recordingDisplayType: "
|
|
6464
|
+
recordingDisplayType: "video" | "media" | "all";
|
|
6465
6465
|
recordingAddHLS: boolean;
|
|
6466
6466
|
recordingAddText: boolean;
|
|
6467
6467
|
recordingCustomText: string;
|
|
@@ -6860,7 +6860,7 @@ export declare class MediasfuWebinar implements OnInit, OnDestroy {
|
|
|
6860
6860
|
updateAnnotateScreenStream: (value: boolean) => void;
|
|
6861
6861
|
updateMainScreenCanvas: (value: HTMLCanvasElement | null) => void;
|
|
6862
6862
|
updateIsScreenboardModalVisible: (value: boolean) => void;
|
|
6863
|
-
checkOrientation: () => "
|
|
6863
|
+
checkOrientation: () => "portrait" | "landscape";
|
|
6864
6864
|
updateDevice: (value: Device | null) => void;
|
|
6865
6865
|
updateSocket: (value: Socket) => void;
|
|
6866
6866
|
updateLocalSocket: (value: Socket | null) => void;
|