@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
  },
@@ -13780,7 +13897,7 @@
13780
13897
  "dist/index.js": {
13781
13898
  "imports": [
13782
13899
  {
13783
- "path": "dist/chunk-NDLMRKFR.js",
13900
+ "path": "dist/chunk-SQPIZNW2.js",
13784
13901
  "kind": "import-statement"
13785
13902
  }
13786
13903
  ],
@@ -13853,16 +13970,16 @@
13853
13970
  "inputs": {},
13854
13971
  "bytes": 1822
13855
13972
  },
13856
- "dist/HLSView-CTZXD762.js.map": {
13973
+ "dist/HLSView-XZDT3RRC.js.map": {
13857
13974
  "imports": [],
13858
13975
  "exports": [],
13859
13976
  "inputs": {},
13860
13977
  "bytes": 100708
13861
13978
  },
13862
- "dist/HLSView-CTZXD762.js": {
13979
+ "dist/HLSView-XZDT3RRC.js": {
13863
13980
  "imports": [
13864
13981
  {
13865
- "path": "dist/chunk-NDLMRKFR.js",
13982
+ "path": "dist/chunk-SQPIZNW2.js",
13866
13983
  "kind": "import-statement"
13867
13984
  },
13868
13985
  {
@@ -14098,13 +14215,13 @@
14098
14215
  },
14099
14216
  "bytes": 61939
14100
14217
  },
14101
- "dist/chunk-NDLMRKFR.js.map": {
14218
+ "dist/chunk-SQPIZNW2.js.map": {
14102
14219
  "imports": [],
14103
14220
  "exports": [],
14104
14221
  "inputs": {},
14105
- "bytes": 3201090
14222
+ "bytes": 3218955
14106
14223
  },
14107
- "dist/chunk-NDLMRKFR.js": {
14224
+ "dist/chunk-SQPIZNW2.js": {
14108
14225
  "imports": [
14109
14226
  {
14110
14227
  "path": "react",
@@ -14521,6 +14638,11 @@
14521
14638
  "kind": "import-statement",
14522
14639
  "external": true
14523
14640
  },
14641
+ {
14642
+ "path": "react-use",
14643
+ "kind": "import-statement",
14644
+ "external": true
14645
+ },
14524
14646
  {
14525
14647
  "path": "uuid",
14526
14648
  "kind": "import-statement",
@@ -14656,6 +14778,21 @@
14656
14778
  "kind": "import-statement",
14657
14779
  "external": true
14658
14780
  },
14781
+ {
14782
+ "path": "@100mslive/react-sdk",
14783
+ "kind": "import-statement",
14784
+ "external": true
14785
+ },
14786
+ {
14787
+ "path": "@100mslive/react-icons",
14788
+ "kind": "import-statement",
14789
+ "external": true
14790
+ },
14791
+ {
14792
+ "path": "react",
14793
+ "kind": "import-statement",
14794
+ "external": true
14795
+ },
14659
14796
  {
14660
14797
  "path": "react-use",
14661
14798
  "kind": "import-statement",
@@ -16141,6 +16278,11 @@
16141
16278
  "kind": "import-statement",
16142
16279
  "external": true
16143
16280
  },
16281
+ {
16282
+ "path": "react-use",
16283
+ "kind": "import-statement",
16284
+ "external": true
16285
+ },
16144
16286
  {
16145
16287
  "path": "@100mslive/hms-virtual-background",
16146
16288
  "kind": "import-statement",
@@ -16487,7 +16629,7 @@
16487
16629
  "external": true
16488
16630
  },
16489
16631
  {
16490
- "path": "dist/HLSView-CTZXD762.js",
16632
+ "path": "dist/HLSView-XZDT3RRC.js",
16491
16633
  "kind": "dynamic-import"
16492
16634
  },
16493
16635
  {
@@ -16550,6 +16692,16 @@
16550
16692
  "kind": "import-statement",
16551
16693
  "external": true
16552
16694
  },
16695
+ {
16696
+ "path": "@100mslive/react-sdk",
16697
+ "kind": "import-statement",
16698
+ "external": true
16699
+ },
16700
+ {
16701
+ "path": "react",
16702
+ "kind": "import-statement",
16703
+ "external": true
16704
+ },
16553
16705
  {
16554
16706
  "path": "@100mslive/react-icons",
16555
16707
  "kind": "import-statement",
@@ -16968,25 +17120,25 @@
16968
17120
  ],
16969
17121
  "inputs": {
16970
17122
  "<define:process.env>": {
16971
- "bytesInOutput": 18306
17123
+ "bytesInOutput": 18290
16972
17124
  },
16973
17125
  "../../node_modules/lodash/lodash.js": {
16974
17126
  "bytesInOutput": 224310
16975
17127
  },
16976
17128
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
16977
- "bytesInOutput": 42491
17129
+ "bytesInOutput": 42482
16978
17130
  },
16979
17131
  "../../node_modules/lodash.isequal/index.js": {
16980
17132
  "bytesInOutput": 26591
16981
17133
  },
16982
17134
  "../../node_modules/sdp/sdp.js": {
16983
- "bytesInOutput": 22292
17135
+ "bytesInOutput": 22275
16984
17136
  },
16985
17137
  "../../node_modules/sdp-transform/lib/grammar.js": {
16986
17138
  "bytesInOutput": 16120
16987
17139
  },
16988
17140
  "../../node_modules/sdp-transform/lib/parser.js": {
16989
- "bytesInOutput": 3492
17141
+ "bytesInOutput": 3488
16990
17142
  },
16991
17143
  "../../node_modules/sdp-transform/lib/writer.js": {
16992
17144
  "bytesInOutput": 3068
@@ -17016,7 +17168,7 @@
17016
17168
  "bytesInOutput": 5061
17017
17169
  },
17018
17170
  "src/Prebuilt/common/constants.ts": {
17019
- "bytesInOutput": 3549
17171
+ "bytesInOutput": 3607
17020
17172
  },
17021
17173
  "src/Theme/ThemeProvider.tsx": {
17022
17174
  "bytesInOutput": 1926
@@ -17223,7 +17375,7 @@
17223
17375
  "bytesInOutput": 7828
17224
17376
  },
17225
17377
  "src/Prebuilt/components/AppData/AppData.tsx": {
17226
- "bytesInOutput": 5475
17378
+ "bytesInOutput": 5539
17227
17379
  },
17228
17380
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
17229
17381
  "bytesInOutput": 2705
@@ -17232,7 +17384,7 @@
17232
17384
  "bytesInOutput": 973
17233
17385
  },
17234
17386
  "src/Prebuilt/components/AppData/useUISettings.js": {
17235
- "bytesInOutput": 5280
17387
+ "bytesInOutput": 5558
17236
17388
  },
17237
17389
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
17238
17390
  "bytesInOutput": 748
@@ -17253,7 +17405,7 @@
17253
17405
  "bytesInOutput": 1486
17254
17406
  },
17255
17407
  "src/Prebuilt/common/utils.js": {
17256
- "bytesInOutput": 3208
17408
+ "bytesInOutput": 3211
17257
17409
  },
17258
17410
  "src/Prebuilt/components/AppData/useSidepane.js": {
17259
17411
  "bytesInOutput": 2499
@@ -17268,10 +17420,10 @@
17268
17420
  "bytesInOutput": 4698
17269
17421
  },
17270
17422
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17271
- "bytesInOutput": 7205
17423
+ "bytesInOutput": 8351
17272
17424
  },
17273
17425
  "src/Prebuilt/components/Footer/Footer.tsx": {
17274
- "bytesInOutput": 3209
17426
+ "bytesInOutput": 3306
17275
17427
  },
17276
17428
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
17277
17429
  "bytesInOutput": 10284
@@ -17309,6 +17461,9 @@
17309
17461
  "src/Prebuilt/components/Toast/ToastManager.js": {
17310
17462
  "bytesInOutput": 1028
17311
17463
  },
17464
+ "src/Prebuilt/components/CaptionIcon.tsx": {
17465
+ "bytesInOutput": 915
17466
+ },
17312
17467
  "src/Prebuilt/components/EmojiReaction.jsx": {
17313
17468
  "bytesInOutput": 2580
17314
17469
  },
@@ -17319,7 +17474,7 @@
17319
17474
  "bytesInOutput": 606
17320
17475
  },
17321
17476
  "src/Prebuilt/common/hooks.ts": {
17322
- "bytesInOutput": 4136
17477
+ "bytesInOutput": 5956
17323
17478
  },
17324
17479
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
17325
17480
  "bytesInOutput": 2454
@@ -17352,7 +17507,7 @@
17352
17507
  "bytesInOutput": 178
17353
17508
  },
17354
17509
  "src/Prebuilt/components/PIP/PIPComponent.jsx": {
17355
- "bytesInOutput": 2357
17510
+ "bytesInOutput": 2359
17356
17511
  },
17357
17512
  "src/Prebuilt/components/PIP/PIPManager.js": {
17358
17513
  "bytesInOutput": 9164
@@ -17367,7 +17522,7 @@
17367
17522
  "bytesInOutput": 6098
17368
17523
  },
17369
17524
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
17370
- "bytesInOutput": 4547
17525
+ "bytesInOutput": 3629
17371
17526
  },
17372
17527
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
17373
17528
  "bytesInOutput": 2942
@@ -17376,7 +17531,7 @@
17376
17531
  "bytesInOutput": 7700
17377
17532
  },
17378
17533
  "src/Prebuilt/components/StatsForNerds.jsx": {
17379
- "bytesInOutput": 9842
17534
+ "bytesInOutput": 9845
17380
17535
  },
17381
17536
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
17382
17537
  "bytesInOutput": 5008
@@ -17400,16 +17555,16 @@
17400
17555
  "bytesInOutput": 1826
17401
17556
  },
17402
17557
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17403
- "bytesInOutput": 11560
17558
+ "bytesInOutput": 11746
17404
17559
  },
17405
17560
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17406
- "bytesInOutput": 10031
17561
+ "bytesInOutput": 9480
17407
17562
  },
17408
17563
  "../hms-video-store/dist/index.js": {
17409
- "bytesInOutput": 49010
17564
+ "bytesInOutput": 49345
17410
17565
  },
17411
17566
  "../../node_modules/reselect/es/index.js": {
17412
- "bytesInOutput": 2537
17567
+ "bytesInOutput": 2539
17413
17568
  },
17414
17569
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
17415
17570
  "bytesInOutput": 118
@@ -17421,10 +17576,10 @@
17421
17576
  "bytesInOutput": 6313
17422
17577
  },
17423
17578
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
17424
- "bytesInOutput": 22693
17579
+ "bytesInOutput": 22682
17425
17580
  },
17426
17581
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17427
- "bytesInOutput": 6102
17582
+ "bytesInOutput": 6082
17428
17583
  },
17429
17584
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17430
17585
  "bytesInOutput": 1256
@@ -17433,16 +17588,16 @@
17433
17588
  "bytesInOutput": 9143
17434
17589
  },
17435
17590
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17436
- "bytesInOutput": 2122
17591
+ "bytesInOutput": 2125
17437
17592
  },
17438
17593
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17439
17594
  "bytesInOutput": 842
17440
17595
  },
17441
17596
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
17442
- "bytesInOutput": 11875
17597
+ "bytesInOutput": 11868
17443
17598
  },
17444
17599
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17445
- "bytesInOutput": 12470
17600
+ "bytesInOutput": 12460
17446
17601
  },
17447
17602
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
17448
17603
  "bytesInOutput": 6823
@@ -17502,7 +17657,7 @@
17502
17657
  "bytesInOutput": 823
17503
17658
  },
17504
17659
  "src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
17505
- "bytesInOutput": 985
17660
+ "bytesInOutput": 1179
17506
17661
  },
17507
17662
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17508
17663
  "bytesInOutput": 1445
@@ -17520,7 +17675,7 @@
17520
17675
  "bytesInOutput": 1290
17521
17676
  },
17522
17677
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17523
- "bytesInOutput": 5214
17678
+ "bytesInOutput": 5231
17524
17679
  },
17525
17680
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17526
17681
  "bytesInOutput": 7326
@@ -17544,7 +17699,7 @@
17544
17699
  "bytesInOutput": 3077
17545
17700
  },
17546
17701
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17547
- "bytesInOutput": 9625
17702
+ "bytesInOutput": 9772
17548
17703
  },
17549
17704
  "src/Prebuilt/layouts/SidePane.tsx": {
17550
17705
  "bytesInOutput": 6436
@@ -17553,7 +17708,7 @@
17553
17708
  "bytesInOutput": 735
17554
17709
  },
17555
17710
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17556
- "bytesInOutput": 7995
17711
+ "bytesInOutput": 7999
17557
17712
  },
17558
17713
  "src/Prebuilt/components/Streaming/Common.jsx": {
17559
17714
  "bytesInOutput": 2247
@@ -17610,7 +17765,7 @@
17610
17765
  "bytesInOutput": 1874
17611
17766
  },
17612
17767
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
17613
- "bytesInOutput": 3356
17768
+ "bytesInOutput": 3372
17614
17769
  },
17615
17770
  "src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
17616
17771
  "bytesInOutput": 1221
@@ -17715,16 +17870,16 @@
17715
17870
  "bytesInOutput": 1050
17716
17871
  },
17717
17872
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
17718
- "bytesInOutput": 7244
17873
+ "bytesInOutput": 7825
17719
17874
  },
17720
17875
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
17721
17876
  "bytesInOutput": 1157
17722
17877
  },
17723
17878
  "src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
17724
- "bytesInOutput": 1161
17879
+ "bytesInOutput": 1154
17725
17880
  },
17726
17881
  "src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
17727
- "bytesInOutput": 3427
17882
+ "bytesInOutput": 3443
17728
17883
  },
17729
17884
  "src/Prebuilt/components/VirtualBackground/constants.ts": {
17730
17885
  "bytesInOutput": 714
@@ -17732,8 +17887,8 @@
17732
17887
  "src/Prebuilt/components/Chip.tsx": {
17733
17888
  "bytesInOutput": 778
17734
17889
  },
17735
- "src/Prebuilt/components/FullPageProgress.jsx": {
17736
- "bytesInOutput": 574
17890
+ "src/Prebuilt/components/FullPageProgress.tsx": {
17891
+ "bytesInOutput": 580
17737
17892
  },
17738
17893
  "src/Prebuilt/components/Preview/PreviewForm.tsx": {
17739
17894
  "bytesInOutput": 2721
@@ -17763,7 +17918,7 @@
17763
17918
  "bytesInOutput": 1204
17764
17919
  },
17765
17920
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17766
- "bytesInOutput": 3834
17921
+ "bytesInOutput": 3831
17767
17922
  },
17768
17923
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
17769
17924
  "bytesInOutput": 2183
@@ -17796,7 +17951,7 @@
17796
17951
  "bytesInOutput": 3099
17797
17952
  },
17798
17953
  "src/Prebuilt/layouts/EmbedView.jsx": {
17799
- "bytesInOutput": 2785
17954
+ "bytesInOutput": 2787
17800
17955
  },
17801
17956
  "src/Prebuilt/layouts/PDFView.jsx": {
17802
17957
  "bytesInOutput": 1457
@@ -17822,6 +17977,9 @@
17822
17977
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
17823
17978
  "bytesInOutput": 754
17824
17979
  },
17980
+ "src/Prebuilt/plugins/CaptionsViewer.tsx": {
17981
+ "bytesInOutput": 5070
17982
+ },
17825
17983
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17826
17984
  "bytesInOutput": 3509
17827
17985
  },
@@ -17850,7 +18008,7 @@
17850
18008
  "bytesInOutput": 27
17851
18009
  },
17852
18010
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17853
- "bytesInOutput": 7974
18011
+ "bytesInOutput": 7971
17854
18012
  },
17855
18013
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17856
18014
  "bytesInOutput": 1053
@@ -17865,13 +18023,13 @@
17865
18023
  "bytesInOutput": 1983
17866
18024
  },
17867
18025
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17868
- "bytesInOutput": 7229
18026
+ "bytesInOutput": 6413
17869
18027
  },
17870
18028
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
17871
18029
  "bytesInOutput": 1596
17872
18030
  },
17873
18031
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
17874
- "bytesInOutput": 1627
18032
+ "bytesInOutput": 1428
17875
18033
  },
17876
18034
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
17877
18035
  "bytesInOutput": 4534
@@ -17928,7 +18086,7 @@
17928
18086
  "bytesInOutput": 651
17929
18087
  }
17930
18088
  },
17931
- "bytes": 1310527
18089
+ "bytes": 1318999
17932
18090
  }
17933
18091
  }
17934
18092
  }