@100mslive/roomkit-react 0.3.17-alpha.1 → 0.3.17-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-O4KQ2SQJ.js → HLSView-42EL65Z3.js} +2 -2
- package/dist/{HLSView-DIQJQC42.css → HLSView-7NVZOZKG.css} +3 -3
- package/dist/{HLSView-DIQJQC42.css.map → HLSView-7NVZOZKG.css.map} +1 -1
- package/dist/Prebuilt/components/MoreSettings/constants.d.ts +4 -0
- package/dist/Prebuilt/components/Notifications/ReconnectNotifications.d.ts +1 -2
- package/dist/{chunk-SCKPBPAN.js → chunk-Y4ZC5NAS.js} +774 -773
- package/dist/chunk-Y4ZC5NAS.js.map +7 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +589 -593
- 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 -68
- package/dist/meta.esbuild.json +95 -80
- package/package.json +7 -7
- package/src/Prebuilt/components/AppData/AppData.tsx +8 -2
- package/src/Prebuilt/components/AudioVideoToggle.tsx +31 -18
- package/src/Prebuilt/components/MoreSettings/constants.ts +2 -0
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +10 -37
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +13 -14
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +2 -2
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +1 -2
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +2 -1
- package/src/Prebuilt/components/VirtualBackground/VBToggle.tsx +9 -2
- package/dist/chunk-SCKPBPAN.js.map +0 -7
- /package/dist/{HLSView-O4KQ2SQJ.js.map → HLSView-42EL65Z3.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": 362197,
|
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",
|
@@ -6618,7 +6633,7 @@
|
|
6618
6633
|
"format": "esm"
|
6619
6634
|
},
|
6620
6635
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
6621
|
-
"bytes":
|
6636
|
+
"bytes": 1353,
|
6622
6637
|
"imports": [
|
6623
6638
|
{
|
6624
6639
|
"path": "react",
|
@@ -9873,7 +9888,7 @@
|
|
9873
9888
|
"format": "esm"
|
9874
9889
|
},
|
9875
9890
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
9876
|
-
"bytes":
|
9891
|
+
"bytes": 2719,
|
9877
9892
|
"imports": [
|
9878
9893
|
{
|
9879
9894
|
"path": "@100mslive/hms-virtual-background",
|
@@ -9894,7 +9909,7 @@
|
|
9894
9909
|
"format": "esm"
|
9895
9910
|
},
|
9896
9911
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
9897
|
-
"bytes":
|
9912
|
+
"bytes": 7990,
|
9898
9913
|
"imports": [
|
9899
9914
|
{
|
9900
9915
|
"path": "react",
|
@@ -10224,7 +10239,7 @@
|
|
10224
10239
|
"format": "esm"
|
10225
10240
|
},
|
10226
10241
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
10227
|
-
"bytes":
|
10242
|
+
"bytes": 10106,
|
10228
10243
|
"imports": [
|
10229
10244
|
{
|
10230
10245
|
"path": "react",
|
@@ -11216,7 +11231,7 @@
|
|
11216
11231
|
],
|
11217
11232
|
"format": "esm"
|
11218
11233
|
},
|
11219
|
-
"../../../../../../../tmp/tmp-
|
11234
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f952/tldraw.css": {
|
11220
11235
|
"bytes": 80111,
|
11221
11236
|
"imports": [
|
11222
11237
|
{
|
@@ -11266,7 +11281,7 @@
|
|
11266
11281
|
}
|
11267
11282
|
]
|
11268
11283
|
},
|
11269
|
-
"../../../../../../../tmp/tmp-
|
11284
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f1c0/index.css": {
|
11270
11285
|
"bytes": 597,
|
11271
11286
|
"imports": [
|
11272
11287
|
{
|
@@ -11275,7 +11290,7 @@
|
|
11275
11290
|
"external": true
|
11276
11291
|
},
|
11277
11292
|
{
|
11278
|
-
"path": "../../../../../../../tmp/tmp-
|
11293
|
+
"path": "../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f952/tldraw.css",
|
11279
11294
|
"kind": "import-rule",
|
11280
11295
|
"original": "@tldraw/tldraw/tldraw.css"
|
11281
11296
|
}
|
@@ -11350,7 +11365,7 @@
|
|
11350
11365
|
"original": "../../common/constants"
|
11351
11366
|
},
|
11352
11367
|
{
|
11353
|
-
"path": "../../../../../../../tmp/tmp-
|
11368
|
+
"path": "../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f1c0/index.css",
|
11354
11369
|
"kind": "import-statement",
|
11355
11370
|
"original": "@100mslive/hms-whiteboard/index.css"
|
11356
11371
|
},
|
@@ -13244,7 +13259,7 @@
|
|
13244
13259
|
"format": "esm"
|
13245
13260
|
},
|
13246
13261
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
13247
|
-
"bytes":
|
13262
|
+
"bytes": 5242,
|
13248
13263
|
"imports": [
|
13249
13264
|
{
|
13250
13265
|
"path": "react",
|
@@ -13493,7 +13508,7 @@
|
|
13493
13508
|
"format": "esm"
|
13494
13509
|
},
|
13495
13510
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
13496
|
-
"bytes":
|
13511
|
+
"bytes": 1248,
|
13497
13512
|
"imports": [
|
13498
13513
|
{
|
13499
13514
|
"path": "react",
|
@@ -13505,11 +13520,6 @@
|
|
13505
13520
|
"kind": "import-statement",
|
13506
13521
|
"external": true
|
13507
13522
|
},
|
13508
|
-
{
|
13509
|
-
"path": "src/index.ts",
|
13510
|
-
"kind": "import-statement",
|
13511
|
-
"original": "../../.."
|
13512
|
-
},
|
13513
13523
|
{
|
13514
13524
|
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
13515
13525
|
"kind": "import-statement",
|
@@ -15237,7 +15247,7 @@
|
|
15237
15247
|
"dist/index.js": {
|
15238
15248
|
"imports": [
|
15239
15249
|
{
|
15240
|
-
"path": "dist/chunk-
|
15250
|
+
"path": "dist/chunk-Y4ZC5NAS.js",
|
15241
15251
|
"kind": "import-statement"
|
15242
15252
|
}
|
15243
15253
|
],
|
@@ -15313,16 +15323,16 @@
|
|
15313
15323
|
"inputs": {},
|
15314
15324
|
"bytes": 1882
|
15315
15325
|
},
|
15316
|
-
"dist/HLSView-
|
15326
|
+
"dist/HLSView-42EL65Z3.js.map": {
|
15317
15327
|
"imports": [],
|
15318
15328
|
"exports": [],
|
15319
15329
|
"inputs": {},
|
15320
15330
|
"bytes": 100275
|
15321
15331
|
},
|
15322
|
-
"dist/HLSView-
|
15332
|
+
"dist/HLSView-42EL65Z3.js": {
|
15323
15333
|
"imports": [
|
15324
15334
|
{
|
15325
|
-
"path": "dist/chunk-
|
15335
|
+
"path": "dist/chunk-Y4ZC5NAS.js",
|
15326
15336
|
"kind": "import-statement"
|
15327
15337
|
},
|
15328
15338
|
{
|
@@ -15500,7 +15510,7 @@
|
|
15500
15510
|
"default"
|
15501
15511
|
],
|
15502
15512
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
15503
|
-
"cssBundle": "dist/HLSView-
|
15513
|
+
"cssBundle": "dist/HLSView-7NVZOZKG.css",
|
15504
15514
|
"inputs": {
|
15505
15515
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
15506
15516
|
"bytesInOutput": 27671
|
@@ -15559,13 +15569,13 @@
|
|
15559
15569
|
},
|
15560
15570
|
"bytes": 61702
|
15561
15571
|
},
|
15562
|
-
"dist/chunk-
|
15572
|
+
"dist/chunk-Y4ZC5NAS.js.map": {
|
15563
15573
|
"imports": [],
|
15564
15574
|
"exports": [],
|
15565
15575
|
"inputs": {},
|
15566
|
-
"bytes":
|
15576
|
+
"bytes": 3487199
|
15567
15577
|
},
|
15568
|
-
"dist/chunk-
|
15578
|
+
"dist/chunk-Y4ZC5NAS.js": {
|
15569
15579
|
"imports": [
|
15570
15580
|
{
|
15571
15581
|
"path": "react",
|
@@ -15877,6 +15887,11 @@
|
|
15877
15887
|
"kind": "import-statement",
|
15878
15888
|
"external": true
|
15879
15889
|
},
|
15890
|
+
{
|
15891
|
+
"path": "react-use",
|
15892
|
+
"kind": "import-statement",
|
15893
|
+
"external": true
|
15894
|
+
},
|
15880
15895
|
{
|
15881
15896
|
"path": "@100mslive/react-sdk",
|
15882
15897
|
"kind": "import-statement",
|
@@ -18088,7 +18103,7 @@
|
|
18088
18103
|
"external": true
|
18089
18104
|
},
|
18090
18105
|
{
|
18091
|
-
"path": "dist/HLSView-
|
18106
|
+
"path": "dist/HLSView-42EL65Z3.js",
|
18092
18107
|
"kind": "dynamic-import"
|
18093
18108
|
},
|
18094
18109
|
{
|
@@ -18687,13 +18702,13 @@
|
|
18687
18702
|
],
|
18688
18703
|
"inputs": {
|
18689
18704
|
"<define:process.env>": {
|
18690
|
-
"bytesInOutput":
|
18705
|
+
"bytesInOutput": 17968
|
18691
18706
|
},
|
18692
18707
|
"../../node_modules/lodash/lodash.js": {
|
18693
18708
|
"bytesInOutput": 224289
|
18694
18709
|
},
|
18695
18710
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
18696
|
-
"bytesInOutput":
|
18711
|
+
"bytesInOutput": 42491
|
18697
18712
|
},
|
18698
18713
|
"../../node_modules/lodash.isequal/index.js": {
|
18699
18714
|
"bytesInOutput": 26591
|
@@ -18705,7 +18720,7 @@
|
|
18705
18720
|
"bytesInOutput": 16120
|
18706
18721
|
},
|
18707
18722
|
"../../node_modules/sdp-transform/lib/parser.js": {
|
18708
|
-
"bytesInOutput":
|
18723
|
+
"bytesInOutput": 3495
|
18709
18724
|
},
|
18710
18725
|
"../../node_modules/sdp-transform/lib/writer.js": {
|
18711
18726
|
"bytesInOutput": 3068
|
@@ -18714,7 +18729,7 @@
|
|
18714
18729
|
"bytesInOutput": 615
|
18715
18730
|
},
|
18716
18731
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
18717
|
-
"bytesInOutput":
|
18732
|
+
"bytesInOutput": 3851
|
18718
18733
|
},
|
18719
18734
|
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
18720
18735
|
"bytesInOutput": 7632
|
@@ -18897,7 +18912,7 @@
|
|
18897
18912
|
"bytesInOutput": 27
|
18898
18913
|
},
|
18899
18914
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
18900
|
-
"bytesInOutput":
|
18915
|
+
"bytesInOutput": 755
|
18901
18916
|
},
|
18902
18917
|
"src/AudioLevel/AudioLevel.tsx": {
|
18903
18918
|
"bytesInOutput": 2195
|
@@ -18915,7 +18930,7 @@
|
|
18915
18930
|
"bytesInOutput": 8580
|
18916
18931
|
},
|
18917
18932
|
"src/Stats/formatBytes.ts": {
|
18918
|
-
"bytesInOutput":
|
18933
|
+
"bytesInOutput": 470
|
18919
18934
|
},
|
18920
18935
|
"src/Stats/StyledStats.tsx": {
|
18921
18936
|
"bytesInOutput": 708
|
@@ -18975,7 +18990,7 @@
|
|
18975
18990
|
"bytesInOutput": 7926
|
18976
18991
|
},
|
18977
18992
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
18978
|
-
"bytesInOutput":
|
18993
|
+
"bytesInOutput": 6417
|
18979
18994
|
},
|
18980
18995
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
18981
18996
|
"bytesInOutput": 2705
|
@@ -19010,6 +19025,9 @@
|
|
19010
19025
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
19011
19026
|
"bytesInOutput": 2499
|
19012
19027
|
},
|
19028
|
+
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19029
|
+
"bytesInOutput": 490
|
19030
|
+
},
|
19013
19031
|
"src/Prebuilt/components/AuthToken.jsx": {
|
19014
19032
|
"bytesInOutput": 3650
|
19015
19033
|
},
|
@@ -19020,13 +19038,13 @@
|
|
19020
19038
|
"bytesInOutput": 4698
|
19021
19039
|
},
|
19022
19040
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
19023
|
-
"bytesInOutput":
|
19041
|
+
"bytesInOutput": 7400
|
19024
19042
|
},
|
19025
19043
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
19026
19044
|
"bytesInOutput": 3306
|
19027
19045
|
},
|
19028
19046
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
19029
|
-
"bytesInOutput":
|
19047
|
+
"bytesInOutput": 14235
|
19030
19048
|
},
|
19031
19049
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
19032
19050
|
"bytesInOutput": 3293
|
@@ -19047,7 +19065,7 @@
|
|
19047
19065
|
"bytesInOutput": 2859
|
19048
19066
|
},
|
19049
19067
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
19050
|
-
"bytesInOutput":
|
19068
|
+
"bytesInOutput": 6568
|
19051
19069
|
},
|
19052
19070
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
19053
19071
|
"bytesInOutput": 1308
|
@@ -19110,7 +19128,7 @@
|
|
19110
19128
|
"bytesInOutput": 178
|
19111
19129
|
},
|
19112
19130
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
19113
|
-
"bytesInOutput":
|
19131
|
+
"bytesInOutput": 2681
|
19114
19132
|
},
|
19115
19133
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
19116
19134
|
"bytesInOutput": 9818
|
@@ -19122,7 +19140,7 @@
|
|
19122
19140
|
"bytesInOutput": 2509
|
19123
19141
|
},
|
19124
19142
|
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
19125
|
-
"bytesInOutput":
|
19143
|
+
"bytesInOutput": 9621
|
19126
19144
|
},
|
19127
19145
|
"src/TextArea/index.tsx": {
|
19128
19146
|
"bytesInOutput": 27
|
@@ -19176,13 +19194,13 @@
|
|
19176
19194
|
"bytesInOutput": 7700
|
19177
19195
|
},
|
19178
19196
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
19179
|
-
"bytesInOutput":
|
19197
|
+
"bytesInOutput": 9408
|
19180
19198
|
},
|
19181
19199
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
19182
19200
|
"bytesInOutput": 5008
|
19183
19201
|
},
|
19184
19202
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
19185
|
-
"bytesInOutput":
|
19203
|
+
"bytesInOutput": 1017
|
19186
19204
|
},
|
19187
19205
|
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
19188
19206
|
"bytesInOutput": 5092
|
@@ -19199,9 +19217,6 @@
|
|
19199
19217
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
19200
19218
|
"bytesInOutput": 2579
|
19201
19219
|
},
|
19202
|
-
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
19203
|
-
"bytesInOutput": 437
|
19204
|
-
},
|
19205
19220
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
19206
19221
|
"bytesInOutput": 1898
|
19207
19222
|
},
|
@@ -19221,7 +19236,7 @@
|
|
19221
19236
|
"bytesInOutput": 9486
|
19222
19237
|
},
|
19223
19238
|
"../hms-video-store/dist/index.js": {
|
19224
|
-
"bytesInOutput":
|
19239
|
+
"bytesInOutput": 50318
|
19225
19240
|
},
|
19226
19241
|
"../../node_modules/reselect/es/index.js": {
|
19227
19242
|
"bytesInOutput": 2539
|
@@ -19236,10 +19251,10 @@
|
|
19236
19251
|
"bytesInOutput": 6313
|
19237
19252
|
},
|
19238
19253
|
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
19239
|
-
"bytesInOutput":
|
19254
|
+
"bytesInOutput": 22678
|
19240
19255
|
},
|
19241
19256
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
19242
|
-
"bytesInOutput":
|
19257
|
+
"bytesInOutput": 6078
|
19243
19258
|
},
|
19244
19259
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
19245
19260
|
"bytesInOutput": 1256
|
@@ -19257,7 +19272,7 @@
|
|
19257
19272
|
"bytesInOutput": 11868
|
19258
19273
|
},
|
19259
19274
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
19260
|
-
"bytesInOutput":
|
19275
|
+
"bytesInOutput": 12458
|
19261
19276
|
},
|
19262
19277
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
19263
19278
|
"bytesInOutput": 4461
|
@@ -19272,7 +19287,7 @@
|
|
19272
19287
|
"bytesInOutput": 3302
|
19273
19288
|
},
|
19274
19289
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
19275
|
-
"bytesInOutput":
|
19290
|
+
"bytesInOutput": 846
|
19276
19291
|
},
|
19277
19292
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
19278
19293
|
"bytesInOutput": 658
|
@@ -19311,7 +19326,7 @@
|
|
19311
19326
|
"bytesInOutput": 823
|
19312
19327
|
},
|
19313
19328
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
19314
|
-
"bytesInOutput":
|
19329
|
+
"bytesInOutput": 1280
|
19315
19330
|
},
|
19316
19331
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
19317
19332
|
"bytesInOutput": 1564
|
@@ -19356,10 +19371,10 @@
|
|
19356
19371
|
"bytesInOutput": 3077
|
19357
19372
|
},
|
19358
19373
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
19359
|
-
"bytesInOutput":
|
19374
|
+
"bytesInOutput": 10093
|
19360
19375
|
},
|
19361
19376
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
19362
|
-
"bytesInOutput":
|
19377
|
+
"bytesInOutput": 6436
|
19363
19378
|
},
|
19364
19379
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
19365
19380
|
"bytesInOutput": 735
|
@@ -19452,7 +19467,7 @@
|
|
19452
19467
|
"bytesInOutput": 5646
|
19453
19468
|
},
|
19454
19469
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
19455
|
-
"bytesInOutput":
|
19470
|
+
"bytesInOutput": 10879
|
19456
19471
|
},
|
19457
19472
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
19458
19473
|
"bytesInOutput": 5318
|
@@ -19503,7 +19518,7 @@
|
|
19503
19518
|
"bytesInOutput": 1050
|
19504
19519
|
},
|
19505
19520
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
19506
|
-
"bytesInOutput":
|
19521
|
+
"bytesInOutput": 7926
|
19507
19522
|
},
|
19508
19523
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
19509
19524
|
"bytesInOutput": 1157
|
@@ -19580,7 +19595,7 @@
|
|
19580
19595
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
19581
19596
|
"bytesInOutput": 2830
|
19582
19597
|
},
|
19583
|
-
"../../../../../../../tmp/tmp-
|
19598
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f1c0/index.css": {
|
19584
19599
|
"bytesInOutput": 0
|
19585
19600
|
},
|
19586
19601
|
"src/Prebuilt/common/PeersSorter.ts": {
|
@@ -19641,7 +19656,7 @@
|
|
19641
19656
|
"bytesInOutput": 27
|
19642
19657
|
},
|
19643
19658
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
19644
|
-
"bytesInOutput":
|
19659
|
+
"bytesInOutput": 8176
|
19645
19660
|
},
|
19646
19661
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
19647
19662
|
"bytesInOutput": 1053
|
@@ -19656,7 +19671,7 @@
|
|
19656
19671
|
"bytesInOutput": 1983
|
19657
19672
|
},
|
19658
19673
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
19659
|
-
"bytesInOutput":
|
19674
|
+
"bytesInOutput": 6443
|
19660
19675
|
},
|
19661
19676
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
19662
19677
|
"bytesInOutput": 1596
|
@@ -19674,7 +19689,7 @@
|
|
19674
19689
|
"bytesInOutput": 11963
|
19675
19690
|
},
|
19676
19691
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
19677
|
-
"bytesInOutput":
|
19692
|
+
"bytesInOutput": 1243
|
19678
19693
|
},
|
19679
19694
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
19680
19695
|
"bytesInOutput": 1867
|
@@ -19746,7 +19761,7 @@
|
|
19746
19761
|
"bytesInOutput": 2632
|
19747
19762
|
}
|
19748
19763
|
},
|
19749
|
-
"bytes":
|
19764
|
+
"bytes": 1445615
|
19750
19765
|
},
|
19751
19766
|
"dist/index.css.map": {
|
19752
19767
|
"imports": [],
|
@@ -19808,22 +19823,22 @@
|
|
19808
19823
|
}
|
19809
19824
|
],
|
19810
19825
|
"inputs": {
|
19811
|
-
"../../../../../../../tmp/tmp-
|
19826
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f952/tldraw.css": {
|
19812
19827
|
"bytesInOutput": 75223
|
19813
19828
|
},
|
19814
|
-
"../../../../../../../tmp/tmp-
|
19829
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f1c0/index.css": {
|
19815
19830
|
"bytesInOutput": 401
|
19816
19831
|
}
|
19817
19832
|
},
|
19818
19833
|
"bytes": 75901
|
19819
19834
|
},
|
19820
|
-
"dist/HLSView-
|
19835
|
+
"dist/HLSView-7NVZOZKG.css.map": {
|
19821
19836
|
"imports": [],
|
19822
19837
|
"exports": [],
|
19823
19838
|
"inputs": {},
|
19824
19839
|
"bytes": 122402
|
19825
19840
|
},
|
19826
|
-
"dist/HLSView-
|
19841
|
+
"dist/HLSView-7NVZOZKG.css": {
|
19827
19842
|
"imports": [
|
19828
19843
|
{
|
19829
19844
|
"path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
|
@@ -19877,10 +19892,10 @@
|
|
19877
19892
|
}
|
19878
19893
|
],
|
19879
19894
|
"inputs": {
|
19880
|
-
"../../../../../../../tmp/tmp-
|
19895
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f952/tldraw.css": {
|
19881
19896
|
"bytesInOutput": 75223
|
19882
19897
|
},
|
19883
|
-
"../../../../../../../tmp/tmp-
|
19898
|
+
"../../../../../../../tmp/tmp-2805-53IzBWEMg269/19122804f1c0/index.css": {
|
19884
19899
|
"bytesInOutput": 401
|
19885
19900
|
}
|
19886
19901
|
},
|
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.11",
|
14
14
|
"author": "100ms",
|
15
15
|
"license": "MIT",
|
16
16
|
"repository": {
|
@@ -75,12 +75,12 @@
|
|
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.11",
|
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.
|
80
|
+
"@100mslive/hms-virtual-background": "1.13.17-alpha.11",
|
81
|
+
"@100mslive/hms-whiteboard": "0.0.7-alpha.11",
|
82
|
+
"@100mslive/react-icons": "0.10.17-alpha.11",
|
83
|
+
"@100mslive/react-sdk": "0.10.17-alpha.11",
|
84
84
|
"@100mslive/types-prebuilt": "0.12.11",
|
85
85
|
"@emoji-mart/data": "^1.0.6",
|
86
86
|
"@emoji-mart/react": "^1.0.1",
|
@@ -117,5 +117,5 @@
|
|
117
117
|
"uuid": "^8.3.2",
|
118
118
|
"worker-timers": "^7.0.40"
|
119
119
|
},
|
120
|
-
"gitHead": "
|
120
|
+
"gitHead": "7d0349d2bb115d00c57dc2fcac070126c245bcb0"
|
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,10 +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,
|
120
|
-
[UI_SETTINGS.maxTileCount]:
|
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,
|
121
127
|
};
|
122
128
|
hmsActions.setAppData(APP_DATA.uiSettings, updatedSettings, true);
|
123
|
-
}, [preferences, hmsActions, elements?.video_tile_layout]);
|
129
|
+
}, [preferences, hmsActions, elements?.video_tile_layout, isMobile]);
|
124
130
|
|
125
131
|
useEffect(() => {
|
126
132
|
if (!preferences.subscribedNotifications) {
|