@100mslive/roomkit-react 0.3.8-alpha.0 → 0.3.8-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (40) hide show
  1. package/dist/{HLSView-CTZXD762.js → HLSView-XZDT3RRC.js} +2 -2
  2. package/dist/Prebuilt/common/constants.d.ts +2 -0
  3. package/dist/Prebuilt/common/hooks.d.ts +10 -0
  4. package/dist/Prebuilt/components/CaptionIcon.d.ts +2 -0
  5. package/dist/Prebuilt/components/FullPageProgress.d.ts +8 -0
  6. package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +3 -3
  7. package/dist/Prebuilt/plugins/CaptionsViewer.d.ts +2 -0
  8. package/dist/Text/Text.d.ts +1 -1
  9. package/dist/{chunk-NDLMRKFR.js → chunk-SQPIZNW2.js} +2367 -2128
  10. package/dist/chunk-SQPIZNW2.js.map +7 -0
  11. package/dist/index.cjs.js +3254 -2998
  12. package/dist/index.cjs.js.map +4 -4
  13. package/dist/index.js +1 -1
  14. package/dist/meta.cjs.json +244 -86
  15. package/dist/meta.esbuild.json +250 -92
  16. package/package.json +6 -6
  17. package/src/Prebuilt/common/constants.ts +2 -0
  18. package/src/Prebuilt/common/hooks.ts +72 -1
  19. package/src/Prebuilt/components/AppData/AppData.tsx +2 -0
  20. package/src/Prebuilt/components/AppData/useUISettings.js +10 -0
  21. package/src/Prebuilt/components/CaptionIcon.tsx +27 -0
  22. package/src/Prebuilt/components/ConferenceScreen.tsx +34 -4
  23. package/src/Prebuilt/components/Footer/Footer.tsx +2 -0
  24. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +1 -1
  25. package/src/Prebuilt/components/{FullPageProgress.jsx → FullPageProgress.tsx} +10 -1
  26. package/src/Prebuilt/components/Header/StreamActions.tsx +3 -25
  27. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +25 -26
  28. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +1 -11
  29. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -9
  30. package/src/Prebuilt/components/Preview/PreviewScreen.tsx +0 -3
  31. package/src/Prebuilt/components/Settings/StartRecording.jsx +4 -37
  32. package/src/Prebuilt/components/Toast/ToastConfig.jsx +0 -22
  33. package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +3 -3
  34. package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
  35. package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +23 -7
  36. package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +5 -3
  37. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +0 -3
  38. package/src/Prebuilt/plugins/CaptionsViewer.tsx +191 -0
  39. package/dist/chunk-NDLMRKFR.js.map +0 -7
  40. /package/dist/{HLSView-CTZXD762.js.map → HLSView-XZDT3RRC.js.map} +0 -0
@@ -26,7 +26,7 @@
26
26
  "format": "esm"
27
27
  },
28
28
  "src/Prebuilt/common/constants.ts": {
29
- "bytes": 4408,
29
+ "bytes": 4466,
30
30
  "imports": [
31
31
  {
32
32
  "path": "@100mslive/react-sdk",
@@ -1961,7 +1961,7 @@
1961
1961
  "format": "esm"
1962
1962
  },
1963
1963
  "src/Prebuilt/components/AppData/useUISettings.js": {
1964
- "bytes": 6029,
1964
+ "bytes": 6326,
1965
1965
  "imports": [
1966
1966
  {
1967
1967
  "path": "react",
@@ -2241,7 +2241,7 @@
2241
2241
  "format": "esm"
2242
2242
  },
2243
2243
  "src/Prebuilt/components/AppData/AppData.tsx": {
2244
- "bytes": 5899,
2244
+ "bytes": 5963,
2245
2245
  "imports": [
2246
2246
  {
2247
2247
  "path": "react",
@@ -2909,6 +2909,47 @@
2909
2909
  ],
2910
2910
  "format": "esm"
2911
2911
  },
2912
+ "src/Prebuilt/components/CaptionIcon.tsx": {
2913
+ "bytes": 980,
2914
+ "imports": [
2915
+ {
2916
+ "path": "react",
2917
+ "kind": "import-statement",
2918
+ "external": true
2919
+ },
2920
+ {
2921
+ "path": "@100mslive/react-sdk",
2922
+ "kind": "import-statement",
2923
+ "external": true
2924
+ },
2925
+ {
2926
+ "path": "@100mslive/react-icons",
2927
+ "kind": "import-statement",
2928
+ "external": true
2929
+ },
2930
+ {
2931
+ "path": "src/Tooltip/index.ts",
2932
+ "kind": "import-statement",
2933
+ "original": "../../Tooltip"
2934
+ },
2935
+ {
2936
+ "path": "src/Prebuilt/IconButton.tsx",
2937
+ "kind": "import-statement",
2938
+ "original": "../IconButton"
2939
+ },
2940
+ {
2941
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
2942
+ "kind": "import-statement",
2943
+ "original": "./AppData/useUISettings.js"
2944
+ },
2945
+ {
2946
+ "path": "<define:process.env>",
2947
+ "kind": "import-statement",
2948
+ "external": true
2949
+ }
2950
+ ],
2951
+ "format": "esm"
2952
+ },
2912
2953
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
2913
2954
  "bytes": 1189,
2914
2955
  "imports": [
@@ -2962,7 +3003,7 @@
2962
3003
  "format": "esm"
2963
3004
  },
2964
3005
  "src/Prebuilt/common/hooks.ts": {
2965
- "bytes": 5233,
3006
+ "bytes": 7493,
2966
3007
  "imports": [
2967
3008
  {
2968
3009
  "path": "react",
@@ -2989,6 +3030,11 @@
2989
3030
  "kind": "import-statement",
2990
3031
  "external": true
2991
3032
  },
3033
+ {
3034
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
3035
+ "kind": "import-statement",
3036
+ "original": "../components/Toast/ToastManager"
3037
+ },
2992
3038
  {
2993
3039
  "path": "src/Theme/index.tsx",
2994
3040
  "kind": "import-statement",
@@ -2999,6 +3045,11 @@
2999
3045
  "kind": "import-statement",
3000
3046
  "original": "../provider/roomLayoutProvider"
3001
3047
  },
3048
+ {
3049
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
3050
+ "kind": "import-statement",
3051
+ "original": "../components/AppData/useUISettings"
3052
+ },
3002
3053
  {
3003
3054
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
3004
3055
  "kind": "import-statement",
@@ -3829,7 +3880,7 @@
3829
3880
  "format": "esm"
3830
3881
  },
3831
3882
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
3832
- "bytes": 4630,
3883
+ "bytes": 3609,
3833
3884
  "imports": [
3834
3885
  {
3835
3886
  "path": "react",
@@ -3862,9 +3913,9 @@
3862
3913
  "original": "../Toast/ToastManager"
3863
3914
  },
3864
3915
  {
3865
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
3916
+ "path": "src/Prebuilt/common/hooks.ts",
3866
3917
  "kind": "import-statement",
3867
- "original": "../AppData/useUISettings"
3918
+ "original": "../../common/hooks"
3868
3919
  },
3869
3920
  {
3870
3921
  "path": "src/Prebuilt/common/constants.ts",
@@ -4691,18 +4742,8 @@
4691
4742
  "format": "cjs"
4692
4743
  },
4693
4744
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 331528,
4745
+ "bytes": 332228,
4695
4746
  "imports": [
4696
- {
4697
- "path": "../../node_modules/reselect/es/index.js",
4698
- "kind": "import-statement",
4699
- "original": "reselect"
4700
- },
4701
- {
4702
- "path": "../../node_modules/reselect/es/index.js",
4703
- "kind": "import-statement",
4704
- "original": "reselect"
4705
- },
4706
4747
  {
4707
4748
  "path": "../../node_modules/reselect/es/index.js",
4708
4749
  "kind": "import-statement",
@@ -4768,6 +4809,16 @@
4768
4809
  "kind": "import-statement",
4769
4810
  "original": "reselect"
4770
4811
  },
4812
+ {
4813
+ "path": "../../node_modules/reselect/es/index.js",
4814
+ "kind": "import-statement",
4815
+ "original": "reselect"
4816
+ },
4817
+ {
4818
+ "path": "../../node_modules/reselect/es/index.js",
4819
+ "kind": "import-statement",
4820
+ "original": "reselect"
4821
+ },
4771
4822
  {
4772
4823
  "path": "../../node_modules/immer/dist/immer.esm.mjs",
4773
4824
  "kind": "import-statement",
@@ -4930,7 +4981,7 @@
4930
4981
  "format": "esm"
4931
4982
  },
4932
4983
  "src/Prebuilt/components/Header/StreamActions.tsx": {
4933
- "bytes": 9392,
4984
+ "bytes": 8719,
4934
4985
  "imports": [
4935
4986
  {
4936
4987
  "path": "react",
@@ -4983,20 +5034,15 @@
4983
5034
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
4984
5035
  },
4985
5036
  {
4986
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
5037
+ "path": "src/Prebuilt/common/hooks.ts",
4987
5038
  "kind": "import-statement",
4988
- "original": "../AppData/useUISettings"
5039
+ "original": "../../common/hooks"
4989
5040
  },
4990
5041
  {
4991
5042
  "path": "src/Prebuilt/common/utils.js",
4992
5043
  "kind": "import-statement",
4993
5044
  "original": "../../common/utils"
4994
5045
  },
4995
- {
4996
- "path": "src/Prebuilt/common/constants.ts",
4997
- "kind": "import-statement",
4998
- "original": "../../common/constants"
4999
- },
5000
5046
  {
5001
5047
  "path": "<define:process.env>",
5002
5048
  "kind": "import-statement",
@@ -5201,7 +5247,7 @@
5201
5247
  "format": "esm"
5202
5248
  },
5203
5249
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 13075,
5250
+ "bytes": 13062,
5205
5251
  "imports": [
5206
5252
  {
5207
5253
  "path": "react",
@@ -5765,7 +5811,7 @@
5765
5811
  "format": "esm"
5766
5812
  },
5767
5813
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
5768
- "bytes": 1063,
5814
+ "bytes": 1253,
5769
5815
  "imports": [
5770
5816
  {
5771
5817
  "path": "react",
@@ -5782,6 +5828,11 @@
5782
5828
  "kind": "import-statement",
5783
5829
  "external": true
5784
5830
  },
5831
+ {
5832
+ "path": "src/Loading/index.ts",
5833
+ "kind": "import-statement",
5834
+ "original": "../../../Loading"
5835
+ },
5785
5836
  {
5786
5837
  "path": "src/Tooltip/index.ts",
5787
5838
  "kind": "import-statement",
@@ -6047,7 +6098,7 @@
6047
6098
  "format": "esm"
6048
6099
  },
6049
6100
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6050
- "bytes": 5728,
6101
+ "bytes": 5743,
6051
6102
  "imports": [
6052
6103
  {
6053
6104
  "path": "react",
@@ -6342,7 +6393,7 @@
6342
6393
  "format": "esm"
6343
6394
  },
6344
6395
  "src/Prebuilt/components/Footer/Footer.tsx": {
6345
- "bytes": 3811,
6396
+ "bytes": 3926,
6346
6397
  "imports": [
6347
6398
  {
6348
6399
  "path": "react",
@@ -6374,6 +6425,11 @@
6374
6425
  "kind": "import-statement",
6375
6426
  "original": "../AudioVideoToggle"
6376
6427
  },
6428
+ {
6429
+ "path": "src/Prebuilt/components/CaptionIcon.tsx",
6430
+ "kind": "import-statement",
6431
+ "original": "../CaptionIcon"
6432
+ },
6377
6433
  {
6378
6434
  "path": "src/Prebuilt/components/EmojiReaction.jsx",
6379
6435
  "kind": "import-statement",
@@ -9213,7 +9269,7 @@
9213
9269
  "format": "esm"
9214
9270
  },
9215
9271
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
9216
- "bytes": 1231,
9272
+ "bytes": 1246,
9217
9273
  "imports": [
9218
9274
  {
9219
9275
  "path": "react",
@@ -9285,7 +9341,7 @@
9285
9341
  "format": "esm"
9286
9342
  },
9287
9343
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
9288
- "bytes": 2687,
9344
+ "bytes": 2732,
9289
9345
  "imports": [
9290
9346
  {
9291
9347
  "path": "@100mslive/hms-virtual-background",
@@ -9317,13 +9373,18 @@
9317
9373
  "format": "esm"
9318
9374
  },
9319
9375
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
9320
- "bytes": 7273,
9376
+ "bytes": 7852,
9321
9377
  "imports": [
9322
9378
  {
9323
9379
  "path": "react",
9324
9380
  "kind": "import-statement",
9325
9381
  "external": true
9326
9382
  },
9383
+ {
9384
+ "path": "react-use",
9385
+ "kind": "import-statement",
9386
+ "external": true
9387
+ },
9327
9388
  {
9328
9389
  "path": "../hms-video-store/dist/index.js",
9329
9390
  "kind": "import-statement",
@@ -9549,8 +9610,8 @@
9549
9610
  ],
9550
9611
  "format": "esm"
9551
9612
  },
9552
- "src/Prebuilt/components/FullPageProgress.jsx": {
9553
- "bytes": 524,
9613
+ "src/Prebuilt/components/FullPageProgress.tsx": {
9614
+ "bytes": 625,
9554
9615
  "imports": [
9555
9616
  {
9556
9617
  "path": "react",
@@ -9572,6 +9633,11 @@
9572
9633
  "kind": "import-statement",
9573
9634
  "original": "../../Text"
9574
9635
  },
9636
+ {
9637
+ "path": "../../Theme",
9638
+ "kind": "import-statement",
9639
+ "external": true
9640
+ },
9575
9641
  {
9576
9642
  "path": "<define:process.env>",
9577
9643
  "kind": "import-statement",
@@ -9637,7 +9703,7 @@
9637
9703
  "format": "esm"
9638
9704
  },
9639
9705
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
9640
- "bytes": 9969,
9706
+ "bytes": 9876,
9641
9707
  "imports": [
9642
9708
  {
9643
9709
  "path": "react",
@@ -9700,7 +9766,7 @@
9700
9766
  "original": "../Connection/TileConnection"
9701
9767
  },
9702
9768
  {
9703
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
9769
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
9704
9770
  "kind": "import-statement",
9705
9771
  "original": "../FullPageProgress"
9706
9772
  },
@@ -11639,7 +11705,7 @@
11639
11705
  "format": "esm"
11640
11706
  },
11641
11707
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11642
- "bytes": 4556,
11708
+ "bytes": 4493,
11643
11709
  "imports": [
11644
11710
  {
11645
11711
  "path": "react",
@@ -11662,7 +11728,7 @@
11662
11728
  "external": true
11663
11729
  },
11664
11730
  {
11665
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
11731
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
11666
11732
  "kind": "import-statement",
11667
11733
  "original": "../components/FullPageProgress"
11668
11734
  },
@@ -11954,14 +12020,50 @@
11954
12020
  ],
11955
12021
  "format": "esm"
11956
12022
  },
12023
+ "src/Prebuilt/plugins/CaptionsViewer.tsx": {
12024
+ "bytes": 5541,
12025
+ "imports": [
12026
+ {
12027
+ "path": "react",
12028
+ "kind": "import-statement",
12029
+ "external": true
12030
+ },
12031
+ {
12032
+ "path": "@100mslive/react-sdk",
12033
+ "kind": "import-statement",
12034
+ "external": true
12035
+ },
12036
+ {
12037
+ "path": "src/Layout/index.tsx",
12038
+ "kind": "import-statement",
12039
+ "original": "../../Layout"
12040
+ },
12041
+ {
12042
+ "path": "src/Text/index.tsx",
12043
+ "kind": "import-statement",
12044
+ "original": "../../Text"
12045
+ },
12046
+ {
12047
+ "path": "<define:process.env>",
12048
+ "kind": "import-statement",
12049
+ "external": true
12050
+ }
12051
+ ],
12052
+ "format": "esm"
12053
+ },
11957
12054
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11958
- "bytes": 8106,
12055
+ "bytes": 9357,
11959
12056
  "imports": [
11960
12057
  {
11961
12058
  "path": "react",
11962
12059
  "kind": "import-statement",
11963
12060
  "external": true
11964
12061
  },
12062
+ {
12063
+ "path": "react-use",
12064
+ "kind": "import-statement",
12065
+ "external": true
12066
+ },
11965
12067
  {
11966
12068
  "path": "@100mslive/types-prebuilt",
11967
12069
  "kind": "import-statement",
@@ -12012,6 +12114,11 @@
12012
12114
  "kind": "import-statement",
12013
12115
  "original": "../../Layout"
12014
12116
  },
12117
+ {
12118
+ "path": "src/Theme/index.tsx",
12119
+ "kind": "import-statement",
12120
+ "original": "../../Theme"
12121
+ },
12015
12122
  {
12016
12123
  "path": "src/Prebuilt/AppContext.tsx",
12017
12124
  "kind": "import-statement",
@@ -12028,7 +12135,7 @@
12028
12135
  "original": "./EmojiReaction"
12029
12136
  },
12030
12137
  {
12031
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
12138
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
12032
12139
  "kind": "import-statement",
12033
12140
  "original": "./FullPageProgress"
12034
12141
  },
@@ -12047,11 +12154,21 @@
12047
12154
  "kind": "import-statement",
12048
12155
  "original": "./RaiseHand"
12049
12156
  },
12157
+ {
12158
+ "path": "src/Prebuilt/plugins/CaptionsViewer.tsx",
12159
+ "kind": "import-statement",
12160
+ "original": "../plugins/CaptionsViewer"
12161
+ },
12050
12162
  {
12051
12163
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
12052
12164
  "kind": "import-statement",
12053
12165
  "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
12054
12166
  },
12167
+ {
12168
+ "path": "src/Prebuilt/components/AppData/useSidepane.js",
12169
+ "kind": "import-statement",
12170
+ "original": "./AppData/useSidepane"
12171
+ },
12055
12172
  {
12056
12173
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
12057
12174
  "kind": "import-statement",
@@ -12486,7 +12603,7 @@
12486
12603
  "format": "esm"
12487
12604
  },
12488
12605
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
12489
- "bytes": 5843,
12606
+ "bytes": 5213,
12490
12607
  "imports": [
12491
12608
  {
12492
12609
  "path": "react",
@@ -12635,7 +12752,7 @@
12635
12752
  "format": "esm"
12636
12753
  },
12637
12754
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
12638
- "bytes": 1842,
12755
+ "bytes": 1643,
12639
12756
  "imports": [
12640
12757
  {
12641
12758
  "path": "react",
@@ -12971,7 +13088,7 @@
12971
13088
  "format": "esm"
12972
13089
  },
12973
13090
  "src/Prebuilt/components/Preview/PreviewScreen.tsx": {
12974
- "bytes": 1690,
13091
+ "bytes": 1597,
12975
13092
  "imports": [
12976
13093
  {
12977
13094
  "path": "react",
@@ -12999,7 +13116,7 @@
12999
13116
  "original": "../../provider/roomLayoutProvider"
13000
13117
  },
13001
13118
  {
13002
- "path": "src/Prebuilt/components/FullPageProgress.jsx",
13119
+ "path": "src/Prebuilt/components/FullPageProgress.tsx",
13003
13120
  "kind": "import-statement",
13004
13121
  "original": "../FullPageProgress"
13005
13122
  },
@@ -13775,7 +13892,7 @@
13775
13892
  "imports": [],
13776
13893
  "exports": [],
13777
13894
  "inputs": {},
13778
- "bytes": 3305923
13895
+ "bytes": 3323602
13779
13896
  },
13780
13897
  "dist/index.cjs.js": {
13781
13898
  "imports": [
@@ -14284,6 +14401,21 @@
14284
14401
  "kind": "require-call",
14285
14402
  "external": true
14286
14403
  },
14404
+ {
14405
+ "path": "@100mslive/react-sdk",
14406
+ "kind": "require-call",
14407
+ "external": true
14408
+ },
14409
+ {
14410
+ "path": "@100mslive/react-icons",
14411
+ "kind": "require-call",
14412
+ "external": true
14413
+ },
14414
+ {
14415
+ "path": "react",
14416
+ "kind": "require-call",
14417
+ "external": true
14418
+ },
14287
14419
  {
14288
14420
  "path": "react",
14289
14421
  "kind": "require-call",
@@ -15754,6 +15886,11 @@
15754
15886
  "kind": "require-call",
15755
15887
  "external": true
15756
15888
  },
15889
+ {
15890
+ "path": "react-use",
15891
+ "kind": "require-call",
15892
+ "external": true
15893
+ },
15757
15894
  {
15758
15895
  "path": "@100mslive/hms-virtual-background",
15759
15896
  "kind": "require-call",
@@ -16359,6 +16496,21 @@
16359
16496
  "kind": "require-call",
16360
16497
  "external": true
16361
16498
  },
16499
+ {
16500
+ "path": "@100mslive/react-sdk",
16501
+ "kind": "require-call",
16502
+ "external": true
16503
+ },
16504
+ {
16505
+ "path": "react",
16506
+ "kind": "require-call",
16507
+ "external": true
16508
+ },
16509
+ {
16510
+ "path": "react-use",
16511
+ "kind": "require-call",
16512
+ "external": true
16513
+ },
16362
16514
  {
16363
16515
  "path": "uuid",
16364
16516
  "kind": "require-call",
@@ -16719,13 +16871,13 @@
16719
16871
  "entryPoint": "src/index.ts",
16720
16872
  "inputs": {
16721
16873
  "<define:process.env>": {
16722
- "bytesInOutput": 18306
16874
+ "bytesInOutput": 18290
16723
16875
  },
16724
16876
  "src/Theme/base.config.ts": {
16725
16877
  "bytesInOutput": 6104
16726
16878
  },
16727
16879
  "src/Prebuilt/common/constants.ts": {
16728
- "bytesInOutput": 4515
16880
+ "bytesInOutput": 4581
16729
16881
  },
16730
16882
  "src/Theme/stitches.config.ts": {
16731
16883
  "bytesInOutput": 2153
@@ -16986,7 +17138,7 @@
16986
17138
  "bytesInOutput": 1087
16987
17139
  },
16988
17140
  "src/Prebuilt/components/AppData/useUISettings.js": {
16989
- "bytesInOutput": 6924
17141
+ "bytesInOutput": 7316
16990
17142
  },
16991
17143
  "src/Prebuilt/components/Settings/common.ts": {
16992
17144
  "bytesInOutput": 445
@@ -17007,7 +17159,7 @@
17007
17159
  "bytesInOutput": 1552
17008
17160
  },
17009
17161
  "src/Prebuilt/common/utils.js": {
17010
- "bytesInOutput": 3811
17162
+ "bytesInOutput": 3814
17011
17163
  },
17012
17164
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
17013
17165
  "bytesInOutput": 3003
@@ -17016,7 +17168,7 @@
17016
17168
  "bytesInOutput": 3258
17017
17169
  },
17018
17170
  "src/Prebuilt/components/AppData/AppData.tsx": {
17019
- "bytesInOutput": 6572
17171
+ "bytesInOutput": 6644
17020
17172
  },
17021
17173
  "src/Prebuilt/AppContext.tsx": {
17022
17174
  "bytesInOutput": 840
@@ -17063,6 +17215,9 @@
17063
17215
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
17064
17216
  "bytesInOutput": 12611
17065
17217
  },
17218
+ "src/Prebuilt/components/CaptionIcon.tsx": {
17219
+ "bytesInOutput": 1318
17220
+ },
17066
17221
  "src/Prebuilt/components/Footer/EmojiCard.jsx": {
17067
17222
  "bytesInOutput": 1315
17068
17223
  },
@@ -17070,7 +17225,7 @@
17070
17225
  "bytesInOutput": 884
17071
17226
  },
17072
17227
  "src/Prebuilt/common/hooks.ts": {
17073
- "bytesInOutput": 4848
17228
+ "bytesInOutput": 6967
17074
17229
  },
17075
17230
  "src/Prebuilt/components/EmojiReaction.jsx": {
17076
17231
  "bytesInOutput": 3504
@@ -17121,10 +17276,10 @@
17121
17276
  "bytesInOutput": 3668
17122
17277
  },
17123
17278
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17124
- "bytesInOutput": 5459
17279
+ "bytesInOutput": 4457
17125
17280
  },
17126
17281
  "src/Prebuilt/components/StatsForNerds.jsx": {
17127
- "bytesInOutput": 11845
17282
+ "bytesInOutput": 11848
17128
17283
  },
17129
17284
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17130
17285
  "bytesInOutput": 6192
@@ -17151,10 +17306,10 @@
17151
17306
  "bytesInOutput": 8604
17152
17307
  },
17153
17308
  "../../node_modules/reselect/es/index.js": {
17154
- "bytesInOutput": 2639
17309
+ "bytesInOutput": 2641
17155
17310
  },
17156
17311
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17157
- "bytesInOutput": 42495
17312
+ "bytesInOutput": 42486
17158
17313
  },
17159
17314
  "../../node_modules/lodash.isequal/index.js": {
17160
17315
  "bytesInOutput": 26597
@@ -17163,16 +17318,16 @@
17163
17318
  "bytesInOutput": 6467
17164
17319
  },
17165
17320
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17166
- "bytesInOutput": 6268
17321
+ "bytesInOutput": 6248
17167
17322
  },
17168
17323
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17169
17324
  "bytesInOutput": 1396
17170
17325
  },
17171
17326
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
17172
- "bytesInOutput": 22897
17327
+ "bytesInOutput": 22886
17173
17328
  },
17174
17329
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17175
- "bytesInOutput": 2277
17330
+ "bytesInOutput": 2280
17176
17331
  },
17177
17332
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17178
17333
  "bytesInOutput": 984
@@ -17181,13 +17336,13 @@
17181
17336
  "bytesInOutput": 9352
17182
17337
  },
17183
17338
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
17184
- "bytesInOutput": 12026
17339
+ "bytesInOutput": 12019
17185
17340
  },
17186
17341
  "../../node_modules/sdp/sdp.js": {
17187
- "bytesInOutput": 22295
17342
+ "bytesInOutput": 22278
17188
17343
  },
17189
17344
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17190
- "bytesInOutput": 12630
17345
+ "bytesInOutput": 12620
17191
17346
  },
17192
17347
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
17193
17348
  "bytesInOutput": 4575
@@ -17199,7 +17354,7 @@
17199
17354
  "bytesInOutput": 16122
17200
17355
  },
17201
17356
  "../../node_modules/sdp-transform/lib/parser.js": {
17202
- "bytesInOutput": 3492
17357
+ "bytesInOutput": 3488
17203
17358
  },
17204
17359
  "../../node_modules/sdp-transform/lib/writer.js": {
17205
17360
  "bytesInOutput": 3070
@@ -17208,7 +17363,7 @@
17208
17363
  "bytesInOutput": 615
17209
17364
  },
17210
17365
  "../hms-video-store/dist/index.js": {
17211
- "bytesInOutput": 53608
17366
+ "bytesInOutput": 53957
17212
17367
  },
17213
17368
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17214
17369
  "bytesInOutput": 1384
@@ -17220,7 +17375,7 @@
17220
17375
  "bytesInOutput": 8158
17221
17376
  },
17222
17377
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17223
- "bytesInOutput": 12108
17378
+ "bytesInOutput": 11425
17224
17379
  },
17225
17380
  "src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
17226
17381
  "bytesInOutput": 1881
@@ -17238,7 +17393,7 @@
17238
17393
  "bytesInOutput": 938
17239
17394
  },
17240
17395
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17241
- "bytesInOutput": 14120
17396
+ "bytesInOutput": 14249
17242
17397
  },
17243
17398
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17244
17399
  "bytesInOutput": 831
@@ -17277,7 +17432,7 @@
17277
17432
  "bytesInOutput": 2153
17278
17433
  },
17279
17434
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
17280
- "bytesInOutput": 1350
17435
+ "bytesInOutput": 1596
17281
17436
  },
17282
17437
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17283
17438
  "bytesInOutput": 1980
@@ -17298,7 +17453,7 @@
17298
17453
  "bytesInOutput": 2258
17299
17454
  },
17300
17455
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17301
- "bytesInOutput": 6544
17456
+ "bytesInOutput": 6561
17302
17457
  },
17303
17458
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17304
17459
  "bytesInOutput": 2181
@@ -17313,10 +17468,10 @@
17313
17468
  "bytesInOutput": 1729
17314
17469
  },
17315
17470
  "src/Prebuilt/components/Footer/Footer.tsx": {
17316
- "bytesInOutput": 4373
17471
+ "bytesInOutput": 4509
17317
17472
  },
17318
17473
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17319
- "bytesInOutput": 2811
17474
+ "bytesInOutput": 2825
17320
17475
  },
17321
17476
  "src/Prebuilt/components/Streaming/Common.jsx": {
17322
17477
  "bytesInOutput": 2759
@@ -17325,7 +17480,7 @@
17325
17480
  "bytesInOutput": 1170
17326
17481
  },
17327
17482
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17328
- "bytesInOutput": 9668
17483
+ "bytesInOutput": 9672
17329
17484
  },
17330
17485
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
17331
17486
  "bytesInOutput": 2802
@@ -17484,19 +17639,19 @@
17484
17639
  "bytesInOutput": 7807
17485
17640
  },
17486
17641
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
17487
- "bytesInOutput": 1569
17642
+ "bytesInOutput": 1562
17488
17643
  },
17489
17644
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
17490
17645
  "bytesInOutput": 1628
17491
17646
  },
17492
17647
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
17493
- "bytesInOutput": 4226
17648
+ "bytesInOutput": 4242
17494
17649
  },
17495
17650
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
17496
17651
  "bytesInOutput": 908
17497
17652
  },
17498
17653
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
17499
- "bytesInOutput": 8756
17654
+ "bytesInOutput": 9449
17500
17655
  },
17501
17656
  "src/Prebuilt/layouts/SidePane.tsx": {
17502
17657
  "bytesInOutput": 7946
@@ -17504,14 +17659,14 @@
17504
17659
  "src/Prebuilt/components/Chip.tsx": {
17505
17660
  "bytesInOutput": 1118
17506
17661
  },
17507
- "src/Prebuilt/components/FullPageProgress.jsx": {
17508
- "bytesInOutput": 880
17662
+ "src/Prebuilt/components/FullPageProgress.tsx": {
17663
+ "bytesInOutput": 902
17509
17664
  },
17510
17665
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
17511
17666
  "bytesInOutput": 3422
17512
17667
  },
17513
17668
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17514
- "bytesInOutput": 11795
17669
+ "bytesInOutput": 11956
17515
17670
  },
17516
17671
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17517
17672
  "bytesInOutput": 2807
@@ -17532,7 +17687,7 @@
17532
17687
  "bytesInOutput": 1620
17533
17688
  },
17534
17689
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17535
- "bytesInOutput": 4485
17690
+ "bytesInOutput": 4482
17536
17691
  },
17537
17692
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17538
17693
  "bytesInOutput": 2453
@@ -17604,7 +17759,7 @@
17604
17759
  "bytesInOutput": 5741
17605
17760
  },
17606
17761
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17607
- "bytesInOutput": 1025
17762
+ "bytesInOutput": 1027
17608
17763
  },
17609
17764
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17610
17765
  "bytesInOutput": 3714
@@ -17643,7 +17798,7 @@
17643
17798
  "bytesInOutput": 2182
17644
17799
  },
17645
17800
  "src/Prebuilt/components/Header/common.jsx": {
17646
- "bytesInOutput": 7375
17801
+ "bytesInOutput": 7389
17647
17802
  },
17648
17803
  "src/Prebuilt/components/Header/Header.tsx": {
17649
17804
  "bytesInOutput": 2332
@@ -17654,8 +17809,11 @@
17654
17809
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
17655
17810
  "bytesInOutput": 1024
17656
17811
  },
17812
+ "src/Prebuilt/plugins/CaptionsViewer.tsx": {
17813
+ "bytesInOutput": 6104
17814
+ },
17657
17815
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17658
- "bytesInOutput": 8920
17816
+ "bytesInOutput": 10300
17659
17817
  },
17660
17818
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17661
17819
  "bytesInOutput": 4366
@@ -17679,7 +17837,7 @@
17679
17837
  "bytesInOutput": 2925
17680
17838
  },
17681
17839
  "src/Prebuilt/components/MwebLandscapePrompt.tsx": {
17682
- "bytesInOutput": 3705
17840
+ "bytesInOutput": 3708
17683
17841
  },
17684
17842
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17685
17843
  "bytesInOutput": 1415
@@ -17688,7 +17846,7 @@
17688
17846
  "bytesInOutput": 1821
17689
17847
  },
17690
17848
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17691
- "bytesInOutput": 8711
17849
+ "bytesInOutput": 7703
17692
17850
  },
17693
17851
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17694
17852
  "bytesInOutput": 2394
@@ -17700,7 +17858,7 @@
17700
17858
  "bytesInOutput": 1964
17701
17859
  },
17702
17860
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
17703
- "bytesInOutput": 2146
17861
+ "bytesInOutput": 1873
17704
17862
  },
17705
17863
  "src/Prebuilt/images/android-perm-1.png": {
17706
17864
  "bytesInOutput": 10560
@@ -17724,7 +17882,7 @@
17724
17882
  "bytesInOutput": 2248
17725
17883
  },
17726
17884
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17727
- "bytesInOutput": 8889
17885
+ "bytesInOutput": 8886
17728
17886
  },
17729
17887
  "src/Prebuilt/components/Notifications/index.tsx": {
17730
17888
  "bytesInOutput": 173
@@ -17772,7 +17930,7 @@
17772
17930
  "bytesInOutput": 2980
17773
17931
  }
17774
17932
  },
17775
- "bytes": 1572837
17933
+ "bytes": 1583130
17776
17934
  }
17777
17935
  }
17778
17936
  }