@100mslive/roomkit-react 0.3.17-alpha.0 → 0.3.17-alpha.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-2B7JRVYF.css → HLSView-2TQQHGUX.css} +3 -3
- package/dist/{HLSView-2B7JRVYF.css.map → HLSView-2TQQHGUX.css.map} +1 -1
- package/dist/{HLSView-WZULAPSG.js → HLSView-NMG7P72A.js} +2 -2
- package/dist/Prebuilt/components/MoreSettings/constants.d.ts +4 -0
- package/dist/{chunk-5GS4O2BK.js → chunk-GCTIXYTC.js} +579 -578
- package/dist/chunk-GCTIXYTC.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +552 -554
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +83 -77
- package/dist/meta.esbuild.json +95 -89
- package/package.json +8 -8
- package/src/Prebuilt/components/AppData/AppData.tsx +8 -1
- package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -18
- package/src/Prebuilt/components/MoreSettings/constants.ts +2 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +10 -13
- package/src/Prebuilt/components/ScreenShareToggle.jsx +12 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +1 -4
- package/dist/Prebuilt/components/VirtualBackground/constants.d.ts +0 -1
- package/dist/chunk-5GS4O2BK.js.map +0 -7
- package/src/Prebuilt/components/VirtualBackground/constants.ts +0 -14
- /package/dist/{HLSView-WZULAPSG.js.map → HLSView-NMG7P72A.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -2281,19 +2281,40 @@
|
|
2281
2281
|
],
|
2282
2282
|
"format": "esm"
|
2283
2283
|
},
|
2284
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
2285
|
+
"bytes": 493,
|
2286
|
+
"imports": [
|
2287
|
+
{
|
2288
|
+
"path": "<define:process.env>",
|
2289
|
+
"kind": "import-statement",
|
2290
|
+
"external": true
|
2291
|
+
}
|
2292
|
+
],
|
2293
|
+
"format": "esm"
|
2294
|
+
},
|
2284
2295
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2285
|
-
"bytes":
|
2296
|
+
"bytes": 6711,
|
2286
2297
|
"imports": [
|
2287
2298
|
{
|
2288
2299
|
"path": "react",
|
2289
2300
|
"kind": "import-statement",
|
2290
2301
|
"external": true
|
2291
2302
|
},
|
2303
|
+
{
|
2304
|
+
"path": "react-use",
|
2305
|
+
"kind": "import-statement",
|
2306
|
+
"external": true
|
2307
|
+
},
|
2292
2308
|
{
|
2293
2309
|
"path": "@100mslive/react-sdk",
|
2294
2310
|
"kind": "import-statement",
|
2295
2311
|
"external": true
|
2296
2312
|
},
|
2313
|
+
{
|
2314
|
+
"path": "src/Theme/index.tsx",
|
2315
|
+
"kind": "import-statement",
|
2316
|
+
"original": "../../../Theme"
|
2317
|
+
},
|
2297
2318
|
{
|
2298
2319
|
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
2299
2320
|
"kind": "import-statement",
|
@@ -2324,6 +2345,11 @@
|
|
2324
2345
|
"kind": "import-statement",
|
2325
2346
|
"original": "../../common/constants"
|
2326
2347
|
},
|
2348
|
+
{
|
2349
|
+
"path": "src/Prebuilt/components/MoreSettings/constants.ts",
|
2350
|
+
"kind": "import-statement",
|
2351
|
+
"original": "../MoreSettings/constants"
|
2352
|
+
},
|
2327
2353
|
{
|
2328
2354
|
"path": "<define:process.env>",
|
2329
2355
|
"kind": "import-statement",
|
@@ -2891,7 +2917,7 @@
|
|
2891
2917
|
"format": "esm"
|
2892
2918
|
},
|
2893
2919
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
2894
|
-
"bytes":
|
2920
|
+
"bytes": 13759,
|
2895
2921
|
"imports": [
|
2896
2922
|
{
|
2897
2923
|
"path": "react",
|
@@ -4885,17 +4911,6 @@
|
|
4885
4911
|
],
|
4886
4912
|
"format": "esm"
|
4887
4913
|
},
|
4888
|
-
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
4889
|
-
"bytes": 430,
|
4890
|
-
"imports": [
|
4891
|
-
{
|
4892
|
-
"path": "<define:process.env>",
|
4893
|
-
"kind": "import-statement",
|
4894
|
-
"external": true
|
4895
|
-
}
|
4896
|
-
],
|
4897
|
-
"format": "esm"
|
4898
|
-
},
|
4899
4914
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
4900
4915
|
"bytes": 2900,
|
4901
4916
|
"imports": [
|
@@ -5601,7 +5616,7 @@
|
|
5601
5616
|
"format": "cjs"
|
5602
5617
|
},
|
5603
5618
|
"../hms-video-store/dist/index.js": {
|
5604
|
-
"bytes":
|
5619
|
+
"bytes": 361757,
|
5605
5620
|
"imports": [
|
5606
5621
|
{
|
5607
5622
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5614,9 +5629,9 @@
|
|
5614
5629
|
"original": "ua-parser-js"
|
5615
5630
|
},
|
5616
5631
|
{
|
5617
|
-
"path": "
|
5632
|
+
"path": "uuid",
|
5618
5633
|
"kind": "import-statement",
|
5619
|
-
"
|
5634
|
+
"external": true
|
5620
5635
|
},
|
5621
5636
|
{
|
5622
5637
|
"path": "uuid",
|
@@ -5624,9 +5639,9 @@
|
|
5624
5639
|
"external": true
|
5625
5640
|
},
|
5626
5641
|
{
|
5627
|
-
"path": "
|
5642
|
+
"path": "../../node_modules/lodash.isequal/index.js",
|
5628
5643
|
"kind": "import-statement",
|
5629
|
-
"
|
5644
|
+
"original": "lodash.isequal"
|
5630
5645
|
},
|
5631
5646
|
{
|
5632
5647
|
"path": "../../node_modules/webrtc-adapter/src/js/adapter_core.js",
|
@@ -6547,7 +6562,7 @@
|
|
6547
6562
|
"format": "esm"
|
6548
6563
|
},
|
6549
6564
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
6550
|
-
"bytes":
|
6565
|
+
"bytes": 1909,
|
6551
6566
|
"imports": [
|
6552
6567
|
{
|
6553
6568
|
"path": "react",
|
@@ -6569,6 +6584,11 @@
|
|
6569
6584
|
"kind": "import-statement",
|
6570
6585
|
"original": "./pdfAnnotator/shareScreenOptions"
|
6571
6586
|
},
|
6587
|
+
{
|
6588
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6589
|
+
"kind": "import-statement",
|
6590
|
+
"original": "./Toast/ToastManager"
|
6591
|
+
},
|
6572
6592
|
{
|
6573
6593
|
"path": "src/Layout/index.tsx",
|
6574
6594
|
"kind": "import-statement",
|
@@ -9888,19 +9908,8 @@
|
|
9888
9908
|
],
|
9889
9909
|
"format": "esm"
|
9890
9910
|
},
|
9891
|
-
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
9892
|
-
"bytes": 696,
|
9893
|
-
"imports": [
|
9894
|
-
{
|
9895
|
-
"path": "<define:process.env>",
|
9896
|
-
"kind": "import-statement",
|
9897
|
-
"external": true
|
9898
|
-
}
|
9899
|
-
],
|
9900
|
-
"format": "esm"
|
9901
|
-
},
|
9902
9911
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9903
|
-
"bytes":
|
9912
|
+
"bytes": 7931,
|
9904
9913
|
"imports": [
|
9905
9914
|
{
|
9906
9915
|
"path": "react",
|
@@ -9977,11 +9986,6 @@
|
|
9977
9986
|
"kind": "import-statement",
|
9978
9987
|
"original": "../../common/constants"
|
9979
9988
|
},
|
9980
|
-
{
|
9981
|
-
"path": "src/Prebuilt/components/VirtualBackground/constants.ts",
|
9982
|
-
"kind": "import-statement",
|
9983
|
-
"original": "./constants"
|
9984
|
-
},
|
9985
9989
|
{
|
9986
9990
|
"path": "<define:process.env>",
|
9987
9991
|
"kind": "import-statement",
|
@@ -10235,7 +10239,7 @@
|
|
10235
10239
|
"format": "esm"
|
10236
10240
|
},
|
10237
10241
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
10238
|
-
"bytes":
|
10242
|
+
"bytes": 10002,
|
10239
10243
|
"imports": [
|
10240
10244
|
{
|
10241
10245
|
"path": "react",
|
@@ -11227,7 +11231,7 @@
|
|
11227
11231
|
],
|
11228
11232
|
"format": "esm"
|
11229
11233
|
},
|
11230
|
-
"../../../../../../../tmp/tmp-
|
11234
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092dd2/tldraw.css": {
|
11231
11235
|
"bytes": 80111,
|
11232
11236
|
"imports": [
|
11233
11237
|
{
|
@@ -11277,7 +11281,7 @@
|
|
11277
11281
|
}
|
11278
11282
|
]
|
11279
11283
|
},
|
11280
|
-
"../../../../../../../tmp/tmp-
|
11284
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092780/index.css": {
|
11281
11285
|
"bytes": 597,
|
11282
11286
|
"imports": [
|
11283
11287
|
{
|
@@ -11286,7 +11290,7 @@
|
|
11286
11290
|
"external": true
|
11287
11291
|
},
|
11288
11292
|
{
|
11289
|
-
"path": "../../../../../../../tmp/tmp-
|
11293
|
+
"path": "../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092dd2/tldraw.css",
|
11290
11294
|
"kind": "import-rule",
|
11291
11295
|
"original": "@tldraw/tldraw/tldraw.css"
|
11292
11296
|
}
|
@@ -11361,7 +11365,7 @@
|
|
11361
11365
|
"original": "../../common/constants"
|
11362
11366
|
},
|
11363
11367
|
{
|
11364
|
-
"path": "../../../../../../../tmp/tmp-
|
11368
|
+
"path": "../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092780/index.css",
|
11365
11369
|
"kind": "import-statement",
|
11366
11370
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11367
11371
|
},
|
@@ -15248,7 +15252,7 @@
|
|
15248
15252
|
"dist/index.js": {
|
15249
15253
|
"imports": [
|
15250
15254
|
{
|
15251
|
-
"path": "dist/chunk-
|
15255
|
+
"path": "dist/chunk-GCTIXYTC.js",
|
15252
15256
|
"kind": "import-statement"
|
15253
15257
|
}
|
15254
15258
|
],
|
@@ -15324,16 +15328,16 @@
|
|
15324
15328
|
"inputs": {},
|
15325
15329
|
"bytes": 1882
|
15326
15330
|
},
|
15327
|
-
"dist/HLSView-
|
15331
|
+
"dist/HLSView-NMG7P72A.js.map": {
|
15328
15332
|
"imports": [],
|
15329
15333
|
"exports": [],
|
15330
15334
|
"inputs": {},
|
15331
15335
|
"bytes": 100275
|
15332
15336
|
},
|
15333
|
-
"dist/HLSView-
|
15337
|
+
"dist/HLSView-NMG7P72A.js": {
|
15334
15338
|
"imports": [
|
15335
15339
|
{
|
15336
|
-
"path": "dist/chunk-
|
15340
|
+
"path": "dist/chunk-GCTIXYTC.js",
|
15337
15341
|
"kind": "import-statement"
|
15338
15342
|
},
|
15339
15343
|
{
|
@@ -15511,7 +15515,7 @@
|
|
15511
15515
|
"default"
|
15512
15516
|
],
|
15513
15517
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15514
|
-
"cssBundle": "dist/HLSView-
|
15518
|
+
"cssBundle": "dist/HLSView-2TQQHGUX.css",
|
15515
15519
|
"inputs": {
|
15516
15520
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15517
15521
|
"bytesInOutput": 27671
|
@@ -15570,13 +15574,13 @@
|
|
15570
15574
|
},
|
15571
15575
|
"bytes": 61702
|
15572
15576
|
},
|
15573
|
-
"dist/chunk-
|
15577
|
+
"dist/chunk-GCTIXYTC.js.map": {
|
15574
15578
|
"imports": [],
|
15575
15579
|
"exports": [],
|
15576
15580
|
"inputs": {},
|
15577
|
-
"bytes":
|
15581
|
+
"bytes": 3487531
|
15578
15582
|
},
|
15579
|
-
"dist/chunk-
|
15583
|
+
"dist/chunk-GCTIXYTC.js": {
|
15580
15584
|
"imports": [
|
15581
15585
|
{
|
15582
15586
|
"path": "react",
|
@@ -15888,6 +15892,11 @@
|
|
15888
15892
|
"kind": "import-statement",
|
15889
15893
|
"external": true
|
15890
15894
|
},
|
15895
|
+
{
|
15896
|
+
"path": "react-use",
|
15897
|
+
"kind": "import-statement",
|
15898
|
+
"external": true
|
15899
|
+
},
|
15891
15900
|
{
|
15892
15901
|
"path": "@100mslive/react-sdk",
|
15893
15902
|
"kind": "import-statement",
|
@@ -18099,7 +18108,7 @@
|
|
18099
18108
|
"external": true
|
18100
18109
|
},
|
18101
18110
|
{
|
18102
|
-
"path": "dist/HLSView-
|
18111
|
+
"path": "dist/HLSView-NMG7P72A.js",
|
18103
18112
|
"kind": "dynamic-import"
|
18104
18113
|
},
|
18105
18114
|
{
|
@@ -18698,13 +18707,13 @@
|
|
18698
18707
|
],
|
18699
18708
|
"inputs": {
|
18700
18709
|
"<define:process.env>": {
|
18701
|
-
"bytesInOutput":
|
18710
|
+
"bytesInOutput": 17991
|
18702
18711
|
},
|
18703
18712
|
"../../node_modules/lodash/lodash.js": {
|
18704
18713
|
"bytesInOutput": 224289
|
18705
18714
|
},
|
18706
18715
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
18707
|
-
"bytesInOutput":
|
18716
|
+
"bytesInOutput": 42491
|
18708
18717
|
},
|
18709
18718
|
"../../node_modules/lodash.isequal/index.js": {
|
18710
18719
|
"bytesInOutput": 26591
|
@@ -18716,7 +18725,7 @@
|
|
18716
18725
|
"bytesInOutput": 16120
|
18717
18726
|
},
|
18718
18727
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
18719
|
-
"bytesInOutput":
|
18728
|
+
"bytesInOutput": 3495
|
18720
18729
|
},
|
18721
18730
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
18722
18731
|
"bytesInOutput": 3068
|
@@ -18725,7 +18734,7 @@
|
|
18725
18734
|
"bytesInOutput": 615
|
18726
18735
|
},
|
18727
18736
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
18728
|
-
"bytesInOutput":
|
18737
|
+
"bytesInOutput": 3851
|
18729
18738
|
},
|
18730
18739
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
18731
18740
|
"bytesInOutput": 7632
|
@@ -18908,7 +18917,7 @@
|
|
18908
18917
|
"bytesInOutput": 27
|
18909
18918
|
},
|
18910
18919
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
18911
|
-
"bytesInOutput":
|
18920
|
+
"bytesInOutput": 755
|
18912
18921
|
},
|
18913
18922
|
"src/AudioLevel/AudioLevel.tsx": {
|
18914
18923
|
"bytesInOutput": 2195
|
@@ -18926,7 +18935,7 @@
|
|
18926
18935
|
"bytesInOutput": 8580
|
18927
18936
|
},
|
18928
18937
|
"src/Stats/formatBytes.ts": {
|
18929
|
-
"bytesInOutput":
|
18938
|
+
"bytesInOutput": 470
|
18930
18939
|
},
|
18931
18940
|
"src/Stats/StyledStats.tsx": {
|
18932
18941
|
"bytesInOutput": 708
|
@@ -18986,7 +18995,7 @@
|
|
18986
18995
|
"bytesInOutput": 7926
|
18987
18996
|
},
|
18988
18997
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
18989
|
-
"bytesInOutput":
|
18998
|
+
"bytesInOutput": 6417
|
18990
18999
|
},
|
18991
19000
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
18992
19001
|
"bytesInOutput": 2705
|
@@ -19021,6 +19030,9 @@
|
|
19021
19030
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
19022
19031
|
"bytesInOutput": 2499
|
19023
19032
|
},
|
19033
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19034
|
+
"bytesInOutput": 490
|
19035
|
+
},
|
19024
19036
|
"src/Prebuilt/components/AuthToken.jsx": {
|
19025
19037
|
"bytesInOutput": 3650
|
19026
19038
|
},
|
@@ -19031,13 +19043,13 @@
|
|
19031
19043
|
"bytesInOutput": 4698
|
19032
19044
|
},
|
19033
19045
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19034
|
-
"bytesInOutput":
|
19046
|
+
"bytesInOutput": 7400
|
19035
19047
|
},
|
19036
19048
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
19037
19049
|
"bytesInOutput": 3306
|
19038
19050
|
},
|
19039
19051
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
19040
|
-
"bytesInOutput":
|
19052
|
+
"bytesInOutput": 14235
|
19041
19053
|
},
|
19042
19054
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
19043
19055
|
"bytesInOutput": 3293
|
@@ -19058,7 +19070,7 @@
|
|
19058
19070
|
"bytesInOutput": 2859
|
19059
19071
|
},
|
19060
19072
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
19061
|
-
"bytesInOutput":
|
19073
|
+
"bytesInOutput": 6568
|
19062
19074
|
},
|
19063
19075
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
19064
19076
|
"bytesInOutput": 1308
|
@@ -19121,7 +19133,7 @@
|
|
19121
19133
|
"bytesInOutput": 178
|
19122
19134
|
},
|
19123
19135
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
19124
|
-
"bytesInOutput":
|
19136
|
+
"bytesInOutput": 2681
|
19125
19137
|
},
|
19126
19138
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19127
19139
|
"bytesInOutput": 9818
|
@@ -19133,7 +19145,7 @@
|
|
19133
19145
|
"bytesInOutput": 2509
|
19134
19146
|
},
|
19135
19147
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
19136
|
-
"bytesInOutput":
|
19148
|
+
"bytesInOutput": 9621
|
19137
19149
|
},
|
19138
19150
|
"src/TextArea/index.tsx": {
|
19139
19151
|
"bytesInOutput": 27
|
@@ -19187,13 +19199,13 @@
|
|
19187
19199
|
"bytesInOutput": 7700
|
19188
19200
|
},
|
19189
19201
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
19190
|
-
"bytesInOutput":
|
19202
|
+
"bytesInOutput": 9408
|
19191
19203
|
},
|
19192
19204
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
19193
19205
|
"bytesInOutput": 5008
|
19194
19206
|
},
|
19195
19207
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
19196
|
-
"bytesInOutput":
|
19208
|
+
"bytesInOutput": 1017
|
19197
19209
|
},
|
19198
19210
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
19199
19211
|
"bytesInOutput": 5092
|
@@ -19210,9 +19222,6 @@
|
|
19210
19222
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
19211
19223
|
"bytesInOutput": 2579
|
19212
19224
|
},
|
19213
|
-
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19214
|
-
"bytesInOutput": 437
|
19215
|
-
},
|
19216
19225
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
19217
19226
|
"bytesInOutput": 1898
|
19218
19227
|
},
|
@@ -19232,7 +19241,7 @@
|
|
19232
19241
|
"bytesInOutput": 9486
|
19233
19242
|
},
|
19234
19243
|
"../hms-video-store/dist/index.js": {
|
19235
|
-
"bytesInOutput":
|
19244
|
+
"bytesInOutput": 50264
|
19236
19245
|
},
|
19237
19246
|
"../../node_modules/reselect/es/index.js": {
|
19238
19247
|
"bytesInOutput": 2539
|
@@ -19247,10 +19256,10 @@
|
|
19247
19256
|
"bytesInOutput": 6313
|
19248
19257
|
},
|
19249
19258
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
19250
|
-
"bytesInOutput":
|
19259
|
+
"bytesInOutput": 22678
|
19251
19260
|
},
|
19252
19261
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
19253
|
-
"bytesInOutput":
|
19262
|
+
"bytesInOutput": 6078
|
19254
19263
|
},
|
19255
19264
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
19256
19265
|
"bytesInOutput": 1256
|
@@ -19268,7 +19277,7 @@
|
|
19268
19277
|
"bytesInOutput": 11868
|
19269
19278
|
},
|
19270
19279
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
19271
|
-
"bytesInOutput":
|
19280
|
+
"bytesInOutput": 12458
|
19272
19281
|
},
|
19273
19282
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
19274
19283
|
"bytesInOutput": 4461
|
@@ -19283,7 +19292,7 @@
|
|
19283
19292
|
"bytesInOutput": 3302
|
19284
19293
|
},
|
19285
19294
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
19286
|
-
"bytesInOutput":
|
19295
|
+
"bytesInOutput": 846
|
19287
19296
|
},
|
19288
19297
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
19289
19298
|
"bytesInOutput": 658
|
@@ -19292,7 +19301,7 @@
|
|
19292
19301
|
"bytesInOutput": 905
|
19293
19302
|
},
|
19294
19303
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
19295
|
-
"bytesInOutput":
|
19304
|
+
"bytesInOutput": 1750
|
19296
19305
|
},
|
19297
19306
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
19298
19307
|
"bytesInOutput": 7124
|
@@ -19367,10 +19376,10 @@
|
|
19367
19376
|
"bytesInOutput": 3077
|
19368
19377
|
},
|
19369
19378
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19370
|
-
"bytesInOutput":
|
19379
|
+
"bytesInOutput": 9964
|
19371
19380
|
},
|
19372
19381
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19373
|
-
"bytesInOutput":
|
19382
|
+
"bytesInOutput": 6436
|
19374
19383
|
},
|
19375
19384
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
19376
19385
|
"bytesInOutput": 735
|
@@ -19463,7 +19472,7 @@
|
|
19463
19472
|
"bytesInOutput": 5646
|
19464
19473
|
},
|
19465
19474
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19466
|
-
"bytesInOutput":
|
19475
|
+
"bytesInOutput": 10879
|
19467
19476
|
},
|
19468
19477
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
19469
19478
|
"bytesInOutput": 5318
|
@@ -19514,7 +19523,7 @@
|
|
19514
19523
|
"bytesInOutput": 1050
|
19515
19524
|
},
|
19516
19525
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19517
|
-
"bytesInOutput":
|
19526
|
+
"bytesInOutput": 7862
|
19518
19527
|
},
|
19519
19528
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19520
19529
|
"bytesInOutput": 1157
|
@@ -19525,9 +19534,6 @@
|
|
19525
19534
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
19526
19535
|
"bytesInOutput": 3443
|
19527
19536
|
},
|
19528
|
-
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
19529
|
-
"bytesInOutput": 714
|
19530
|
-
},
|
19531
19537
|
"src/Prebuilt/components/Chip.tsx": {
|
19532
19538
|
"bytesInOutput": 778
|
19533
19539
|
},
|
@@ -19594,7 +19600,7 @@
|
|
19594
19600
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19595
19601
|
"bytesInOutput": 2830
|
19596
19602
|
},
|
19597
|
-
"../../../../../../../tmp/tmp-
|
19603
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092780/index.css": {
|
19598
19604
|
"bytesInOutput": 0
|
19599
19605
|
},
|
19600
19606
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -19655,7 +19661,7 @@
|
|
19655
19661
|
"bytesInOutput": 27
|
19656
19662
|
},
|
19657
19663
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19658
|
-
"bytesInOutput":
|
19664
|
+
"bytesInOutput": 8176
|
19659
19665
|
},
|
19660
19666
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
19661
19667
|
"bytesInOutput": 1053
|
@@ -19760,7 +19766,7 @@
|
|
19760
19766
|
"bytesInOutput": 2632
|
19761
19767
|
}
|
19762
19768
|
},
|
19763
|
-
"bytes":
|
19769
|
+
"bytes": 1446300
|
19764
19770
|
},
|
19765
19771
|
"dist/index.css.map": {
|
19766
19772
|
"imports": [],
|
@@ -19822,22 +19828,22 @@
|
|
19822
19828
|
}
|
19823
19829
|
],
|
19824
19830
|
"inputs": {
|
19825
|
-
"../../../../../../../tmp/tmp-
|
19831
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092dd2/tldraw.css": {
|
19826
19832
|
"bytesInOutput": 75223
|
19827
19833
|
},
|
19828
|
-
"../../../../../../../tmp/tmp-
|
19834
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092780/index.css": {
|
19829
19835
|
"bytesInOutput": 401
|
19830
19836
|
}
|
19831
19837
|
},
|
19832
19838
|
"bytes": 75901
|
19833
19839
|
},
|
19834
|
-
"dist/HLSView-
|
19840
|
+
"dist/HLSView-2TQQHGUX.css.map": {
|
19835
19841
|
"imports": [],
|
19836
19842
|
"exports": [],
|
19837
19843
|
"inputs": {},
|
19838
19844
|
"bytes": 122402
|
19839
19845
|
},
|
19840
|
-
"dist/HLSView-
|
19846
|
+
"dist/HLSView-2TQQHGUX.css": {
|
19841
19847
|
"imports": [
|
19842
19848
|
{
|
19843
19849
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -19891,10 +19897,10 @@
|
|
19891
19897
|
}
|
19892
19898
|
],
|
19893
19899
|
"inputs": {
|
19894
|
-
"../../../../../../../tmp/tmp-
|
19900
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092dd2/tldraw.css": {
|
19895
19901
|
"bytesInOutput": 75223
|
19896
19902
|
},
|
19897
|
-
"../../../../../../../tmp/tmp-
|
19903
|
+
"../../../../../../../tmp/tmp-2833-M4d9noIFuBRI/191217092780/index.css": {
|
19898
19904
|
"bytesInOutput": 401
|
19899
19905
|
}
|
19900
19906
|
},
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"prebuilt",
|
11
11
|
"roomkit"
|
12
12
|
],
|
13
|
-
"version": "0.3.17-alpha.
|
13
|
+
"version": "0.3.17-alpha.10",
|
14
14
|
"author": "100ms",
|
15
15
|
"license": "MIT",
|
16
16
|
"repository": {
|
@@ -75,13 +75,13 @@
|
|
75
75
|
"react": ">=17.0.2 <19.0.0"
|
76
76
|
},
|
77
77
|
"dependencies": {
|
78
|
-
"@100mslive/hls-player": "0.3.17-alpha.
|
78
|
+
"@100mslive/hls-player": "0.3.17-alpha.10",
|
79
79
|
"@100mslive/hms-noise-cancellation": "0.0.1",
|
80
|
-
"@100mslive/hms-virtual-background": "1.13.17-alpha.
|
81
|
-
"@100mslive/hms-whiteboard": "0.0.7-alpha.
|
82
|
-
"@100mslive/react-icons": "0.10.17-alpha.
|
83
|
-
"@100mslive/react-sdk": "0.10.17-alpha.
|
84
|
-
"@100mslive/types-prebuilt": "0.12.
|
80
|
+
"@100mslive/hms-virtual-background": "1.13.17-alpha.10",
|
81
|
+
"@100mslive/hms-whiteboard": "0.0.7-alpha.10",
|
82
|
+
"@100mslive/react-icons": "0.10.17-alpha.10",
|
83
|
+
"@100mslive/react-sdk": "0.10.17-alpha.10",
|
84
|
+
"@100mslive/types-prebuilt": "0.12.11",
|
85
85
|
"@emoji-mart/data": "^1.0.6",
|
86
86
|
"@emoji-mart/react": "^1.0.1",
|
87
87
|
"@radix-ui/react-accordion": "1.0.0",
|
@@ -117,5 +117,5 @@
|
|
117
117
|
"uuid": "^8.3.2",
|
118
118
|
"worker-timers": "^7.0.40"
|
119
119
|
},
|
120
|
-
"gitHead": "
|
120
|
+
"gitHead": "881ef62a6dbcdead74b8923522bd497f4cbe865d"
|
121
121
|
}
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import React, { useEffect, useMemo, useRef } from 'react';
|
2
|
+
import { useMedia } from 'react-use';
|
2
3
|
import {
|
3
4
|
HMSRoomState,
|
4
5
|
selectFullAppData,
|
@@ -10,6 +11,7 @@ import {
|
|
10
11
|
useHMSStore,
|
11
12
|
useRecordingStreaming,
|
12
13
|
} from '@100mslive/react-sdk';
|
14
|
+
import { config as cssConfig } from '../../../Theme';
|
13
15
|
import { LayoutMode } from '../Settings/LayoutSettings';
|
14
16
|
import { useRoomLayoutConferencingScreen } from '../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen';
|
15
17
|
//@ts-ignore
|
@@ -26,6 +28,7 @@ import {
|
|
26
28
|
UI_MODE_GRID,
|
27
29
|
UI_SETTINGS,
|
28
30
|
} from '../../common/constants';
|
31
|
+
import { DEFAULT_TILES_IN_VIEW } from '../MoreSettings/constants';
|
29
32
|
|
30
33
|
const initialAppData = {
|
31
34
|
[APP_DATA.uiSettings]: {
|
@@ -80,6 +83,7 @@ export const AppData = React.memo(() => {
|
|
80
83
|
const { isLocalVideoEnabled } = useAVToggle();
|
81
84
|
const sidepaneOpenedRef = useRef(false);
|
82
85
|
const [, setNoiseCancellationEnabled] = useSetNoiseCancellation();
|
86
|
+
const isMobile = useMedia(cssConfig.media.md);
|
83
87
|
|
84
88
|
useEffect(() => {
|
85
89
|
if (elements?.noise_cancellation?.enabled_by_default) {
|
@@ -117,9 +121,12 @@ export const AppData = React.memo(() => {
|
|
117
121
|
...uiSettings,
|
118
122
|
[UI_SETTINGS.isAudioOnly]: undefined,
|
119
123
|
[UI_SETTINGS.uiViewMode]: uiSettings.uiViewMode || UI_MODE_GRID,
|
124
|
+
[UI_SETTINGS.maxTileCount]: isMobile
|
125
|
+
? DEFAULT_TILES_IN_VIEW.MWEB
|
126
|
+
: Number(elements?.video_tile_layout?.grid?.tiles_in_view) || DEFAULT_TILES_IN_VIEW.DESKTOP,
|
120
127
|
};
|
121
128
|
hmsActions.setAppData(APP_DATA.uiSettings, updatedSettings, true);
|
122
|
-
}, [preferences, hmsActions]);
|
129
|
+
}, [preferences, hmsActions, elements?.video_tile_layout, isMobile]);
|
123
130
|
|
124
131
|
useEffect(() => {
|
125
132
|
if (!preferences.subscribedNotifications) {
|