@100mslive/roomkit-react 0.1.6 → 0.1.7-alpha.0
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-4NSE37G7.js → HLSView-F5BDZVT2.js} +22 -4
- package/dist/HLSView-F5BDZVT2.js.map +7 -0
- package/dist/{VirtualBackground-A5UM363O.js → VirtualBackground-THDRYDRA.js} +3 -3
- package/dist/{chunk-Q6U22HIE.js → chunk-CDYRVICT.js} +189 -174
- package/dist/chunk-CDYRVICT.js.map +7 -0
- package/dist/{chunk-BUWIMYLW.js → chunk-JSH7SKEH.js} +2 -2
- package/dist/{chunk-NMOZ33TX.js → chunk-U3G743OY.js} +3 -2
- package/dist/{chunk-NMOZ33TX.js.map → chunk-U3G743OY.js.map} +2 -2
- package/dist/{conference-S7R3O4OC.js → conference-6IVZHILI.js} +89 -75
- package/dist/conference-6IVZHILI.js.map +7 -0
- package/dist/index.cjs.js +332 -281
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +78 -63
- package/dist/meta.esbuild.json +111 -97
- package/package.json +6 -6
- package/src/Prebuilt/common/hooks.js +1 -2
- package/src/Prebuilt/common/utils.js +0 -2
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -0
- package/src/Prebuilt/components/Footer/Footer.tsx +4 -1
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +7 -8
- package/src/Prebuilt/components/Header/ParticipantFilter.jsx +9 -12
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +4 -2
- package/src/Prebuilt/components/Notifications/Notifications.jsx +14 -1
- package/src/Prebuilt/components/Notifications/PeerNotifications.jsx +4 -15
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +8 -3
- package/src/Prebuilt/components/RaiseHand.jsx +10 -6
- package/src/Prebuilt/components/RoleChangeRequestModal.tsx +3 -2
- package/src/Prebuilt/components/SidePaneTabs.tsx +21 -2
- package/src/Prebuilt/components/VideoTile.jsx +6 -3
- package/src/Prebuilt/components/hooks/useMetadata.jsx +14 -4
- package/src/Prebuilt/layouts/HLSView.jsx +19 -1
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/src/fixtures/peers.ts +5 -3
- package/dist/HLSView-4NSE37G7.js.map +0 -7
- package/dist/chunk-Q6U22HIE.js.map +0 -7
- package/dist/conference-S7R3O4OC.js.map +0 -7
- /package/dist/{VirtualBackground-A5UM363O.js.map → VirtualBackground-THDRYDRA.js.map} +0 -0
- /package/dist/{chunk-BUWIMYLW.js.map → chunk-JSH7SKEH.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -541,7 +541,7 @@
|
|
541
541
|
"format": "esm"
|
542
542
|
},
|
543
543
|
"src/Tooltip/Tooltip.tsx": {
|
544
|
-
"bytes":
|
544
|
+
"bytes": 2311,
|
545
545
|
"imports": [
|
546
546
|
{
|
547
547
|
"path": "react",
|
@@ -2487,19 +2487,8 @@
|
|
2487
2487
|
],
|
2488
2488
|
"format": "esm"
|
2489
2489
|
},
|
2490
|
-
"src/Prebuilt/common/utils.js": {
|
2491
|
-
"bytes": 2951,
|
2492
|
-
"imports": [
|
2493
|
-
{
|
2494
|
-
"path": "<define:process.env>",
|
2495
|
-
"kind": "import-statement",
|
2496
|
-
"external": true
|
2497
|
-
}
|
2498
|
-
],
|
2499
|
-
"format": "esm"
|
2500
|
-
},
|
2501
2490
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
2502
|
-
"bytes":
|
2491
|
+
"bytes": 1480,
|
2503
2492
|
"imports": [
|
2504
2493
|
{
|
2505
2494
|
"path": "react",
|
@@ -2521,11 +2510,6 @@
|
|
2521
2510
|
"kind": "import-statement",
|
2522
2511
|
"original": "../AppData/useUISettings"
|
2523
2512
|
},
|
2524
|
-
{
|
2525
|
-
"path": "src/Prebuilt/common/utils.js",
|
2526
|
-
"kind": "import-statement",
|
2527
|
-
"original": "../../common/utils"
|
2528
|
-
},
|
2529
2513
|
{
|
2530
2514
|
"path": "src/Prebuilt/common/constants.js",
|
2531
2515
|
"kind": "import-statement",
|
@@ -2816,8 +2800,19 @@
|
|
2816
2800
|
],
|
2817
2801
|
"format": "esm"
|
2818
2802
|
},
|
2803
|
+
"src/Prebuilt/common/utils.js": {
|
2804
|
+
"bytes": 2873,
|
2805
|
+
"imports": [
|
2806
|
+
{
|
2807
|
+
"path": "<define:process.env>",
|
2808
|
+
"kind": "import-statement",
|
2809
|
+
"external": true
|
2810
|
+
}
|
2811
|
+
],
|
2812
|
+
"format": "esm"
|
2813
|
+
},
|
2819
2814
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
2820
|
-
"bytes":
|
2815
|
+
"bytes": 6895,
|
2821
2816
|
"imports": [
|
2822
2817
|
{
|
2823
2818
|
"path": "react",
|
@@ -3042,7 +3037,7 @@
|
|
3042
3037
|
"format": "esm"
|
3043
3038
|
},
|
3044
3039
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
3045
|
-
"bytes":
|
3040
|
+
"bytes": 1670,
|
3046
3041
|
"imports": [
|
3047
3042
|
{
|
3048
3043
|
"path": "react",
|
@@ -4363,13 +4358,18 @@
|
|
4363
4358
|
"format": "esm"
|
4364
4359
|
},
|
4365
4360
|
"src/Prebuilt/components/VideoTile.jsx": {
|
4366
|
-
"bytes":
|
4361
|
+
"bytes": 7810,
|
4367
4362
|
"imports": [
|
4368
4363
|
{
|
4369
4364
|
"path": "react",
|
4370
4365
|
"kind": "import-statement",
|
4371
4366
|
"external": true
|
4372
4367
|
},
|
4368
|
+
{
|
4369
|
+
"path": "react-use",
|
4370
|
+
"kind": "import-statement",
|
4371
|
+
"external": true
|
4372
|
+
},
|
4373
4373
|
{
|
4374
4374
|
"path": "@100mslive/react-sdk",
|
4375
4375
|
"kind": "import-statement",
|
@@ -4618,7 +4618,7 @@
|
|
4618
4618
|
"format": "esm"
|
4619
4619
|
},
|
4620
4620
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4621
|
-
"bytes":
|
4621
|
+
"bytes": 9425,
|
4622
4622
|
"imports": [
|
4623
4623
|
{
|
4624
4624
|
"path": "react",
|
@@ -4954,7 +4954,7 @@
|
|
4954
4954
|
"format": "esm"
|
4955
4955
|
},
|
4956
4956
|
"src/Prebuilt/common/hooks.js": {
|
4957
|
-
"bytes":
|
4957
|
+
"bytes": 3156,
|
4958
4958
|
"imports": [
|
4959
4959
|
{
|
4960
4960
|
"path": "react",
|
@@ -4976,11 +4976,6 @@
|
|
4976
4976
|
"kind": "import-statement",
|
4977
4977
|
"original": "../provider/roomLayoutProvider"
|
4978
4978
|
},
|
4979
|
-
{
|
4980
|
-
"path": "src/Prebuilt/common/utils.js",
|
4981
|
-
"kind": "import-statement",
|
4982
|
-
"original": "./utils"
|
4983
|
-
},
|
4984
4979
|
{
|
4985
4980
|
"path": "<define:process.env>",
|
4986
4981
|
"kind": "import-statement",
|
@@ -6255,7 +6250,7 @@
|
|
6255
6250
|
"format": "esm"
|
6256
6251
|
},
|
6257
6252
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
6258
|
-
"bytes":
|
6253
|
+
"bytes": 10950,
|
6259
6254
|
"imports": [
|
6260
6255
|
{
|
6261
6256
|
"path": "react",
|
@@ -6412,7 +6407,7 @@
|
|
6412
6407
|
"format": "esm"
|
6413
6408
|
},
|
6414
6409
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
6415
|
-
"bytes":
|
6410
|
+
"bytes": 787,
|
6416
6411
|
"imports": [
|
6417
6412
|
{
|
6418
6413
|
"path": "react",
|
@@ -6439,11 +6434,6 @@
|
|
6439
6434
|
"kind": "import-statement",
|
6440
6435
|
"original": "../IconButton"
|
6441
6436
|
},
|
6442
|
-
{
|
6443
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
6444
|
-
"kind": "import-statement",
|
6445
|
-
"original": "./hooks/useMetadata"
|
6446
|
-
},
|
6447
6437
|
{
|
6448
6438
|
"path": "<define:process.env>",
|
6449
6439
|
"kind": "import-statement",
|
@@ -6937,7 +6927,7 @@
|
|
6937
6927
|
"format": "esm"
|
6938
6928
|
},
|
6939
6929
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6940
|
-
"bytes":
|
6930
|
+
"bytes": 10390,
|
6941
6931
|
"imports": [
|
6942
6932
|
{
|
6943
6933
|
"path": "react",
|
@@ -7023,7 +7013,7 @@
|
|
7023
7013
|
"format": "esm"
|
7024
7014
|
},
|
7025
7015
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
7026
|
-
"bytes":
|
7016
|
+
"bytes": 3863,
|
7027
7017
|
"imports": [
|
7028
7018
|
{
|
7029
7019
|
"path": "react",
|
@@ -7045,6 +7035,11 @@
|
|
7045
7035
|
"kind": "import-statement",
|
7046
7036
|
"external": true
|
7047
7037
|
},
|
7038
|
+
{
|
7039
|
+
"path": "@100mslive/react-sdk",
|
7040
|
+
"kind": "import-statement",
|
7041
|
+
"external": true
|
7042
|
+
},
|
7048
7043
|
{
|
7049
7044
|
"path": "src/index.ts",
|
7050
7045
|
"kind": "import-statement",
|
@@ -8150,7 +8145,7 @@
|
|
8150
8145
|
"format": "esm"
|
8151
8146
|
},
|
8152
8147
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8153
|
-
"bytes":
|
8148
|
+
"bytes": 5924,
|
8154
8149
|
"imports": [
|
8155
8150
|
{
|
8156
8151
|
"path": "react",
|
@@ -8323,7 +8318,7 @@
|
|
8323
8318
|
"format": "esm"
|
8324
8319
|
},
|
8325
8320
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8326
|
-
"bytes":
|
8321
|
+
"bytes": 5689,
|
8327
8322
|
"imports": [
|
8328
8323
|
{
|
8329
8324
|
"path": "react",
|
@@ -8365,6 +8360,11 @@
|
|
8365
8360
|
"kind": "import-statement",
|
8366
8361
|
"original": "../.."
|
8367
8362
|
},
|
8363
|
+
{
|
8364
|
+
"path": "src/Tooltip/index.ts",
|
8365
|
+
"kind": "import-statement",
|
8366
|
+
"original": "../../Tooltip"
|
8367
|
+
},
|
8368
8368
|
{
|
8369
8369
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8370
8370
|
"kind": "import-statement",
|
@@ -8375,6 +8375,11 @@
|
|
8375
8375
|
"kind": "import-statement",
|
8376
8376
|
"original": "./AppData/useSidepane"
|
8377
8377
|
},
|
8378
|
+
{
|
8379
|
+
"path": "src/Prebuilt/common/utils.js",
|
8380
|
+
"kind": "import-statement",
|
8381
|
+
"original": "../common/utils"
|
8382
|
+
},
|
8378
8383
|
{
|
8379
8384
|
"path": "src/Prebuilt/common/constants.js",
|
8380
8385
|
"kind": "import-statement",
|
@@ -8944,7 +8949,7 @@
|
|
8944
8949
|
"format": "esm"
|
8945
8950
|
},
|
8946
8951
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
8947
|
-
"bytes":
|
8952
|
+
"bytes": 14934,
|
8948
8953
|
"imports": [
|
8949
8954
|
{
|
8950
8955
|
"path": "react",
|
@@ -9136,7 +9141,7 @@
|
|
9136
9141
|
"format": "esm"
|
9137
9142
|
},
|
9138
9143
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9139
|
-
"bytes":
|
9144
|
+
"bytes": 3688,
|
9140
9145
|
"imports": [
|
9141
9146
|
{
|
9142
9147
|
"path": "react",
|
@@ -9672,11 +9677,11 @@
|
|
9672
9677
|
"dist/index.js": {
|
9673
9678
|
"imports": [
|
9674
9679
|
{
|
9675
|
-
"path": "dist/chunk-
|
9680
|
+
"path": "dist/chunk-CDYRVICT.js",
|
9676
9681
|
"kind": "import-statement"
|
9677
9682
|
},
|
9678
9683
|
{
|
9679
|
-
"path": "dist/chunk-
|
9684
|
+
"path": "dist/chunk-U3G743OY.js",
|
9680
9685
|
"kind": "import-statement"
|
9681
9686
|
}
|
9682
9687
|
],
|
@@ -9745,20 +9750,20 @@
|
|
9745
9750
|
"inputs": {},
|
9746
9751
|
"bytes": 1702
|
9747
9752
|
},
|
9748
|
-
"dist/VirtualBackground-
|
9753
|
+
"dist/VirtualBackground-THDRYDRA.js.map": {
|
9749
9754
|
"imports": [],
|
9750
9755
|
"exports": [],
|
9751
9756
|
"inputs": {},
|
9752
9757
|
"bytes": 9170
|
9753
9758
|
},
|
9754
|
-
"dist/VirtualBackground-
|
9759
|
+
"dist/VirtualBackground-THDRYDRA.js": {
|
9755
9760
|
"imports": [
|
9756
9761
|
{
|
9757
|
-
"path": "dist/chunk-
|
9762
|
+
"path": "dist/chunk-JSH7SKEH.js",
|
9758
9763
|
"kind": "import-statement"
|
9759
9764
|
},
|
9760
9765
|
{
|
9761
|
-
"path": "dist/chunk-
|
9766
|
+
"path": "dist/chunk-U3G743OY.js",
|
9762
9767
|
"kind": "import-statement"
|
9763
9768
|
},
|
9764
9769
|
{
|
@@ -9807,20 +9812,20 @@
|
|
9807
9812
|
},
|
9808
9813
|
"bytes": 6113
|
9809
9814
|
},
|
9810
|
-
"dist/HLSView-
|
9815
|
+
"dist/HLSView-F5BDZVT2.js.map": {
|
9811
9816
|
"imports": [],
|
9812
9817
|
"exports": [],
|
9813
9818
|
"inputs": {},
|
9814
|
-
"bytes":
|
9819
|
+
"bytes": 52669
|
9815
9820
|
},
|
9816
|
-
"dist/HLSView-
|
9821
|
+
"dist/HLSView-F5BDZVT2.js": {
|
9817
9822
|
"imports": [
|
9818
9823
|
{
|
9819
|
-
"path": "dist/chunk-
|
9824
|
+
"path": "dist/chunk-CDYRVICT.js",
|
9820
9825
|
"kind": "import-statement"
|
9821
9826
|
},
|
9822
9827
|
{
|
9823
|
-
"path": "dist/chunk-
|
9828
|
+
"path": "dist/chunk-U3G743OY.js",
|
9824
9829
|
"kind": "import-statement"
|
9825
9830
|
},
|
9826
9831
|
{
|
@@ -9930,7 +9935,7 @@
|
|
9930
9935
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
9931
9936
|
"inputs": {
|
9932
9937
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
9933
|
-
"bytesInOutput":
|
9938
|
+
"bytesInOutput": 14810
|
9934
9939
|
},
|
9935
9940
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
9936
9941
|
"bytesInOutput": 3494
|
@@ -9969,26 +9974,26 @@
|
|
9969
9974
|
"bytesInOutput": 3945
|
9970
9975
|
}
|
9971
9976
|
},
|
9972
|
-
"bytes":
|
9977
|
+
"bytes": 32733
|
9973
9978
|
},
|
9974
|
-
"dist/conference-
|
9979
|
+
"dist/conference-6IVZHILI.js.map": {
|
9975
9980
|
"imports": [],
|
9976
9981
|
"exports": [],
|
9977
9982
|
"inputs": {},
|
9978
|
-
"bytes":
|
9983
|
+
"bytes": 401705
|
9979
9984
|
},
|
9980
|
-
"dist/conference-
|
9985
|
+
"dist/conference-6IVZHILI.js": {
|
9981
9986
|
"imports": [
|
9982
9987
|
{
|
9983
|
-
"path": "dist/chunk-
|
9988
|
+
"path": "dist/chunk-JSH7SKEH.js",
|
9984
9989
|
"kind": "import-statement"
|
9985
9990
|
},
|
9986
9991
|
{
|
9987
|
-
"path": "dist/chunk-
|
9992
|
+
"path": "dist/chunk-CDYRVICT.js",
|
9988
9993
|
"kind": "import-statement"
|
9989
9994
|
},
|
9990
9995
|
{
|
9991
|
-
"path": "dist/chunk-
|
9996
|
+
"path": "dist/chunk-U3G743OY.js",
|
9992
9997
|
"kind": "import-statement"
|
9993
9998
|
},
|
9994
9999
|
{
|
@@ -10026,6 +10031,11 @@
|
|
10026
10031
|
"kind": "import-statement",
|
10027
10032
|
"external": true
|
10028
10033
|
},
|
10034
|
+
{
|
10035
|
+
"path": "@100mslive/react-sdk",
|
10036
|
+
"kind": "import-statement",
|
10037
|
+
"external": true
|
10038
|
+
},
|
10029
10039
|
{
|
10030
10040
|
"path": "react",
|
10031
10041
|
"kind": "import-statement",
|
@@ -10487,7 +10497,7 @@
|
|
10487
10497
|
"external": true
|
10488
10498
|
},
|
10489
10499
|
{
|
10490
|
-
"path": "dist/VirtualBackground-
|
10500
|
+
"path": "dist/VirtualBackground-THDRYDRA.js",
|
10491
10501
|
"kind": "dynamic-import"
|
10492
10502
|
},
|
10493
10503
|
{
|
@@ -10896,7 +10906,7 @@
|
|
10896
10906
|
"external": true
|
10897
10907
|
},
|
10898
10908
|
{
|
10899
|
-
"path": "dist/HLSView-
|
10909
|
+
"path": "dist/HLSView-F5BDZVT2.js",
|
10900
10910
|
"kind": "dynamic-import"
|
10901
10911
|
},
|
10902
10912
|
{
|
@@ -10919,7 +10929,7 @@
|
|
10919
10929
|
"bytesInOutput": 6328
|
10920
10930
|
},
|
10921
10931
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
10922
|
-
"bytesInOutput":
|
10932
|
+
"bytesInOutput": 3339
|
10923
10933
|
},
|
10924
10934
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
10925
10935
|
"bytesInOutput": 1987
|
@@ -10997,10 +11007,10 @@
|
|
10997
11007
|
"bytesInOutput": 2246
|
10998
11008
|
},
|
10999
11009
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
11000
|
-
"bytesInOutput":
|
11010
|
+
"bytesInOutput": 9284
|
11001
11011
|
},
|
11002
11012
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
11003
|
-
"bytesInOutput":
|
11013
|
+
"bytesInOutput": 855
|
11004
11014
|
},
|
11005
11015
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
11006
11016
|
"bytesInOutput": 1404
|
@@ -11036,7 +11046,7 @@
|
|
11036
11046
|
"bytesInOutput": 861
|
11037
11047
|
},
|
11038
11048
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
11039
|
-
"bytesInOutput":
|
11049
|
+
"bytesInOutput": 10784
|
11040
11050
|
},
|
11041
11051
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
11042
11052
|
"bytesInOutput": 2610
|
@@ -11057,7 +11067,7 @@
|
|
11057
11067
|
"bytesInOutput": 1947
|
11058
11068
|
},
|
11059
11069
|
"src/Prebuilt/components/InsetTile.tsx": {
|
11060
|
-
"bytesInOutput":
|
11070
|
+
"bytesInOutput": 3944
|
11061
11071
|
},
|
11062
11072
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
11063
11073
|
"bytesInOutput": 406
|
@@ -11105,7 +11115,7 @@
|
|
11105
11115
|
"bytesInOutput": 3238
|
11106
11116
|
},
|
11107
11117
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
11108
|
-
"bytesInOutput":
|
11118
|
+
"bytesInOutput": 5223
|
11109
11119
|
},
|
11110
11120
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
11111
11121
|
"bytesInOutput": 6585
|
@@ -11120,7 +11130,7 @@
|
|
11120
11130
|
"bytesInOutput": 1207
|
11121
11131
|
},
|
11122
11132
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
11123
|
-
"bytesInOutput":
|
11133
|
+
"bytesInOutput": 5501
|
11124
11134
|
},
|
11125
11135
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
11126
11136
|
"bytesInOutput": 639
|
@@ -11144,21 +11154,21 @@
|
|
11144
11154
|
"bytesInOutput": 1380
|
11145
11155
|
},
|
11146
11156
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
11147
|
-
"bytesInOutput":
|
11157
|
+
"bytesInOutput": 3904
|
11148
11158
|
}
|
11149
11159
|
},
|
11150
|
-
"bytes":
|
11160
|
+
"bytes": 302709
|
11151
11161
|
},
|
11152
|
-
"dist/chunk-
|
11162
|
+
"dist/chunk-JSH7SKEH.js.map": {
|
11153
11163
|
"imports": [],
|
11154
11164
|
"exports": [],
|
11155
11165
|
"inputs": {},
|
11156
11166
|
"bytes": 2406
|
11157
11167
|
},
|
11158
|
-
"dist/chunk-
|
11168
|
+
"dist/chunk-JSH7SKEH.js": {
|
11159
11169
|
"imports": [
|
11160
11170
|
{
|
11161
|
-
"path": "dist/chunk-
|
11171
|
+
"path": "dist/chunk-U3G743OY.js",
|
11162
11172
|
"kind": "import-statement"
|
11163
11173
|
},
|
11164
11174
|
{
|
@@ -11177,16 +11187,16 @@
|
|
11177
11187
|
},
|
11178
11188
|
"bytes": 1591
|
11179
11189
|
},
|
11180
|
-
"dist/chunk-
|
11190
|
+
"dist/chunk-CDYRVICT.js.map": {
|
11181
11191
|
"imports": [],
|
11182
11192
|
"exports": [],
|
11183
11193
|
"inputs": {},
|
11184
|
-
"bytes":
|
11194
|
+
"bytes": 495086
|
11185
11195
|
},
|
11186
|
-
"dist/chunk-
|
11196
|
+
"dist/chunk-CDYRVICT.js": {
|
11187
11197
|
"imports": [
|
11188
11198
|
{
|
11189
|
-
"path": "dist/chunk-
|
11199
|
+
"path": "dist/chunk-U3G743OY.js",
|
11190
11200
|
"kind": "import-statement"
|
11191
11201
|
},
|
11192
11202
|
{
|
@@ -11999,6 +12009,11 @@
|
|
11999
12009
|
"kind": "import-statement",
|
12000
12010
|
"external": true
|
12001
12011
|
},
|
12012
|
+
{
|
12013
|
+
"path": "react-use",
|
12014
|
+
"kind": "import-statement",
|
12015
|
+
"external": true
|
12016
|
+
},
|
12002
12017
|
{
|
12003
12018
|
"path": "@100mslive/react-sdk",
|
12004
12019
|
"kind": "import-statement",
|
@@ -12105,7 +12120,7 @@
|
|
12105
12120
|
"external": true
|
12106
12121
|
},
|
12107
12122
|
{
|
12108
|
-
"path": "dist/VirtualBackground-
|
12123
|
+
"path": "dist/VirtualBackground-THDRYDRA.js",
|
12109
12124
|
"kind": "dynamic-import"
|
12110
12125
|
},
|
12111
12126
|
{
|
@@ -12174,7 +12189,7 @@
|
|
12174
12189
|
"external": true
|
12175
12190
|
},
|
12176
12191
|
{
|
12177
|
-
"path": "dist/conference-
|
12192
|
+
"path": "dist/conference-6IVZHILI.js",
|
12178
12193
|
"kind": "dynamic-import"
|
12179
12194
|
},
|
12180
12195
|
{
|
@@ -12260,7 +12275,6 @@
|
|
12260
12275
|
"isChrome",
|
12261
12276
|
"isIOS",
|
12262
12277
|
"isIPadOS",
|
12263
|
-
"isInternalRole",
|
12264
12278
|
"isMacOS",
|
12265
12279
|
"isScreenshareSupported",
|
12266
12280
|
"useAuthToken",
|
@@ -12500,7 +12514,7 @@
|
|
12500
12514
|
"bytesInOutput": 4346
|
12501
12515
|
},
|
12502
12516
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12503
|
-
"bytesInOutput":
|
12517
|
+
"bytesInOutput": 6440
|
12504
12518
|
},
|
12505
12519
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
12506
12520
|
"bytesInOutput": 867
|
@@ -12527,10 +12541,7 @@
|
|
12527
12541
|
"bytesInOutput": 1365
|
12528
12542
|
},
|
12529
12543
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
12530
|
-
"bytesInOutput":
|
12531
|
-
},
|
12532
|
-
"src/Prebuilt/common/utils.js": {
|
12533
|
-
"bytesInOutput": 942
|
12544
|
+
"bytesInOutput": 1321
|
12534
12545
|
},
|
12535
12546
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
12536
12547
|
"bytesInOutput": 4316
|
@@ -12565,6 +12576,9 @@
|
|
12565
12576
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
12566
12577
|
"bytesInOutput": 1293
|
12567
12578
|
},
|
12579
|
+
"src/Prebuilt/common/utils.js": {
|
12580
|
+
"bytesInOutput": 872
|
12581
|
+
},
|
12568
12582
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12569
12583
|
"bytesInOutput": 0
|
12570
12584
|
},
|
@@ -12593,7 +12607,7 @@
|
|
12593
12607
|
"bytesInOutput": 1733
|
12594
12608
|
},
|
12595
12609
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12596
|
-
"bytesInOutput":
|
12610
|
+
"bytesInOutput": 1892
|
12597
12611
|
},
|
12598
12612
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
12599
12613
|
"bytesInOutput": 1044
|
@@ -12611,7 +12625,7 @@
|
|
12611
12625
|
"bytesInOutput": 1769
|
12612
12626
|
},
|
12613
12627
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12614
|
-
"bytesInOutput":
|
12628
|
+
"bytesInOutput": 9283
|
12615
12629
|
},
|
12616
12630
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
12617
12631
|
"bytesInOutput": 5583
|
@@ -12656,7 +12670,7 @@
|
|
12656
12670
|
"bytesInOutput": 1851
|
12657
12671
|
},
|
12658
12672
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12659
|
-
"bytesInOutput":
|
12673
|
+
"bytesInOutput": 7945
|
12660
12674
|
},
|
12661
12675
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
12662
12676
|
"bytesInOutput": 4399
|
@@ -12695,21 +12709,21 @@
|
|
12695
12709
|
"bytesInOutput": 1705
|
12696
12710
|
},
|
12697
12711
|
"src/Prebuilt/common/hooks.js": {
|
12698
|
-
"bytesInOutput":
|
12712
|
+
"bytesInOutput": 2204
|
12699
12713
|
},
|
12700
12714
|
"src/Progress/index.tsx": {
|
12701
12715
|
"bytesInOutput": 391
|
12702
12716
|
}
|
12703
12717
|
},
|
12704
|
-
"bytes":
|
12718
|
+
"bytes": 309608
|
12705
12719
|
},
|
12706
|
-
"dist/chunk-
|
12720
|
+
"dist/chunk-U3G743OY.js.map": {
|
12707
12721
|
"imports": [],
|
12708
12722
|
"exports": [],
|
12709
12723
|
"inputs": {},
|
12710
|
-
"bytes":
|
12724
|
+
"bytes": 39368
|
12711
12725
|
},
|
12712
|
-
"dist/chunk-
|
12726
|
+
"dist/chunk-U3G743OY.js": {
|
12713
12727
|
"imports": [
|
12714
12728
|
{
|
12715
12729
|
"path": "@stitches/react",
|
@@ -12786,7 +12800,7 @@
|
|
12786
12800
|
],
|
12787
12801
|
"inputs": {
|
12788
12802
|
"<define:process.env>": {
|
12789
|
-
"bytesInOutput":
|
12803
|
+
"bytesInOutput": 18435
|
12790
12804
|
},
|
12791
12805
|
"src/Theme/stitches.config.ts": {
|
12792
12806
|
"bytesInOutput": 1652
|
@@ -12828,7 +12842,7 @@
|
|
12828
12842
|
"bytesInOutput": 3017
|
12829
12843
|
},
|
12830
12844
|
"src/Tooltip/Tooltip.tsx": {
|
12831
|
-
"bytesInOutput":
|
12845
|
+
"bytesInOutput": 1751
|
12832
12846
|
},
|
12833
12847
|
"src/Tooltip/index.ts": {
|
12834
12848
|
"bytesInOutput": 0
|
@@ -12837,7 +12851,7 @@
|
|
12837
12851
|
"bytesInOutput": 546
|
12838
12852
|
}
|
12839
12853
|
},
|
12840
|
-
"bytes":
|
12854
|
+
"bytes": 40062
|
12841
12855
|
}
|
12842
12856
|
}
|
12843
12857
|
}
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"prebuilt",
|
11
11
|
"roomkit"
|
12
12
|
],
|
13
|
-
"version": "0.1.
|
13
|
+
"version": "0.1.7-alpha.0",
|
14
14
|
"author": "100ms",
|
15
15
|
"license": "MIT",
|
16
16
|
"files": [
|
@@ -76,10 +76,10 @@
|
|
76
76
|
"react": ">=17.0.2 <19.0.0"
|
77
77
|
},
|
78
78
|
"dependencies": {
|
79
|
-
"@100mslive/hls-player": "0.1.
|
80
|
-
"@100mslive/hms-virtual-background": "1.11.
|
81
|
-
"@100mslive/react-icons": "0.8.
|
82
|
-
"@100mslive/react-sdk": "0.8.
|
79
|
+
"@100mslive/hls-player": "0.1.16-alpha.0",
|
80
|
+
"@100mslive/hms-virtual-background": "1.11.16-alpha.0",
|
81
|
+
"@100mslive/react-icons": "0.8.16-alpha.0",
|
82
|
+
"@100mslive/react-sdk": "0.8.16-alpha.0",
|
83
83
|
"@100mslive/types-prebuilt": "0.12.0",
|
84
84
|
"@emoji-mart/data": "^1.0.6",
|
85
85
|
"@emoji-mart/react": "^1.0.1",
|
@@ -115,5 +115,5 @@
|
|
115
115
|
"uuid": "^8.3.2",
|
116
116
|
"worker-timers": "^7.0.40"
|
117
117
|
},
|
118
|
-
"gitHead": "
|
118
|
+
"gitHead": "02a796684045c2468c14db4cb894c56a17c6c2ba"
|
119
119
|
}
|
@@ -12,7 +12,6 @@ import {
|
|
12
12
|
useHMSVanillaStore,
|
13
13
|
} from '@100mslive/react-sdk';
|
14
14
|
import { useRoomLayout } from '../provider/roomLayoutProvider';
|
15
|
-
import { isInternalRole } from './utils';
|
16
15
|
|
17
16
|
/**
|
18
17
|
* Hook to execute a callback when alone in room(after a certain 5d of time)
|
@@ -53,7 +52,7 @@ export const useWhenAloneInRoom = (thresholdMs = 5 * 60 * 1000) => {
|
|
53
52
|
};
|
54
53
|
|
55
54
|
export const useFilteredRoles = () => {
|
56
|
-
const roles = useHMSStore(selectAvailableRoleNames)
|
55
|
+
const roles = useHMSStore(selectAvailableRoleNames);
|
57
56
|
return roles;
|
58
57
|
};
|
59
58
|
|
@@ -56,8 +56,6 @@ export const isScreenshareSupported = () => {
|
|
56
56
|
return typeof navigator.mediaDevices.getDisplayMedia !== 'undefined';
|
57
57
|
};
|
58
58
|
|
59
|
-
export const isInternalRole = role => role && role.startsWith('__internal');
|
60
|
-
|
61
59
|
export const metadataPayloadParser = payload => {
|
62
60
|
try {
|
63
61
|
const data = window.atob(payload);
|
@@ -151,6 +151,7 @@ export const ChatFooter = ({
|
|
151
151
|
c: '$on_surface_high',
|
152
152
|
'&:valid ~ .send-msg': { color: '$on_surface_high' },
|
153
153
|
'& ~ .send-msg': { color: '$on_surface_low' },
|
154
|
+
'&::placeholder': { color: '$on_surface_medium' },
|
154
155
|
}}
|
155
156
|
placeholder="Send a message...."
|
156
157
|
ref={inputRef}
|