mediasfu-angular 2.1.5 → 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.
@@ -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" | "media" | "all">;
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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" | "media" | "all";
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: () => "portrait" | "landscape";
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediasfu-angular",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
4
4
  "author": "MediaSFU",
5
5
  "license": "MIT",
6
6
  "description": "MediaSFU Prebuilt Angular SDK",