@100mslive/roomkit-react 0.2.8-alpha.3 → 0.2.8-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. package/dist/{HLSView-PACDZWJN.js → HLSView-UIPDGADR.js} +509 -234
  2. package/dist/HLSView-UIPDGADR.js.map +7 -0
  3. package/dist/Prebuilt/common/hooks.d.ts +3 -0
  4. package/dist/Prebuilt/components/HMSVideo/FullscreenButton.d.ts +5 -0
  5. package/dist/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.d.ts +5 -0
  6. package/dist/Prebuilt/components/HMSVideo/HLSCaptionSelector.d.ts +1 -2
  7. package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +12 -0
  8. package/dist/Prebuilt/components/HMSVideo/MwebHLSViewTitle.d.ts +2 -0
  9. package/dist/Prebuilt/components/HMSVideo/PlayButton.d.ts +6 -0
  10. package/dist/Prebuilt/components/HMSVideo/PlayerContext.d.ts +8 -0
  11. package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +2 -0
  12. package/dist/Prebuilt/components/HMSVideo/VideoTime.d.ts +2 -0
  13. package/dist/Prebuilt/components/HMSVideo/VolumeControl.d.ts +2 -0
  14. package/dist/Prebuilt/components/HMSVideo/index.d.ts +17 -0
  15. package/dist/Prebuilt/components/HMSVideo/utils.d.ts +9 -0
  16. package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +1 -3
  17. package/dist/Prebuilt/components/MwebLandscapePrompt.d.ts +1 -1
  18. package/dist/Prebuilt/components/RaiseHand.d.ts +2 -0
  19. package/dist/Prebuilt/components/SidePaneTabs.d.ts +1 -0
  20. package/dist/{chunk-2QHBD2VO.js → chunk-J4NOQ2YL.js} +562 -450
  21. package/dist/chunk-J4NOQ2YL.js.map +7 -0
  22. package/dist/index.cjs.js +1556 -1145
  23. package/dist/index.cjs.js.map +4 -4
  24. package/dist/index.js +1 -1
  25. package/dist/meta.cjs.json +429 -156
  26. package/dist/meta.esbuild.json +445 -164
  27. package/package.json +6 -6
  28. package/src/Prebuilt/common/hooks.ts +21 -0
  29. package/src/Prebuilt/components/Chat/ChatFooter.tsx +26 -10
  30. package/src/Prebuilt/components/ConferenceScreen.tsx +34 -2
  31. package/src/Prebuilt/components/Footer/Footer.tsx +0 -1
  32. package/src/Prebuilt/components/HMSVideo/Controls.jsx +1 -1
  33. package/src/Prebuilt/components/HMSVideo/FullscreenButton.tsx +13 -0
  34. package/src/Prebuilt/components/HMSVideo/{HLSAutoplayBlockedPrompt.jsx → HLSAutoplayBlockedPrompt.tsx} +13 -6
  35. package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +4 -2
  36. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +241 -0
  37. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -0
  38. package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +91 -0
  39. package/src/Prebuilt/components/HMSVideo/PlayButton.tsx +27 -0
  40. package/src/Prebuilt/components/HMSVideo/PlayerContext.tsx +15 -0
  41. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +81 -0
  42. package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +42 -0
  43. package/src/Prebuilt/components/HMSVideo/{VolumeControl.jsx → VolumeControl.tsx} +7 -5
  44. package/src/Prebuilt/components/HMSVideo/{index.js → index.ts} +2 -0
  45. package/src/Prebuilt/components/HMSVideo/utils.ts +35 -0
  46. package/src/Prebuilt/components/Leave/LeaveRoom.tsx +7 -1
  47. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +38 -25
  48. package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +3 -1
  49. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
  50. package/src/Prebuilt/components/MwebLandscapePrompt.tsx +5 -0
  51. package/src/Prebuilt/components/{RaiseHand.jsx → RaiseHand.tsx} +3 -2
  52. package/src/Prebuilt/components/SidePaneTabs.tsx +29 -10
  53. package/src/Prebuilt/layouts/HLSView.jsx +272 -156
  54. package/src/Prebuilt/layouts/SidePane.tsx +21 -10
  55. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +11 -1
  56. package/dist/HLSView-PACDZWJN.js.map +0 -7
  57. package/dist/chunk-2QHBD2VO.js.map +0 -7
  58. package/src/Prebuilt/components/HMSVideo/FullscreenButton.jsx +0 -18
  59. package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx +0 -127
  60. package/src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js +0 -27
  61. package/src/Prebuilt/components/HMSVideo/VideoProgress.jsx +0 -76
  62. package/src/Prebuilt/components/HMSVideo/VideoTime.jsx +0 -33
@@ -3267,8 +3267,8 @@
3267
3267
  ],
3268
3268
  "format": "esm"
3269
3269
  },
3270
- "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3271
- "bytes": 4657,
3270
+ "src/Prebuilt/common/hooks.ts": {
3271
+ "bytes": 4502,
3272
3272
  "imports": [
3273
3273
  {
3274
3274
  "path": "react",
@@ -3276,7 +3276,53 @@
3276
3276
  "external": true
3277
3277
  },
3278
3278
  {
3279
- "path": "@100mslive/types-prebuilt",
3279
+ "path": "react-use",
3280
+ "kind": "import-statement",
3281
+ "external": true
3282
+ },
3283
+ {
3284
+ "path": "@100mslive/types-prebuilt/elements/join_form",
3285
+ "kind": "import-statement",
3286
+ "external": true
3287
+ },
3288
+ {
3289
+ "path": "@100mslive/react-sdk",
3290
+ "kind": "import-statement",
3291
+ "external": true
3292
+ },
3293
+ {
3294
+ "path": "src/Theme/index.tsx",
3295
+ "kind": "import-statement",
3296
+ "original": "../../Theme"
3297
+ },
3298
+ {
3299
+ "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3300
+ "kind": "import-statement",
3301
+ "original": "../provider/roomLayoutProvider"
3302
+ },
3303
+ {
3304
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3305
+ "kind": "import-statement",
3306
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3307
+ },
3308
+ {
3309
+ "path": "src/Prebuilt/common/constants.ts",
3310
+ "kind": "import-statement",
3311
+ "original": "./constants"
3312
+ },
3313
+ {
3314
+ "path": "<define:process.env>",
3315
+ "kind": "import-statement",
3316
+ "external": true
3317
+ }
3318
+ ],
3319
+ "format": "esm"
3320
+ },
3321
+ "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
3322
+ "bytes": 5046,
3323
+ "imports": [
3324
+ {
3325
+ "path": "react",
3280
3326
  "kind": "import-statement",
3281
3327
  "external": true
3282
3328
  },
@@ -3290,6 +3336,11 @@
3290
3336
  "kind": "import-statement",
3291
3337
  "external": true
3292
3338
  },
3339
+ {
3340
+ "path": "src/IconButton/index.tsx",
3341
+ "kind": "import-statement",
3342
+ "original": "../../../IconButton"
3343
+ },
3293
3344
  {
3294
3345
  "path": "src/Layout/index.tsx",
3295
3346
  "kind": "import-statement",
@@ -3325,11 +3376,21 @@
3325
3376
  "kind": "import-statement",
3326
3377
  "original": "./LeaveSessionContent"
3327
3378
  },
3379
+ {
3380
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3381
+ "kind": "import-statement",
3382
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3383
+ },
3328
3384
  {
3329
3385
  "path": "src/Prebuilt/components/hooks/useDropdownList.ts",
3330
3386
  "kind": "import-statement",
3331
3387
  "original": "../hooks/useDropdownList"
3332
3388
  },
3389
+ {
3390
+ "path": "src/Prebuilt/common/hooks.ts",
3391
+ "kind": "import-statement",
3392
+ "original": "../../common/hooks"
3393
+ },
3333
3394
  {
3334
3395
  "path": "<define:process.env>",
3335
3396
  "kind": "import-statement",
@@ -3344,7 +3405,7 @@
3344
3405
  "format": "esm"
3345
3406
  },
3346
3407
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
3347
- "bytes": 2365,
3408
+ "bytes": 2652,
3348
3409
  "imports": [
3349
3410
  {
3350
3411
  "path": "react",
@@ -3386,6 +3447,11 @@
3386
3447
  "kind": "import-statement",
3387
3448
  "original": "./MwebLeaveRoom"
3388
3449
  },
3450
+ {
3451
+ "path": "src/Prebuilt/common/hooks.ts",
3452
+ "kind": "import-statement",
3453
+ "original": "../../common/hooks"
3454
+ },
3389
3455
  {
3390
3456
  "path": "<define:process.env>",
3391
3457
  "kind": "import-statement",
@@ -3534,47 +3600,6 @@
3534
3600
  ],
3535
3601
  "format": "esm"
3536
3602
  },
3537
- "src/Prebuilt/common/hooks.ts": {
3538
- "bytes": 3796,
3539
- "imports": [
3540
- {
3541
- "path": "react",
3542
- "kind": "import-statement",
3543
- "external": true
3544
- },
3545
- {
3546
- "path": "@100mslive/types-prebuilt/elements/join_form",
3547
- "kind": "import-statement",
3548
- "external": true
3549
- },
3550
- {
3551
- "path": "@100mslive/react-sdk",
3552
- "kind": "import-statement",
3553
- "external": true
3554
- },
3555
- {
3556
- "path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
3557
- "kind": "import-statement",
3558
- "original": "../provider/roomLayoutProvider"
3559
- },
3560
- {
3561
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3562
- "kind": "import-statement",
3563
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3564
- },
3565
- {
3566
- "path": "src/Prebuilt/common/constants.ts",
3567
- "kind": "import-statement",
3568
- "original": "./constants"
3569
- },
3570
- {
3571
- "path": "<define:process.env>",
3572
- "kind": "import-statement",
3573
- "external": true
3574
- }
3575
- ],
3576
- "format": "esm"
3577
- },
3578
3603
  "src/Prebuilt/components/RoleChangeModal.jsx": {
3579
3604
  "bytes": 6492,
3580
3605
  "imports": [
@@ -4636,7 +4661,7 @@
4636
4661
  "format": "cjs"
4637
4662
  },
4638
4663
  "../hms-video-store/dist/index.js": {
4639
- "bytes": 326043,
4664
+ "bytes": 326164,
4640
4665
  "imports": [
4641
4666
  {
4642
4667
  "path": "../../node_modules/reselect/es/index.js",
@@ -5146,7 +5171,7 @@
5146
5171
  "format": "esm"
5147
5172
  },
5148
5173
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5149
- "bytes": 12503,
5174
+ "bytes": 12590,
5150
5175
  "imports": [
5151
5176
  {
5152
5177
  "path": "react",
@@ -5282,7 +5307,7 @@
5282
5307
  "format": "esm"
5283
5308
  },
5284
5309
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
5285
- "bytes": 854,
5310
+ "bytes": 994,
5286
5311
  "imports": [
5287
5312
  {
5288
5313
  "path": "react",
@@ -5314,6 +5339,11 @@
5314
5339
  "kind": "import-statement",
5315
5340
  "original": "../../.."
5316
5341
  },
5342
+ {
5343
+ "path": "src/Prebuilt/common/hooks.ts",
5344
+ "kind": "import-statement",
5345
+ "original": "../../common/hooks"
5346
+ },
5317
5347
  {
5318
5348
  "path": "<define:process.env>",
5319
5349
  "kind": "import-statement",
@@ -5322,8 +5352,8 @@
5322
5352
  ],
5323
5353
  "format": "esm"
5324
5354
  },
5325
- "src/Prebuilt/components/RaiseHand.jsx": {
5326
- "bytes": 595,
5355
+ "src/Prebuilt/components/RaiseHand.tsx": {
5356
+ "bytes": 692,
5327
5357
  "imports": [
5328
5358
  {
5329
5359
  "path": "react",
@@ -6175,7 +6205,7 @@
6175
6205
  "format": "esm"
6176
6206
  },
6177
6207
  "src/Prebuilt/components/Footer/Footer.tsx": {
6178
- "bytes": 3998,
6208
+ "bytes": 3967,
6179
6209
  "imports": [
6180
6210
  {
6181
6211
  "path": "react",
@@ -6228,7 +6258,7 @@
6228
6258
  "original": "../MoreSettings/MoreSettings"
6229
6259
  },
6230
6260
  {
6231
- "path": "src/Prebuilt/components/RaiseHand.jsx",
6261
+ "path": "src/Prebuilt/components/RaiseHand.tsx",
6232
6262
  "kind": "import-statement",
6233
6263
  "original": "../RaiseHand"
6234
6264
  },
@@ -8020,7 +8050,7 @@
8020
8050
  "format": "esm"
8021
8051
  },
8022
8052
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8023
- "bytes": 9288,
8053
+ "bytes": 10168,
8024
8054
  "imports": [
8025
8055
  {
8026
8056
  "path": "react",
@@ -8062,6 +8092,16 @@
8062
8092
  "kind": "import-statement",
8063
8093
  "original": "../../../IconButton"
8064
8094
  },
8095
+ {
8096
+ "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
8097
+ "kind": "import-statement",
8098
+ "original": "../MoreSettings/MoreSettings"
8099
+ },
8100
+ {
8101
+ "path": "src/Prebuilt/components/RaiseHand.tsx",
8102
+ "kind": "import-statement",
8103
+ "original": "../RaiseHand"
8104
+ },
8065
8105
  {
8066
8106
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
8067
8107
  "kind": "import-statement",
@@ -8528,7 +8568,7 @@
8528
8568
  "format": "esm"
8529
8569
  },
8530
8570
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8531
- "bytes": 7873,
8571
+ "bytes": 8545,
8532
8572
  "imports": [
8533
8573
  {
8534
8574
  "path": "react",
@@ -9150,7 +9190,7 @@
9150
9190
  "format": "esm"
9151
9191
  },
9152
9192
  "src/Prebuilt/layouts/SidePane.tsx": {
9153
- "bytes": 5145,
9193
+ "bytes": 5728,
9154
9194
  "imports": [
9155
9195
  {
9156
9196
  "path": "react",
@@ -9227,6 +9267,11 @@
9227
9267
  "kind": "import-statement",
9228
9268
  "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9229
9269
  },
9270
+ {
9271
+ "path": "src/Prebuilt/common/hooks.ts",
9272
+ "kind": "import-statement",
9273
+ "original": "../common/hooks"
9274
+ },
9230
9275
  {
9231
9276
  "path": "src/utils/index.ts",
9232
9277
  "kind": "import-statement",
@@ -10705,12 +10750,12 @@
10705
10750
  "format": "esm"
10706
10751
  },
10707
10752
  "src/Prebuilt/components/HMSVideo/Controls.jsx": {
10708
- "bytes": 463,
10753
+ "bytes": 462,
10709
10754
  "imports": [
10710
10755
  {
10711
10756
  "path": "src/index.ts",
10712
10757
  "kind": "import-statement",
10713
- "original": "../../../"
10758
+ "original": "../../.."
10714
10759
  },
10715
10760
  {
10716
10761
  "path": "<define:process.env>",
@@ -10721,7 +10766,7 @@
10721
10766
  "format": "esm"
10722
10767
  },
10723
10768
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
10724
- "bytes": 1039,
10769
+ "bytes": 1149,
10725
10770
  "imports": [
10726
10771
  {
10727
10772
  "path": "react",
@@ -10746,8 +10791,29 @@
10746
10791
  ],
10747
10792
  "format": "esm"
10748
10793
  },
10749
- "src/Prebuilt/components/HMSVideo/PlayButton.jsx": {
10750
- "bytes": 471,
10794
+ "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
10795
+ "bytes": 371,
10796
+ "imports": [
10797
+ {
10798
+ "path": "react",
10799
+ "kind": "import-statement",
10800
+ "external": true
10801
+ },
10802
+ {
10803
+ "path": "@100mslive/hls-player",
10804
+ "kind": "import-statement",
10805
+ "external": true
10806
+ },
10807
+ {
10808
+ "path": "<define:process.env>",
10809
+ "kind": "import-statement",
10810
+ "external": true
10811
+ }
10812
+ ],
10813
+ "format": "esm"
10814
+ },
10815
+ "src/Prebuilt/components/HMSVideo/PlayButton.tsx": {
10816
+ "bytes": 831,
10751
10817
  "imports": [
10752
10818
  {
10753
10819
  "path": "react",
@@ -10762,18 +10828,28 @@
10762
10828
  {
10763
10829
  "path": "src/index.ts",
10764
10830
  "kind": "import-statement",
10765
- "original": "../../../"
10831
+ "original": "../../.."
10832
+ },
10833
+ {
10834
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
10835
+ "kind": "import-statement",
10836
+ "original": "./PlayerContext"
10766
10837
  },
10767
10838
  {
10768
10839
  "path": "<define:process.env>",
10769
10840
  "kind": "import-statement",
10770
10841
  "external": true
10842
+ },
10843
+ {
10844
+ "path": "<runtime>",
10845
+ "kind": "import-statement",
10846
+ "external": true
10771
10847
  }
10772
10848
  ],
10773
10849
  "format": "esm"
10774
10850
  },
10775
- "src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js": {
10776
- "bytes": 936,
10851
+ "src/Prebuilt/components/HMSVideo/utils.ts": {
10852
+ "bytes": 1319,
10777
10853
  "imports": [
10778
10854
  {
10779
10855
  "path": "<define:process.env>",
@@ -10783,8 +10859,8 @@
10783
10859
  ],
10784
10860
  "format": "esm"
10785
10861
  },
10786
- "src/Prebuilt/components/HMSVideo/VideoProgress.jsx": {
10787
- "bytes": 2352,
10862
+ "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
10863
+ "bytes": 2398,
10788
10864
  "imports": [
10789
10865
  {
10790
10866
  "path": "react",
@@ -10794,12 +10870,17 @@
10794
10870
  {
10795
10871
  "path": "src/index.ts",
10796
10872
  "kind": "import-statement",
10797
- "original": "../../../"
10873
+ "original": "../../.."
10798
10874
  },
10799
10875
  {
10800
- "path": "src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js",
10876
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
10801
10877
  "kind": "import-statement",
10802
- "original": "./HMSVIdeoUtils"
10878
+ "original": "./PlayerContext"
10879
+ },
10880
+ {
10881
+ "path": "src/Prebuilt/components/HMSVideo/utils.ts",
10882
+ "kind": "import-statement",
10883
+ "original": "./utils"
10803
10884
  },
10804
10885
  {
10805
10886
  "path": "<define:process.env>",
@@ -10809,8 +10890,8 @@
10809
10890
  ],
10810
10891
  "format": "esm"
10811
10892
  },
10812
- "src/Prebuilt/components/HMSVideo/VideoTime.jsx": {
10813
- "bytes": 905,
10893
+ "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
10894
+ "bytes": 1214,
10814
10895
  "imports": [
10815
10896
  {
10816
10897
  "path": "react",
@@ -10823,14 +10904,19 @@
10823
10904
  "external": true
10824
10905
  },
10825
10906
  {
10826
- "path": "src/index.ts",
10907
+ "path": "src/Text/index.tsx",
10827
10908
  "kind": "import-statement",
10828
- "original": "../../../"
10909
+ "original": "../../../Text"
10910
+ },
10911
+ {
10912
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
10913
+ "kind": "import-statement",
10914
+ "original": "./PlayerContext"
10829
10915
  },
10830
10916
  {
10831
- "path": "src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js",
10917
+ "path": "src/Prebuilt/components/HMSVideo/utils.ts",
10832
10918
  "kind": "import-statement",
10833
- "original": "./HMSVIdeoUtils"
10919
+ "original": "./utils"
10834
10920
  },
10835
10921
  {
10836
10922
  "path": "<define:process.env>",
@@ -10840,8 +10926,8 @@
10840
10926
  ],
10841
10927
  "format": "esm"
10842
10928
  },
10843
- "src/Prebuilt/components/HMSVideo/VolumeControl.jsx": {
10844
- "bytes": 1893,
10929
+ "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
10930
+ "bytes": 2021,
10845
10931
  "imports": [
10846
10932
  {
10847
10933
  "path": "react",
@@ -10856,7 +10942,12 @@
10856
10942
  {
10857
10943
  "path": "src/index.ts",
10858
10944
  "kind": "import-statement",
10859
- "original": "../../../"
10945
+ "original": "../../.."
10946
+ },
10947
+ {
10948
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
10949
+ "kind": "import-statement",
10950
+ "original": "./PlayerContext"
10860
10951
  },
10861
10952
  {
10862
10953
  "path": "<define:process.env>",
@@ -10866,8 +10957,8 @@
10866
10957
  ],
10867
10958
  "format": "esm"
10868
10959
  },
10869
- "src/Prebuilt/components/HMSVideo/index.js": {
10870
- "bytes": 543,
10960
+ "src/Prebuilt/components/HMSVideo/index.ts": {
10961
+ "bytes": 571,
10871
10962
  "imports": [
10872
10963
  {
10873
10964
  "path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
@@ -10880,22 +10971,22 @@
10880
10971
  "original": "./HMSVideo"
10881
10972
  },
10882
10973
  {
10883
- "path": "src/Prebuilt/components/HMSVideo/PlayButton.jsx",
10974
+ "path": "src/Prebuilt/components/HMSVideo/PlayButton.tsx",
10884
10975
  "kind": "import-statement",
10885
10976
  "original": "./PlayButton"
10886
10977
  },
10887
10978
  {
10888
- "path": "src/Prebuilt/components/HMSVideo/VideoProgress.jsx",
10979
+ "path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
10889
10980
  "kind": "import-statement",
10890
10981
  "original": "./VideoProgress"
10891
10982
  },
10892
10983
  {
10893
- "path": "src/Prebuilt/components/HMSVideo/VideoTime.jsx",
10984
+ "path": "src/Prebuilt/components/HMSVideo/VideoTime.tsx",
10894
10985
  "kind": "import-statement",
10895
10986
  "original": "./VideoTime"
10896
10987
  },
10897
10988
  {
10898
- "path": "src/Prebuilt/components/HMSVideo/VolumeControl.jsx",
10989
+ "path": "src/Prebuilt/components/HMSVideo/VolumeControl.tsx",
10899
10990
  "kind": "import-statement",
10900
10991
  "original": "./VolumeControl"
10901
10992
  },
@@ -10907,18 +10998,23 @@
10907
10998
  ],
10908
10999
  "format": "esm"
10909
11000
  },
10910
- "src/Prebuilt/components/HMSVideo/FullscreenButton.jsx": {
10911
- "bytes": 493,
11001
+ "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
11002
+ "bytes": 576,
10912
11003
  "imports": [
10913
11004
  {
10914
11005
  "path": "react",
10915
11006
  "kind": "import-statement",
10916
11007
  "external": true
10917
11008
  },
11009
+ {
11010
+ "path": "@100mslive/react-icons",
11011
+ "kind": "import-statement",
11012
+ "external": true
11013
+ },
10918
11014
  {
10919
11015
  "path": "src/index.ts",
10920
11016
  "kind": "import-statement",
10921
- "original": "../../../"
11017
+ "original": "../../.."
10922
11018
  },
10923
11019
  {
10924
11020
  "path": "<define:process.env>",
@@ -10928,8 +11024,8 @@
10928
11024
  ],
10929
11025
  "format": "esm"
10930
11026
  },
10931
- "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.jsx": {
10932
- "bytes": 942,
11027
+ "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
11028
+ "bytes": 1046,
10933
11029
  "imports": [
10934
11030
  {
10935
11031
  "path": "react",
@@ -10939,7 +11035,7 @@
10939
11035
  {
10940
11036
  "path": "src/index.ts",
10941
11037
  "kind": "import-statement",
10942
- "original": "../../../"
11038
+ "original": "../../.."
10943
11039
  },
10944
11040
  {
10945
11041
  "path": "src/Prebuilt/primitives/DialogContent.jsx",
@@ -10950,12 +11046,17 @@
10950
11046
  "path": "<define:process.env>",
10951
11047
  "kind": "import-statement",
10952
11048
  "external": true
11049
+ },
11050
+ {
11051
+ "path": "<runtime>",
11052
+ "kind": "import-statement",
11053
+ "external": true
10953
11054
  }
10954
11055
  ],
10955
11056
  "format": "esm"
10956
11057
  },
10957
11058
  "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
10958
- "bytes": 551,
11059
+ "bytes": 640,
10959
11060
  "imports": [
10960
11061
  {
10961
11062
  "path": "react",
@@ -10972,6 +11073,11 @@
10972
11073
  "kind": "import-statement",
10973
11074
  "original": "../../../"
10974
11075
  },
11076
+ {
11077
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
11078
+ "kind": "import-statement",
11079
+ "original": "./PlayerContext"
11080
+ },
10975
11081
  {
10976
11082
  "path": "<define:process.env>",
10977
11083
  "kind": "import-statement",
@@ -10980,14 +11086,24 @@
10980
11086
  ],
10981
11087
  "format": "esm"
10982
11088
  },
10983
- "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
10984
- "bytes": 4183,
11089
+ "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
11090
+ "bytes": 7896,
10985
11091
  "imports": [
10986
11092
  {
10987
11093
  "path": "react",
10988
11094
  "kind": "import-statement",
10989
11095
  "external": true
10990
11096
  },
11097
+ {
11098
+ "path": "react-use",
11099
+ "kind": "import-statement",
11100
+ "external": true
11101
+ },
11102
+ {
11103
+ "path": "@100mslive/hls-player",
11104
+ "kind": "import-statement",
11105
+ "external": true
11106
+ },
10991
11107
  {
10992
11108
  "path": "@100mslive/react-icons",
10993
11109
  "kind": "import-statement",
@@ -10996,7 +11112,73 @@
10996
11112
  {
10997
11113
  "path": "src/index.ts",
10998
11114
  "kind": "import-statement",
10999
- "original": "../../../"
11115
+ "original": "../../.."
11116
+ },
11117
+ {
11118
+ "path": "src/Sheet/index.ts",
11119
+ "kind": "import-statement",
11120
+ "original": "../../../Sheet"
11121
+ },
11122
+ {
11123
+ "path": "src/Theme/index.tsx",
11124
+ "kind": "import-statement",
11125
+ "original": "../../../Theme"
11126
+ },
11127
+ {
11128
+ "path": "src/Prebuilt/common/hooks.ts",
11129
+ "kind": "import-statement",
11130
+ "original": "../../common/hooks"
11131
+ },
11132
+ {
11133
+ "path": "<define:process.env>",
11134
+ "kind": "import-statement",
11135
+ "external": true
11136
+ }
11137
+ ],
11138
+ "format": "esm"
11139
+ },
11140
+ "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
11141
+ "bytes": 3067,
11142
+ "imports": [
11143
+ {
11144
+ "path": "react",
11145
+ "kind": "import-statement",
11146
+ "external": true
11147
+ },
11148
+ {
11149
+ "path": "@100mslive/react-sdk",
11150
+ "kind": "import-statement",
11151
+ "external": true
11152
+ },
11153
+ {
11154
+ "path": "src/Layout/index.tsx",
11155
+ "kind": "import-statement",
11156
+ "original": "../../../Layout"
11157
+ },
11158
+ {
11159
+ "path": "src/Text/index.tsx",
11160
+ "kind": "import-statement",
11161
+ "original": "../../../Text"
11162
+ },
11163
+ {
11164
+ "path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
11165
+ "kind": "import-statement",
11166
+ "original": "../Header/HeaderComponents"
11167
+ },
11168
+ {
11169
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11170
+ "kind": "import-statement",
11171
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11172
+ },
11173
+ {
11174
+ "path": "src/Prebuilt/common/utils.js",
11175
+ "kind": "import-statement",
11176
+ "original": "../../common/utils"
11177
+ },
11178
+ {
11179
+ "path": "src/Prebuilt/components/HMSVideo/utils.ts",
11180
+ "kind": "import-statement",
11181
+ "original": "./utils"
11000
11182
  },
11001
11183
  {
11002
11184
  "path": "<define:process.env>",
@@ -11007,7 +11189,7 @@
11007
11189
  "format": "esm"
11008
11190
  },
11009
11191
  "src/Prebuilt/layouts/HLSView.jsx": {
11010
- "bytes": 17554,
11192
+ "bytes": 23514,
11011
11193
  "imports": [
11012
11194
  {
11013
11195
  "path": "react",
@@ -11039,23 +11221,28 @@
11039
11221
  "kind": "import-statement",
11040
11222
  "external": true
11041
11223
  },
11224
+ {
11225
+ "path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
11226
+ "kind": "import-statement",
11227
+ "original": "../components/Footer/ChatToggle"
11228
+ },
11042
11229
  {
11043
11230
  "path": "src/Prebuilt/components/HlsStatsOverlay.jsx",
11044
11231
  "kind": "import-statement",
11045
11232
  "original": "../components/HlsStatsOverlay"
11046
11233
  },
11047
11234
  {
11048
- "path": "src/Prebuilt/components/HMSVideo/index.js",
11235
+ "path": "src/Prebuilt/components/HMSVideo/index.ts",
11049
11236
  "kind": "import-statement",
11050
11237
  "original": "../components/HMSVideo"
11051
11238
  },
11052
11239
  {
11053
- "path": "src/Prebuilt/components/HMSVideo/FullscreenButton.jsx",
11240
+ "path": "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx",
11054
11241
  "kind": "import-statement",
11055
11242
  "original": "../components/HMSVideo/FullscreenButton"
11056
11243
  },
11057
11244
  {
11058
- "path": "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.jsx",
11245
+ "path": "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx",
11059
11246
  "kind": "import-statement",
11060
11247
  "original": "../components/HMSVideo/HLSAutoplayBlockedPrompt"
11061
11248
  },
@@ -11065,10 +11252,20 @@
11065
11252
  "original": "../components/HMSVideo/HLSCaptionSelector"
11066
11253
  },
11067
11254
  {
11068
- "path": "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx",
11255
+ "path": "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx",
11069
11256
  "kind": "import-statement",
11070
11257
  "original": "../components/HMSVideo/HLSQualitySelector"
11071
11258
  },
11259
+ {
11260
+ "path": "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx",
11261
+ "kind": "import-statement",
11262
+ "original": "../components/HMSVideo/MwebHLSViewTitle"
11263
+ },
11264
+ {
11265
+ "path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
11266
+ "kind": "import-statement",
11267
+ "original": "../components/HMSVideo/PlayerContext"
11268
+ },
11072
11269
  {
11073
11270
  "path": "src/Prebuilt/components/Toast/ToastManager.js",
11074
11271
  "kind": "import-statement",
@@ -11114,6 +11311,16 @@
11114
11311
  "kind": "import-statement",
11115
11312
  "original": "../components/AppData/useSidepane"
11116
11313
  },
11314
+ {
11315
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11316
+ "kind": "import-statement",
11317
+ "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11318
+ },
11319
+ {
11320
+ "path": "src/Prebuilt/common/hooks.ts",
11321
+ "kind": "import-statement",
11322
+ "original": "../common/hooks"
11323
+ },
11117
11324
  {
11118
11325
  "path": "src/Prebuilt/common/constants.ts",
11119
11326
  "kind": "import-statement",
@@ -11133,7 +11340,7 @@
11133
11340
  "format": "esm"
11134
11341
  },
11135
11342
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11136
- "bytes": 3873,
11343
+ "bytes": 4140,
11137
11344
  "imports": [
11138
11345
  {
11139
11346
  "path": "react",
@@ -11200,6 +11407,11 @@
11200
11407
  "kind": "import-statement",
11201
11408
  "original": "../components/hooks/useCloseScreenshareWhiteboard"
11202
11409
  },
11410
+ {
11411
+ "path": "src/Prebuilt/common/hooks.ts",
11412
+ "kind": "import-statement",
11413
+ "original": "../common/hooks"
11414
+ },
11203
11415
  {
11204
11416
  "path": "src/Prebuilt/common/constants.ts",
11205
11417
  "kind": "import-statement",
@@ -11444,7 +11656,7 @@
11444
11656
  "format": "esm"
11445
11657
  },
11446
11658
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11447
- "bytes": 6739,
11659
+ "bytes": 8068,
11448
11660
  "imports": [
11449
11661
  {
11450
11662
  "path": "react",
@@ -11471,6 +11683,16 @@
11471
11683
  "kind": "import-statement",
11472
11684
  "original": "./Footer/Footer"
11473
11685
  },
11686
+ {
11687
+ "path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
11688
+ "kind": "import-statement",
11689
+ "original": "./Leave/LeaveRoom"
11690
+ },
11691
+ {
11692
+ "path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
11693
+ "kind": "import-statement",
11694
+ "original": "./MoreSettings/MoreSettings"
11695
+ },
11474
11696
  {
11475
11697
  "path": "src/Prebuilt/components/Notifications/HLSFailureModal.tsx",
11476
11698
  "kind": "import-statement",
@@ -11521,6 +11743,11 @@
11521
11743
  "kind": "import-statement",
11522
11744
  "original": "./PreviousRoleInMetadata"
11523
11745
  },
11746
+ {
11747
+ "path": "src/Prebuilt/components/RaiseHand.tsx",
11748
+ "kind": "import-statement",
11749
+ "original": "./RaiseHand"
11750
+ },
11524
11751
  {
11525
11752
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11526
11753
  "kind": "import-statement",
@@ -11531,6 +11758,11 @@
11531
11758
  "kind": "import-statement",
11532
11759
  "original": "./AppData/useUISettings"
11533
11760
  },
11761
+ {
11762
+ "path": "src/Prebuilt/common/hooks.ts",
11763
+ "kind": "import-statement",
11764
+ "original": "../common/hooks"
11765
+ },
11534
11766
  {
11535
11767
  "path": "src/Prebuilt/common/constants.ts",
11536
11768
  "kind": "import-statement",
@@ -11812,7 +12044,7 @@
11812
12044
  "format": "esm"
11813
12045
  },
11814
12046
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
11815
- "bytes": 2625,
12047
+ "bytes": 2789,
11816
12048
  "imports": [
11817
12049
  {
11818
12050
  "path": "react",
@@ -11854,6 +12086,11 @@
11854
12086
  "kind": "import-statement",
11855
12087
  "original": "../../Theme"
11856
12088
  },
12089
+ {
12090
+ "path": "src/Prebuilt/common/hooks.ts",
12091
+ "kind": "import-statement",
12092
+ "original": "../common/hooks"
12093
+ },
11857
12094
  {
11858
12095
  "path": "src/Prebuilt/common/utils.js",
11859
12096
  "kind": "import-statement",
@@ -13224,7 +13461,7 @@
13224
13461
  "imports": [],
13225
13462
  "exports": [],
13226
13463
  "inputs": {},
13227
- "bytes": 3206564
13464
+ "bytes": 3238063
13228
13465
  },
13229
13466
  "dist/index.cjs.js": {
13230
13467
  "imports": [
@@ -13809,22 +14046,22 @@
13809
14046
  "external": true
13810
14047
  },
13811
14048
  {
13812
- "path": "@100mslive/react-sdk",
14049
+ "path": "react-use",
13813
14050
  "kind": "require-call",
13814
14051
  "external": true
13815
14052
  },
13816
14053
  {
13817
- "path": "@100mslive/react-icons",
14054
+ "path": "@100mslive/types-prebuilt/elements/join_form",
13818
14055
  "kind": "require-call",
13819
14056
  "external": true
13820
14057
  },
13821
14058
  {
13822
- "path": "react",
14059
+ "path": "@100mslive/react-sdk",
13823
14060
  "kind": "require-call",
13824
14061
  "external": true
13825
14062
  },
13826
14063
  {
13827
- "path": "react-use",
14064
+ "path": "react",
13828
14065
  "kind": "require-call",
13829
14066
  "external": true
13830
14067
  },
@@ -13834,17 +14071,17 @@
13834
14071
  "external": true
13835
14072
  },
13836
14073
  {
13837
- "path": "worker-timers",
14074
+ "path": "@100mslive/react-icons",
13838
14075
  "kind": "require-call",
13839
14076
  "external": true
13840
14077
  },
13841
14078
  {
13842
- "path": "@100mslive/react-sdk",
14079
+ "path": "react",
13843
14080
  "kind": "require-call",
13844
14081
  "external": true
13845
14082
  },
13846
14083
  {
13847
- "path": "react",
14084
+ "path": "react-use",
13848
14085
  "kind": "require-call",
13849
14086
  "external": true
13850
14087
  },
@@ -13854,12 +14091,12 @@
13854
14091
  "external": true
13855
14092
  },
13856
14093
  {
13857
- "path": "@100mslive/react-icons",
14094
+ "path": "worker-timers",
13858
14095
  "kind": "require-call",
13859
14096
  "external": true
13860
14097
  },
13861
14098
  {
13862
- "path": "react",
14099
+ "path": "@100mslive/react-sdk",
13863
14100
  "kind": "require-call",
13864
14101
  "external": true
13865
14102
  },
@@ -13869,12 +14106,17 @@
13869
14106
  "external": true
13870
14107
  },
13871
14108
  {
13872
- "path": "@100mslive/types-prebuilt/elements/join_form",
14109
+ "path": "@100mslive/react-sdk",
13873
14110
  "kind": "require-call",
13874
14111
  "external": true
13875
14112
  },
13876
14113
  {
13877
- "path": "@100mslive/react-sdk",
14114
+ "path": "@100mslive/react-icons",
14115
+ "kind": "require-call",
14116
+ "external": true
14117
+ },
14118
+ {
14119
+ "path": "react",
13878
14120
  "kind": "require-call",
13879
14121
  "external": true
13880
14122
  },
@@ -15523,6 +15765,11 @@
15523
15765
  "kind": "require-call",
15524
15766
  "external": true
15525
15767
  },
15768
+ {
15769
+ "path": "react",
15770
+ "kind": "require-call",
15771
+ "external": true
15772
+ },
15526
15773
  {
15527
15774
  "path": "@100mslive/react-icons",
15528
15775
  "kind": "require-call",
@@ -15558,6 +15805,11 @@
15558
15805
  "kind": "require-call",
15559
15806
  "external": true
15560
15807
  },
15808
+ {
15809
+ "path": "@100mslive/react-icons",
15810
+ "kind": "require-call",
15811
+ "external": true
15812
+ },
15561
15813
  {
15562
15814
  "path": "react",
15563
15815
  "kind": "require-call",
@@ -15578,6 +15830,11 @@
15578
15830
  "kind": "require-call",
15579
15831
  "external": true
15580
15832
  },
15833
+ {
15834
+ "path": "react-use",
15835
+ "kind": "require-call",
15836
+ "external": true
15837
+ },
15581
15838
  {
15582
15839
  "path": "@100mslive/react-icons",
15583
15840
  "kind": "require-call",
@@ -15588,6 +15845,16 @@
15588
15845
  "kind": "require-call",
15589
15846
  "external": true
15590
15847
  },
15848
+ {
15849
+ "path": "@100mslive/react-sdk",
15850
+ "kind": "require-call",
15851
+ "external": true
15852
+ },
15853
+ {
15854
+ "path": "react",
15855
+ "kind": "require-call",
15856
+ "external": true
15857
+ },
15591
15858
  {
15592
15859
  "path": "react-use",
15593
15860
  "kind": "require-call",
@@ -16028,7 +16295,7 @@
16028
16295
  "entryPoint": "src/index.ts",
16029
16296
  "inputs": {
16030
16297
  "<define:process.env>": {
16031
- "bytesInOutput": 18235
16298
+ "bytesInOutput": 18263
16032
16299
  },
16033
16300
  "src/Theme/base.config.ts": {
16034
16301
  "bytesInOutput": 6104
@@ -16396,11 +16663,14 @@
16396
16663
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
16397
16664
  "bytesInOutput": 7065
16398
16665
  },
16666
+ "src/Prebuilt/common/hooks.ts": {
16667
+ "bytesInOutput": 3890
16668
+ },
16399
16669
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
16400
- "bytesInOutput": 5354
16670
+ "bytesInOutput": 5896
16401
16671
  },
16402
16672
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
16403
- "bytesInOutput": 2672
16673
+ "bytesInOutput": 2963
16404
16674
  },
16405
16675
  "src/Prebuilt/components/PIP/pipUtils.js": {
16406
16676
  "bytesInOutput": 4391
@@ -16417,9 +16687,6 @@
16417
16687
  "src/Prebuilt/components/PIP/index.jsx": {
16418
16688
  "bytesInOutput": 369
16419
16689
  },
16420
- "src/Prebuilt/common/hooks.ts": {
16421
- "bytesInOutput": 3054
16422
- },
16423
16690
  "src/Prebuilt/components/RoleChangeModal.jsx": {
16424
16691
  "bytesInOutput": 7604
16425
16692
  },
@@ -16472,7 +16739,7 @@
16472
16739
  "bytesInOutput": 6459
16473
16740
  },
16474
16741
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
16475
- "bytesInOutput": 6244
16742
+ "bytesInOutput": 6252
16476
16743
  },
16477
16744
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
16478
16745
  "bytesInOutput": 1396
@@ -16517,7 +16784,7 @@
16517
16784
  "bytesInOutput": 615
16518
16785
  },
16519
16786
  "../hms-video-store/dist/index.js": {
16520
- "bytesInOutput": 53062
16787
+ "bytesInOutput": 53135
16521
16788
  },
16522
16789
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
16523
16790
  "bytesInOutput": 1384
@@ -16538,7 +16805,7 @@
16538
16805
  "bytesInOutput": 4158
16539
16806
  },
16540
16807
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
16541
- "bytesInOutput": 2839
16808
+ "bytesInOutput": 2842
16542
16809
  },
16543
16810
  "src/Prebuilt/components/AppData/useSheet.ts": {
16544
16811
  "bytesInOutput": 1099
@@ -16547,13 +16814,13 @@
16547
16814
  "bytesInOutput": 938
16548
16815
  },
16549
16816
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
16550
- "bytesInOutput": 12980
16817
+ "bytesInOutput": 13065
16551
16818
  },
16552
16819
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
16553
- "bytesInOutput": 729
16820
+ "bytesInOutput": 831
16554
16821
  },
16555
- "src/Prebuilt/components/RaiseHand.jsx": {
16556
- "bytesInOutput": 918
16822
+ "src/Prebuilt/components/RaiseHand.tsx": {
16823
+ "bytesInOutput": 1037
16557
16824
  },
16558
16825
  "src/Prebuilt/images/pdf-share.png": {
16559
16826
  "bytesInOutput": 25548
@@ -16739,7 +17006,7 @@
16739
17006
  "bytesInOutput": 1440
16740
17007
  },
16741
17008
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
16742
- "bytesInOutput": 10609
17009
+ "bytesInOutput": 11484
16743
17010
  },
16744
17011
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
16745
17012
  "bytesInOutput": 3529
@@ -16763,7 +17030,7 @@
16763
17030
  "bytesInOutput": 3060
16764
17031
  },
16765
17032
  "src/Prebuilt/components/SidePaneTabs.tsx": {
16766
- "bytesInOutput": 8908
17033
+ "bytesInOutput": 9422
16767
17034
  },
16768
17035
  "src/Prebuilt/components/Connection/TileConnection.tsx": {
16769
17036
  "bytesInOutput": 2716
@@ -16799,7 +17066,7 @@
16799
17066
  "bytesInOutput": 8756
16800
17067
  },
16801
17068
  "src/Prebuilt/layouts/SidePane.tsx": {
16802
- "bytesInOutput": 5787
17069
+ "bytesInOutput": 6280
16803
17070
  },
16804
17071
  "src/Prebuilt/components/Chip.tsx": {
16805
17072
  "bytesInOutput": 1118
@@ -16892,43 +17159,49 @@
16892
17159
  "bytesInOutput": 656
16893
17160
  },
16894
17161
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
16895
- "bytesInOutput": 1563
17162
+ "bytesInOutput": 1685
16896
17163
  },
16897
- "src/Prebuilt/components/HMSVideo/PlayButton.jsx": {
16898
- "bytesInOutput": 860
17164
+ "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17165
+ "bytesInOutput": 489
16899
17166
  },
16900
- "src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js": {
16901
- "bytesInOutput": 850
17167
+ "src/Prebuilt/components/HMSVideo/PlayButton.tsx": {
17168
+ "bytesInOutput": 1234
16902
17169
  },
16903
- "src/Prebuilt/components/HMSVideo/VideoProgress.jsx": {
16904
- "bytesInOutput": 3186
17170
+ "src/Prebuilt/components/HMSVideo/utils.ts": {
17171
+ "bytesInOutput": 1158
16905
17172
  },
16906
- "src/Prebuilt/components/HMSVideo/VideoTime.jsx": {
16907
- "bytesInOutput": 1275
17173
+ "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17174
+ "bytesInOutput": 3136
16908
17175
  },
16909
- "src/Prebuilt/components/HMSVideo/VolumeControl.jsx": {
16910
- "bytesInOutput": 2857
17176
+ "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17177
+ "bytesInOutput": 1649
16911
17178
  },
16912
- "src/Prebuilt/components/HMSVideo/index.js": {
17179
+ "src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
17180
+ "bytesInOutput": 2915
17181
+ },
17182
+ "src/Prebuilt/components/HMSVideo/index.ts": {
16913
17183
  "bytesInOutput": 564
16914
17184
  },
16915
- "src/Prebuilt/components/HMSVideo/FullscreenButton.jsx": {
16916
- "bytesInOutput": 832
17185
+ "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
17186
+ "bytesInOutput": 997
16917
17187
  },
16918
- "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.jsx": {
16919
- "bytesInOutput": 1233
17188
+ "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
17189
+ "bytesInOutput": 1317
16920
17190
  },
16921
17191
  "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
16922
- "bytesInOutput": 893
17192
+ "bytesInOutput": 1016
17193
+ },
17194
+ "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
17195
+ "bytesInOutput": 8144
16923
17196
  },
16924
- "src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
16925
- "bytesInOutput": 4598
17197
+ "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
17198
+ "bytesInOutput": 3792
16926
17199
  },
16927
17200
  "src/Prebuilt/layouts/HLSView.jsx": {
16928
- "bytesInOutput": 21219
17201
+ "bytesInOutput": 26389
16929
17202
  },
16930
17203
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
16931
- "bytesInOutput": 4111
17204
+ "bytesInOutput": 4414
16932
17205
  },
16933
17206
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
16934
17207
  "bytesInOutput": 2182
@@ -16937,7 +17210,7 @@
16937
17210
  "bytesInOutput": 7375
16938
17211
  },
16939
17212
  "src/Prebuilt/components/Header/Header.tsx": {
16940
- "bytesInOutput": 2327
17213
+ "bytesInOutput": 2332
16941
17214
  },
16942
17215
  "src/Prebuilt/components/Header/index.tsx": {
16943
17216
  "bytesInOutput": 152
@@ -16946,7 +17219,7 @@
16946
17219
  "bytesInOutput": 1024
16947
17220
  },
16948
17221
  "src/Prebuilt/components/ConferenceScreen.tsx": {
16949
- "bytesInOutput": 7500
17222
+ "bytesInOutput": 8864
16950
17223
  },
16951
17224
  "src/Prebuilt/components/ErrorBoundary.jsx": {
16952
17225
  "bytesInOutput": 4366
@@ -16970,7 +17243,7 @@
16970
17243
  "bytesInOutput": 2925
16971
17244
  },
16972
17245
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
16973
- "bytesInOutput": 3195
17246
+ "bytesInOutput": 3336
16974
17247
  },
16975
17248
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
16976
17249
  "bytesInOutput": 1415
@@ -17012,10 +17285,10 @@
17012
17285
  "bytesInOutput": 948
17013
17286
  },
17014
17287
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
17015
- "bytesInOutput": 2245
17288
+ "bytesInOutput": 2248
17016
17289
  },
17017
17290
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17018
- "bytesInOutput": 8880
17291
+ "bytesInOutput": 8886
17019
17292
  },
17020
17293
  "src/Prebuilt/components/Notifications/index.tsx": {
17021
17294
  "bytesInOutput": 173
@@ -17063,7 +17336,7 @@
17063
17336
  "bytesInOutput": 2980
17064
17337
  }
17065
17338
  },
17066
- "bytes": 1512227
17339
+ "bytes": 1532678
17067
17340
  }
17068
17341
  }
17069
17342
  }