@100mslive/roomkit-react 0.1.6-alpha.3 → 0.1.7-alpha.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-HL455FYH.js → HLSView-F5BDZVT2.js} +22 -4
- package/dist/HLSView-F5BDZVT2.js.map +7 -0
- package/dist/{VirtualBackground-6EP3X7MO.js → VirtualBackground-THDRYDRA.js} +3 -3
- package/dist/{chunk-6JF3GAOH.js → chunk-CDYRVICT.js} +189 -174
- package/dist/chunk-CDYRVICT.js.map +7 -0
- package/dist/{chunk-UXBTLGWY.js → chunk-JSH7SKEH.js} +2 -2
- package/dist/{chunk-KAJJ56J4.js → chunk-U3G743OY.js} +3 -2
- package/dist/{chunk-KAJJ56J4.js.map → chunk-U3G743OY.js.map} +2 -2
- package/dist/{conference-MPZNWHV5.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-HL455FYH.js.map +0 -7
- package/dist/chunk-6JF3GAOH.js.map +0 -7
- package/dist/conference-MPZNWHV5.js.map +0 -7
- /package/dist/{VirtualBackground-6EP3X7MO.js.map → VirtualBackground-THDRYDRA.js.map} +0 -0
- /package/dist/{chunk-UXBTLGWY.js.map → chunk-JSH7SKEH.js.map} +0 -0
package/dist/index.js
CHANGED
@@ -39,7 +39,7 @@ import {
|
|
39
39
|
getLeft,
|
40
40
|
useBorderAudioLevel,
|
41
41
|
useTheme
|
42
|
-
} from "./chunk-
|
42
|
+
} from "./chunk-CDYRVICT.js";
|
43
43
|
import {
|
44
44
|
Box,
|
45
45
|
Flex,
|
@@ -60,7 +60,7 @@ import {
|
|
60
60
|
styled,
|
61
61
|
textEllipsis,
|
62
62
|
theme
|
63
|
-
} from "./chunk-
|
63
|
+
} from "./chunk-U3G743OY.js";
|
64
64
|
export {
|
65
65
|
Accordion,
|
66
66
|
Avatar,
|
package/dist/meta.cjs.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",
|
@@ -9667,7 +9672,7 @@
|
|
9667
9672
|
"imports": [],
|
9668
9673
|
"exports": [],
|
9669
9674
|
"inputs": {},
|
9670
|
-
"bytes":
|
9675
|
+
"bytes": 1013569
|
9671
9676
|
},
|
9672
9677
|
"dist/index.cjs.js": {
|
9673
9678
|
"imports": [
|
@@ -10531,6 +10536,11 @@
|
|
10531
10536
|
"kind": "require-call",
|
10532
10537
|
"external": true
|
10533
10538
|
},
|
10539
|
+
{
|
10540
|
+
"path": "react-use",
|
10541
|
+
"kind": "require-call",
|
10542
|
+
"external": true
|
10543
|
+
},
|
10534
10544
|
{
|
10535
10545
|
"path": "@100mslive/react-sdk",
|
10536
10546
|
"kind": "require-call",
|
@@ -11176,6 +11186,11 @@
|
|
11176
11186
|
"kind": "require-call",
|
11177
11187
|
"external": true
|
11178
11188
|
},
|
11189
|
+
{
|
11190
|
+
"path": "@100mslive/react-sdk",
|
11191
|
+
"kind": "require-call",
|
11192
|
+
"external": true
|
11193
|
+
},
|
11179
11194
|
{
|
11180
11195
|
"path": "react",
|
11181
11196
|
"kind": "require-call",
|
@@ -11736,7 +11751,7 @@
|
|
11736
11751
|
"entryPoint": "src/index.ts",
|
11737
11752
|
"inputs": {
|
11738
11753
|
"<define:process.env>": {
|
11739
|
-
"bytesInOutput":
|
11754
|
+
"bytesInOutput": 18542
|
11740
11755
|
},
|
11741
11756
|
"src/Theme/base.config.ts": {
|
11742
11757
|
"bytesInOutput": 6104
|
@@ -11817,7 +11832,7 @@
|
|
11817
11832
|
"bytesInOutput": 151
|
11818
11833
|
},
|
11819
11834
|
"src/Tooltip/Tooltip.tsx": {
|
11820
|
-
"bytesInOutput":
|
11835
|
+
"bytesInOutput": 2244
|
11821
11836
|
},
|
11822
11837
|
"src/Tooltip/index.ts": {
|
11823
11838
|
"bytesInOutput": 134
|
@@ -12047,11 +12062,8 @@
|
|
12047
12062
|
"src/Prebuilt/components/Notifications/InitErrorModal.jsx": {
|
12048
12063
|
"bytesInOutput": 1771
|
12049
12064
|
},
|
12050
|
-
"src/Prebuilt/common/utils.js": {
|
12051
|
-
"bytesInOutput": 1226
|
12052
|
-
},
|
12053
12065
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
12054
|
-
"bytesInOutput":
|
12066
|
+
"bytesInOutput": 1895
|
12055
12067
|
},
|
12056
12068
|
"src/Prebuilt/images/android-perm-1.png": {
|
12057
12069
|
"bytesInOutput": 10560
|
@@ -12086,8 +12098,11 @@
|
|
12086
12098
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
12087
12099
|
"bytesInOutput": 1408
|
12088
12100
|
},
|
12101
|
+
"src/Prebuilt/common/utils.js": {
|
12102
|
+
"bytesInOutput": 1140
|
12103
|
+
},
|
12089
12104
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12090
|
-
"bytesInOutput":
|
12105
|
+
"bytesInOutput": 7378
|
12091
12106
|
},
|
12092
12107
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12093
12108
|
"bytesInOutput": 173
|
@@ -12102,7 +12117,7 @@
|
|
12102
12117
|
"bytesInOutput": 128
|
12103
12118
|
},
|
12104
12119
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12105
|
-
"bytesInOutput":
|
12120
|
+
"bytesInOutput": 2300
|
12106
12121
|
},
|
12107
12122
|
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
12108
12123
|
"bytesInOutput": 2178
|
@@ -12195,10 +12210,10 @@
|
|
12195
12210
|
"bytesInOutput": 1299
|
12196
12211
|
},
|
12197
12212
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12198
|
-
"bytesInOutput":
|
12213
|
+
"bytesInOutput": 9451
|
12199
12214
|
},
|
12200
12215
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
12201
|
-
"bytesInOutput":
|
12216
|
+
"bytesInOutput": 3256
|
12202
12217
|
},
|
12203
12218
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
12204
12219
|
"bytesInOutput": 1881
|
@@ -12210,7 +12225,7 @@
|
|
12210
12225
|
"bytesInOutput": 5054
|
12211
12226
|
},
|
12212
12227
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12213
|
-
"bytesInOutput":
|
12228
|
+
"bytesInOutput": 11574
|
12214
12229
|
},
|
12215
12230
|
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
12216
12231
|
"bytesInOutput": 2515
|
@@ -12228,7 +12243,7 @@
|
|
12228
12243
|
"bytesInOutput": 818
|
12229
12244
|
},
|
12230
12245
|
"src/Prebuilt/common/hooks.js": {
|
12231
|
-
"bytesInOutput":
|
12246
|
+
"bytesInOutput": 2516
|
12232
12247
|
},
|
12233
12248
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
12234
12249
|
"bytesInOutput": 2080
|
@@ -12306,13 +12321,13 @@
|
|
12306
12321
|
"bytesInOutput": 8198
|
12307
12322
|
},
|
12308
12323
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
12309
|
-
"bytesInOutput":
|
12324
|
+
"bytesInOutput": 11499
|
12310
12325
|
},
|
12311
12326
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
12312
12327
|
"bytesInOutput": 733
|
12313
12328
|
},
|
12314
12329
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
12315
|
-
"bytesInOutput":
|
12330
|
+
"bytesInOutput": 1245
|
12316
12331
|
},
|
12317
12332
|
"src/Prebuilt/images/pdf-share.png": {
|
12318
12333
|
"bytesInOutput": 25548
|
@@ -12354,10 +12369,10 @@
|
|
12354
12369
|
"bytesInOutput": 3505
|
12355
12370
|
},
|
12356
12371
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
12357
|
-
"bytesInOutput":
|
12372
|
+
"bytesInOutput": 13149
|
12358
12373
|
},
|
12359
12374
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
12360
|
-
"bytesInOutput":
|
12375
|
+
"bytesInOutput": 4590
|
12361
12376
|
},
|
12362
12377
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
12363
12378
|
"bytesInOutput": 2795
|
@@ -12429,7 +12444,7 @@
|
|
12429
12444
|
"bytesInOutput": 1440
|
12430
12445
|
},
|
12431
12446
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
12432
|
-
"bytesInOutput":
|
12447
|
+
"bytesInOutput": 6857
|
12433
12448
|
},
|
12434
12449
|
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
12435
12450
|
"bytesInOutput": 637
|
@@ -12438,7 +12453,7 @@
|
|
12438
12453
|
"bytesInOutput": 8085
|
12439
12454
|
},
|
12440
12455
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
12441
|
-
"bytesInOutput":
|
12456
|
+
"bytesInOutput": 6530
|
12442
12457
|
},
|
12443
12458
|
"src/Prebuilt/images/rtmp.png": {
|
12444
12459
|
"bytesInOutput": 7396
|
@@ -12492,13 +12507,13 @@
|
|
12492
12507
|
"bytesInOutput": 4598
|
12493
12508
|
},
|
12494
12509
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
12495
|
-
"bytesInOutput":
|
12510
|
+
"bytesInOutput": 18247
|
12496
12511
|
},
|
12497
12512
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
12498
12513
|
"bytesInOutput": 3048
|
12499
12514
|
},
|
12500
12515
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
12501
|
-
"bytesInOutput":
|
12516
|
+
"bytesInOutput": 4783
|
12502
12517
|
},
|
12503
12518
|
"src/Prebuilt/components/conference.jsx": {
|
12504
12519
|
"bytesInOutput": 8059
|
@@ -12516,7 +12531,7 @@
|
|
12516
12531
|
"bytesInOutput": 2758
|
12517
12532
|
}
|
12518
12533
|
},
|
12519
|
-
"bytes":
|
12534
|
+
"bytes": 846218
|
12520
12535
|
}
|
12521
12536
|
}
|
12522
12537
|
}
|