@100mslive/roomkit-react 0.1.6 → 0.1.7
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-3S74KF3A.js} +23 -4
- package/dist/HLSView-3S74KF3A.js.map +7 -0
- package/dist/Prebuilt/components/RoleChangeRequest/RequestPrompt.d.ts +9 -0
- package/dist/VideoTile/StyledVideoTile.d.ts +445 -3
- package/dist/{VirtualBackground-A5UM363O.js → VirtualBackground-3TI5NA4V.js} +3 -3
- package/dist/{chunk-BUWIMYLW.js → chunk-36X4ZCLC.js} +2 -2
- package/dist/{chunk-NMOZ33TX.js → chunk-5DQ3WTED.js} +3 -2
- package/dist/{chunk-NMOZ33TX.js.map → chunk-5DQ3WTED.js.map} +2 -2
- package/dist/{chunk-Q6U22HIE.js → chunk-Z7P5WITU.js} +223 -200
- package/dist/chunk-Z7P5WITU.js.map +7 -0
- package/dist/{conference-S7R3O4OC.js → conference-JNABIZBG.js} +534 -504
- package/dist/conference-JNABIZBG.js.map +7 -0
- package/dist/index.cjs.js +1011 -924
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +241 -167
- package/dist/meta.esbuild.json +276 -203
- package/package.json +6 -6
- package/src/Input/Input.tsx +1 -1
- package/src/Prebuilt/common/hooks.js +1 -2
- package/src/Prebuilt/common/utils.js +7 -2
- package/src/Prebuilt/components/Chat/ChatBody.jsx +125 -106
- 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 +8 -9
- package/src/Prebuilt/components/Header/ParticipantFilter.jsx +9 -12
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +36 -44
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +23 -35
- 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 +12 -5
- package/src/Prebuilt/components/RaiseHand.jsx +3 -6
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +66 -0
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +89 -0
- package/src/Prebuilt/components/SidePaneTabs.tsx +21 -2
- package/src/Prebuilt/components/VideoTile.jsx +24 -15
- package/src/Prebuilt/components/conference.jsx +1 -1
- package/src/Prebuilt/components/hooks/useMetadata.jsx +15 -4
- package/src/Prebuilt/layouts/HLSView.jsx +20 -1
- package/src/Prebuilt/layouts/SidePane.tsx +0 -1
- package/src/Tooltip/Tooltip.tsx +1 -1
- package/src/VideoTile/StyledVideoTile.tsx +10 -14
- 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/src/Prebuilt/components/RoleChangeRequestModal.tsx +0 -120
- /package/dist/Prebuilt/components/{RoleChangeRequestModal.d.ts → RoleChangeRequest/RoleChangeRequestModal.d.ts} +0 -0
- /package/dist/{VirtualBackground-A5UM363O.js.map → VirtualBackground-3TI5NA4V.js.map} +0 -0
- /package/dist/{chunk-BUWIMYLW.js.map → chunk-36X4ZCLC.js.map} +0 -0
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",
|
@@ -785,7 +785,7 @@
|
|
785
785
|
"format": "esm"
|
786
786
|
},
|
787
787
|
"src/Input/Input.tsx": {
|
788
|
-
"bytes":
|
788
|
+
"bytes": 2642,
|
789
789
|
"imports": [
|
790
790
|
{
|
791
791
|
"path": "react",
|
@@ -842,7 +842,7 @@
|
|
842
842
|
"format": "esm"
|
843
843
|
},
|
844
844
|
"src/VideoTile/StyledVideoTile.tsx": {
|
845
|
-
"bytes":
|
845
|
+
"bytes": 3003,
|
846
846
|
"imports": [
|
847
847
|
{
|
848
848
|
"path": "src/Layout/index.tsx",
|
@@ -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": 3038,
|
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": 1700,
|
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": 8154,
|
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",
|
@@ -4430,6 +4430,11 @@
|
|
4430
4430
|
"kind": "import-statement",
|
4431
4431
|
"original": "./AppData/useUISettings"
|
4432
4432
|
},
|
4433
|
+
{
|
4434
|
+
"path": "src/Prebuilt/common/utils.js",
|
4435
|
+
"kind": "import-statement",
|
4436
|
+
"original": "../common/utils"
|
4437
|
+
},
|
4433
4438
|
{
|
4434
4439
|
"path": "src/Prebuilt/common/constants.js",
|
4435
4440
|
"kind": "import-statement",
|
@@ -4618,7 +4623,7 @@
|
|
4618
4623
|
"format": "esm"
|
4619
4624
|
},
|
4620
4625
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4621
|
-
"bytes":
|
4626
|
+
"bytes": 9466,
|
4622
4627
|
"imports": [
|
4623
4628
|
{
|
4624
4629
|
"path": "react",
|
@@ -4954,7 +4959,7 @@
|
|
4954
4959
|
"format": "esm"
|
4955
4960
|
},
|
4956
4961
|
"src/Prebuilt/common/hooks.js": {
|
4957
|
-
"bytes":
|
4962
|
+
"bytes": 3156,
|
4958
4963
|
"imports": [
|
4959
4964
|
{
|
4960
4965
|
"path": "react",
|
@@ -4976,11 +4981,6 @@
|
|
4976
4981
|
"kind": "import-statement",
|
4977
4982
|
"original": "../provider/roomLayoutProvider"
|
4978
4983
|
},
|
4979
|
-
{
|
4980
|
-
"path": "src/Prebuilt/common/utils.js",
|
4981
|
-
"kind": "import-statement",
|
4982
|
-
"original": "./utils"
|
4983
|
-
},
|
4984
4984
|
{
|
4985
4985
|
"path": "<define:process.env>",
|
4986
4986
|
"kind": "import-statement",
|
@@ -5277,7 +5277,7 @@
|
|
5277
5277
|
"format": "esm"
|
5278
5278
|
},
|
5279
5279
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
5280
|
-
"bytes":
|
5280
|
+
"bytes": 6070,
|
5281
5281
|
"imports": [
|
5282
5282
|
{
|
5283
5283
|
"path": "react",
|
@@ -5353,7 +5353,7 @@
|
|
5353
5353
|
"format": "esm"
|
5354
5354
|
},
|
5355
5355
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
5356
|
-
"bytes":
|
5356
|
+
"bytes": 4613,
|
5357
5357
|
"imports": [
|
5358
5358
|
{
|
5359
5359
|
"path": "react",
|
@@ -6255,7 +6255,7 @@
|
|
6255
6255
|
"format": "esm"
|
6256
6256
|
},
|
6257
6257
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
6258
|
-
"bytes":
|
6258
|
+
"bytes": 10950,
|
6259
6259
|
"imports": [
|
6260
6260
|
{
|
6261
6261
|
"path": "react",
|
@@ -6412,18 +6412,13 @@
|
|
6412
6412
|
"format": "esm"
|
6413
6413
|
},
|
6414
6414
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
6415
|
-
"bytes":
|
6415
|
+
"bytes": 566,
|
6416
6416
|
"imports": [
|
6417
6417
|
{
|
6418
6418
|
"path": "react",
|
6419
6419
|
"kind": "import-statement",
|
6420
6420
|
"external": true
|
6421
6421
|
},
|
6422
|
-
{
|
6423
|
-
"path": "@100mslive/react-sdk",
|
6424
|
-
"kind": "import-statement",
|
6425
|
-
"external": true
|
6426
|
-
},
|
6427
6422
|
{
|
6428
6423
|
"path": "@100mslive/react-icons",
|
6429
6424
|
"kind": "import-statement",
|
@@ -6448,6 +6443,11 @@
|
|
6448
6443
|
"path": "<define:process.env>",
|
6449
6444
|
"kind": "import-statement",
|
6450
6445
|
"external": true
|
6446
|
+
},
|
6447
|
+
{
|
6448
|
+
"path": "<runtime>",
|
6449
|
+
"kind": "import-statement",
|
6450
|
+
"external": true
|
6451
6451
|
}
|
6452
6452
|
],
|
6453
6453
|
"format": "esm"
|
@@ -6937,7 +6937,7 @@
|
|
6937
6937
|
"format": "esm"
|
6938
6938
|
},
|
6939
6939
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6940
|
-
"bytes":
|
6940
|
+
"bytes": 10390,
|
6941
6941
|
"imports": [
|
6942
6942
|
{
|
6943
6943
|
"path": "react",
|
@@ -7023,7 +7023,7 @@
|
|
7023
7023
|
"format": "esm"
|
7024
7024
|
},
|
7025
7025
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
7026
|
-
"bytes":
|
7026
|
+
"bytes": 3863,
|
7027
7027
|
"imports": [
|
7028
7028
|
{
|
7029
7029
|
"path": "react",
|
@@ -7045,6 +7045,11 @@
|
|
7045
7045
|
"kind": "import-statement",
|
7046
7046
|
"external": true
|
7047
7047
|
},
|
7048
|
+
{
|
7049
|
+
"path": "@100mslive/react-sdk",
|
7050
|
+
"kind": "import-statement",
|
7051
|
+
"external": true
|
7052
|
+
},
|
7048
7053
|
{
|
7049
7054
|
"path": "src/index.ts",
|
7050
7055
|
"kind": "import-statement",
|
@@ -7169,6 +7174,88 @@
|
|
7169
7174
|
],
|
7170
7175
|
"format": "esm"
|
7171
7176
|
},
|
7177
|
+
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
7178
|
+
"bytes": 2060,
|
7179
|
+
"imports": [
|
7180
|
+
{
|
7181
|
+
"path": "react",
|
7182
|
+
"kind": "import-statement",
|
7183
|
+
"external": true
|
7184
|
+
},
|
7185
|
+
{
|
7186
|
+
"path": "react-use",
|
7187
|
+
"kind": "import-statement",
|
7188
|
+
"external": true
|
7189
|
+
},
|
7190
|
+
{
|
7191
|
+
"path": "src/index.ts",
|
7192
|
+
"kind": "import-statement",
|
7193
|
+
"original": "../../.."
|
7194
|
+
},
|
7195
|
+
{
|
7196
|
+
"path": "src/Sheet/index.ts",
|
7197
|
+
"kind": "import-statement",
|
7198
|
+
"original": "../../../Sheet"
|
7199
|
+
},
|
7200
|
+
{
|
7201
|
+
"path": "<define:process.env>",
|
7202
|
+
"kind": "import-statement",
|
7203
|
+
"external": true
|
7204
|
+
}
|
7205
|
+
],
|
7206
|
+
"format": "esm"
|
7207
|
+
},
|
7208
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
7209
|
+
"bytes": 2605,
|
7210
|
+
"imports": [
|
7211
|
+
{
|
7212
|
+
"path": "react",
|
7213
|
+
"kind": "import-statement",
|
7214
|
+
"external": true
|
7215
|
+
},
|
7216
|
+
{
|
7217
|
+
"path": "@100mslive/react-sdk",
|
7218
|
+
"kind": "import-statement",
|
7219
|
+
"external": true
|
7220
|
+
},
|
7221
|
+
{
|
7222
|
+
"path": "src/index.ts",
|
7223
|
+
"kind": "import-statement",
|
7224
|
+
"original": "../../.."
|
7225
|
+
},
|
7226
|
+
{
|
7227
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
7228
|
+
"kind": "import-statement",
|
7229
|
+
"original": "../Preview/PreviewJoin"
|
7230
|
+
},
|
7231
|
+
{
|
7232
|
+
"path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
|
7233
|
+
"kind": "import-statement",
|
7234
|
+
"original": "./RequestPrompt"
|
7235
|
+
},
|
7236
|
+
{
|
7237
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
7238
|
+
"kind": "import-statement",
|
7239
|
+
"original": "../hooks/useMetadata"
|
7240
|
+
},
|
7241
|
+
{
|
7242
|
+
"path": "src/Prebuilt/common/constants.js",
|
7243
|
+
"kind": "import-statement",
|
7244
|
+
"original": "../../common/constants"
|
7245
|
+
},
|
7246
|
+
{
|
7247
|
+
"path": "<define:process.env>",
|
7248
|
+
"kind": "import-statement",
|
7249
|
+
"external": true
|
7250
|
+
},
|
7251
|
+
{
|
7252
|
+
"path": "<runtime>",
|
7253
|
+
"kind": "import-statement",
|
7254
|
+
"external": true
|
7255
|
+
}
|
7256
|
+
],
|
7257
|
+
"format": "esm"
|
7258
|
+
},
|
7172
7259
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
7173
7260
|
"bytes": 707,
|
7174
7261
|
"imports": [
|
@@ -8011,8 +8098,24 @@
|
|
8011
8098
|
],
|
8012
8099
|
"format": "esm"
|
8013
8100
|
},
|
8101
|
+
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
8102
|
+
"bytes": 472,
|
8103
|
+
"imports": [
|
8104
|
+
{
|
8105
|
+
"path": "@100mslive/react-sdk",
|
8106
|
+
"kind": "import-statement",
|
8107
|
+
"external": true
|
8108
|
+
},
|
8109
|
+
{
|
8110
|
+
"path": "<define:process.env>",
|
8111
|
+
"kind": "import-statement",
|
8112
|
+
"external": true
|
8113
|
+
}
|
8114
|
+
],
|
8115
|
+
"format": "esm"
|
8116
|
+
},
|
8014
8117
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
8015
|
-
"bytes":
|
8118
|
+
"bytes": 13678,
|
8016
8119
|
"imports": [
|
8017
8120
|
{
|
8018
8121
|
"path": "react",
|
@@ -8094,6 +8197,11 @@
|
|
8094
8197
|
"kind": "import-statement",
|
8095
8198
|
"original": "../hooks/useSetPinnedMessage"
|
8096
8199
|
},
|
8200
|
+
{
|
8201
|
+
"path": "src/Prebuilt/components/Chat/useUnreadCount.js",
|
8202
|
+
"kind": "import-statement",
|
8203
|
+
"original": "./useUnreadCount"
|
8204
|
+
},
|
8097
8205
|
{
|
8098
8206
|
"path": "<define:process.env>",
|
8099
8207
|
"kind": "import-statement",
|
@@ -8150,7 +8258,7 @@
|
|
8150
8258
|
"format": "esm"
|
8151
8259
|
},
|
8152
8260
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8153
|
-
"bytes":
|
8261
|
+
"bytes": 5924,
|
8154
8262
|
"imports": [
|
8155
8263
|
{
|
8156
8264
|
"path": "react",
|
@@ -8220,22 +8328,6 @@
|
|
8220
8328
|
],
|
8221
8329
|
"format": "esm"
|
8222
8330
|
},
|
8223
|
-
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
8224
|
-
"bytes": 472,
|
8225
|
-
"imports": [
|
8226
|
-
{
|
8227
|
-
"path": "@100mslive/react-sdk",
|
8228
|
-
"kind": "import-statement",
|
8229
|
-
"external": true
|
8230
|
-
},
|
8231
|
-
{
|
8232
|
-
"path": "<define:process.env>",
|
8233
|
-
"kind": "import-statement",
|
8234
|
-
"external": true
|
8235
|
-
}
|
8236
|
-
],
|
8237
|
-
"format": "esm"
|
8238
|
-
},
|
8239
8331
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
8240
8332
|
"bytes": 6298,
|
8241
8333
|
"imports": [
|
@@ -8323,7 +8415,7 @@
|
|
8323
8415
|
"format": "esm"
|
8324
8416
|
},
|
8325
8417
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8326
|
-
"bytes":
|
8418
|
+
"bytes": 5689,
|
8327
8419
|
"imports": [
|
8328
8420
|
{
|
8329
8421
|
"path": "react",
|
@@ -8365,6 +8457,11 @@
|
|
8365
8457
|
"kind": "import-statement",
|
8366
8458
|
"original": "../.."
|
8367
8459
|
},
|
8460
|
+
{
|
8461
|
+
"path": "src/Tooltip/index.ts",
|
8462
|
+
"kind": "import-statement",
|
8463
|
+
"original": "../../Tooltip"
|
8464
|
+
},
|
8368
8465
|
{
|
8369
8466
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8370
8467
|
"kind": "import-statement",
|
@@ -8375,6 +8472,11 @@
|
|
8375
8472
|
"kind": "import-statement",
|
8376
8473
|
"original": "./AppData/useSidepane"
|
8377
8474
|
},
|
8475
|
+
{
|
8476
|
+
"path": "src/Prebuilt/common/utils.js",
|
8477
|
+
"kind": "import-statement",
|
8478
|
+
"original": "../common/utils"
|
8479
|
+
},
|
8378
8480
|
{
|
8379
8481
|
"path": "src/Prebuilt/common/constants.js",
|
8380
8482
|
"kind": "import-statement",
|
@@ -8525,7 +8627,7 @@
|
|
8525
8627
|
"format": "esm"
|
8526
8628
|
},
|
8527
8629
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8528
|
-
"bytes":
|
8630
|
+
"bytes": 3668,
|
8529
8631
|
"imports": [
|
8530
8632
|
{
|
8531
8633
|
"path": "react",
|
@@ -8944,7 +9046,7 @@
|
|
8944
9046
|
"format": "esm"
|
8945
9047
|
},
|
8946
9048
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
8947
|
-
"bytes":
|
9049
|
+
"bytes": 14973,
|
8948
9050
|
"imports": [
|
8949
9051
|
{
|
8950
9052
|
"path": "react",
|
@@ -9135,54 +9237,8 @@
|
|
9135
9237
|
],
|
9136
9238
|
"format": "esm"
|
9137
9239
|
},
|
9138
|
-
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9139
|
-
"bytes": 3670,
|
9140
|
-
"imports": [
|
9141
|
-
{
|
9142
|
-
"path": "react",
|
9143
|
-
"kind": "import-statement",
|
9144
|
-
"external": true
|
9145
|
-
},
|
9146
|
-
{
|
9147
|
-
"path": "@100mslive/react-sdk",
|
9148
|
-
"kind": "import-statement",
|
9149
|
-
"external": true
|
9150
|
-
},
|
9151
|
-
{
|
9152
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
9153
|
-
"kind": "import-statement",
|
9154
|
-
"original": "./Preview/PreviewJoin"
|
9155
|
-
},
|
9156
|
-
{
|
9157
|
-
"path": "src/index.ts",
|
9158
|
-
"kind": "import-statement",
|
9159
|
-
"original": "../.."
|
9160
|
-
},
|
9161
|
-
{
|
9162
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
9163
|
-
"kind": "import-statement",
|
9164
|
-
"original": "./hooks/useMetadata"
|
9165
|
-
},
|
9166
|
-
{
|
9167
|
-
"path": "src/Prebuilt/common/constants.js",
|
9168
|
-
"kind": "import-statement",
|
9169
|
-
"original": "../common/constants"
|
9170
|
-
},
|
9171
|
-
{
|
9172
|
-
"path": "<define:process.env>",
|
9173
|
-
"kind": "import-statement",
|
9174
|
-
"external": true
|
9175
|
-
},
|
9176
|
-
{
|
9177
|
-
"path": "<runtime>",
|
9178
|
-
"kind": "import-statement",
|
9179
|
-
"external": true
|
9180
|
-
}
|
9181
|
-
],
|
9182
|
-
"format": "esm"
|
9183
|
-
},
|
9184
9240
|
"src/Prebuilt/components/conference.jsx": {
|
9185
|
-
"bytes":
|
9241
|
+
"bytes": 6609,
|
9186
9242
|
"imports": [
|
9187
9243
|
{
|
9188
9244
|
"path": "react",
|
@@ -9224,6 +9280,11 @@
|
|
9224
9280
|
"kind": "import-statement",
|
9225
9281
|
"original": "./PIP/PIPManager"
|
9226
9282
|
},
|
9283
|
+
{
|
9284
|
+
"path": "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx",
|
9285
|
+
"kind": "import-statement",
|
9286
|
+
"original": "./RoleChangeRequest/RoleChangeRequestModal"
|
9287
|
+
},
|
9227
9288
|
{
|
9228
9289
|
"path": "src/Layout/index.tsx",
|
9229
9290
|
"kind": "import-statement",
|
@@ -9249,11 +9310,6 @@
|
|
9249
9310
|
"kind": "import-statement",
|
9250
9311
|
"original": "./Header"
|
9251
9312
|
},
|
9252
|
-
{
|
9253
|
-
"path": "src/Prebuilt/components/RoleChangeRequestModal.tsx",
|
9254
|
-
"kind": "import-statement",
|
9255
|
-
"original": "./RoleChangeRequestModal"
|
9256
|
-
},
|
9257
9313
|
{
|
9258
9314
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
9259
9315
|
"kind": "import-statement",
|
@@ -9667,7 +9723,7 @@
|
|
9667
9723
|
"imports": [],
|
9668
9724
|
"exports": [],
|
9669
9725
|
"inputs": {},
|
9670
|
-
"bytes":
|
9726
|
+
"bytes": 1016205
|
9671
9727
|
},
|
9672
9728
|
"dist/index.cjs.js": {
|
9673
9729
|
"imports": [
|
@@ -10531,6 +10587,11 @@
|
|
10531
10587
|
"kind": "require-call",
|
10532
10588
|
"external": true
|
10533
10589
|
},
|
10590
|
+
{
|
10591
|
+
"path": "react-use",
|
10592
|
+
"kind": "require-call",
|
10593
|
+
"external": true
|
10594
|
+
},
|
10534
10595
|
{
|
10535
10596
|
"path": "@100mslive/react-sdk",
|
10536
10597
|
"kind": "require-call",
|
@@ -11021,11 +11082,6 @@
|
|
11021
11082
|
"kind": "require-call",
|
11022
11083
|
"external": true
|
11023
11084
|
},
|
11024
|
-
{
|
11025
|
-
"path": "@100mslive/react-sdk",
|
11026
|
-
"kind": "require-call",
|
11027
|
-
"external": true
|
11028
|
-
},
|
11029
11085
|
{
|
11030
11086
|
"path": "@100mslive/react-icons",
|
11031
11087
|
"kind": "require-call",
|
@@ -11176,6 +11232,31 @@
|
|
11176
11232
|
"kind": "require-call",
|
11177
11233
|
"external": true
|
11178
11234
|
},
|
11235
|
+
{
|
11236
|
+
"path": "@100mslive/react-sdk",
|
11237
|
+
"kind": "require-call",
|
11238
|
+
"external": true
|
11239
|
+
},
|
11240
|
+
{
|
11241
|
+
"path": "react",
|
11242
|
+
"kind": "require-call",
|
11243
|
+
"external": true
|
11244
|
+
},
|
11245
|
+
{
|
11246
|
+
"path": "@100mslive/react-sdk",
|
11247
|
+
"kind": "require-call",
|
11248
|
+
"external": true
|
11249
|
+
},
|
11250
|
+
{
|
11251
|
+
"path": "react",
|
11252
|
+
"kind": "require-call",
|
11253
|
+
"external": true
|
11254
|
+
},
|
11255
|
+
{
|
11256
|
+
"path": "react-use",
|
11257
|
+
"kind": "require-call",
|
11258
|
+
"external": true
|
11259
|
+
},
|
11179
11260
|
{
|
11180
11261
|
"path": "react",
|
11181
11262
|
"kind": "require-call",
|
@@ -11391,6 +11472,11 @@
|
|
11391
11472
|
"kind": "require-call",
|
11392
11473
|
"external": true
|
11393
11474
|
},
|
11475
|
+
{
|
11476
|
+
"path": "@100mslive/react-sdk",
|
11477
|
+
"kind": "require-call",
|
11478
|
+
"external": true
|
11479
|
+
},
|
11394
11480
|
{
|
11395
11481
|
"path": "react",
|
11396
11482
|
"kind": "require-call",
|
@@ -11471,11 +11557,6 @@
|
|
11471
11557
|
"kind": "require-call",
|
11472
11558
|
"external": true
|
11473
11559
|
},
|
11474
|
-
{
|
11475
|
-
"path": "@100mslive/react-sdk",
|
11476
|
-
"kind": "require-call",
|
11477
|
-
"external": true
|
11478
|
-
},
|
11479
11560
|
{
|
11480
11561
|
"path": "react",
|
11481
11562
|
"kind": "require-call",
|
@@ -11686,16 +11767,6 @@
|
|
11686
11767
|
"kind": "require-call",
|
11687
11768
|
"external": true
|
11688
11769
|
},
|
11689
|
-
{
|
11690
|
-
"path": "@100mslive/react-sdk",
|
11691
|
-
"kind": "require-call",
|
11692
|
-
"external": true
|
11693
|
-
},
|
11694
|
-
{
|
11695
|
-
"path": "react",
|
11696
|
-
"kind": "require-call",
|
11697
|
-
"external": true
|
11698
|
-
},
|
11699
11770
|
{
|
11700
11771
|
"path": "react-router-dom",
|
11701
11772
|
"kind": "require-call",
|
@@ -11736,7 +11807,7 @@
|
|
11736
11807
|
"entryPoint": "src/index.ts",
|
11737
11808
|
"inputs": {
|
11738
11809
|
"<define:process.env>": {
|
11739
|
-
"bytesInOutput":
|
11810
|
+
"bytesInOutput": 18444
|
11740
11811
|
},
|
11741
11812
|
"src/Theme/base.config.ts": {
|
11742
11813
|
"bytesInOutput": 6104
|
@@ -11817,7 +11888,7 @@
|
|
11817
11888
|
"bytesInOutput": 151
|
11818
11889
|
},
|
11819
11890
|
"src/Tooltip/Tooltip.tsx": {
|
11820
|
-
"bytesInOutput":
|
11891
|
+
"bytesInOutput": 2244
|
11821
11892
|
},
|
11822
11893
|
"src/Tooltip/index.ts": {
|
11823
11894
|
"bytesInOutput": 134
|
@@ -11844,13 +11915,13 @@
|
|
11844
11915
|
"bytesInOutput": 128
|
11845
11916
|
},
|
11846
11917
|
"src/Input/Input.tsx": {
|
11847
|
-
"bytesInOutput":
|
11918
|
+
"bytesInOutput": 3391
|
11848
11919
|
},
|
11849
11920
|
"src/Input/index.tsx": {
|
11850
11921
|
"bytesInOutput": 129
|
11851
11922
|
},
|
11852
11923
|
"src/VideoTile/StyledVideoTile.tsx": {
|
11853
|
-
"bytesInOutput":
|
11924
|
+
"bytesInOutput": 3379
|
11854
11925
|
},
|
11855
11926
|
"src/VideoTile/index.tsx": {
|
11856
11927
|
"bytesInOutput": 146
|
@@ -12047,11 +12118,8 @@
|
|
12047
12118
|
"src/Prebuilt/components/Notifications/InitErrorModal.jsx": {
|
12048
12119
|
"bytesInOutput": 1771
|
12049
12120
|
},
|
12050
|
-
"src/Prebuilt/common/utils.js": {
|
12051
|
-
"bytesInOutput": 1226
|
12052
|
-
},
|
12053
12121
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
12054
|
-
"bytesInOutput":
|
12122
|
+
"bytesInOutput": 1895
|
12055
12123
|
},
|
12056
12124
|
"src/Prebuilt/images/android-perm-1.png": {
|
12057
12125
|
"bytesInOutput": 10560
|
@@ -12086,8 +12154,11 @@
|
|
12086
12154
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
12087
12155
|
"bytesInOutput": 1408
|
12088
12156
|
},
|
12157
|
+
"src/Prebuilt/common/utils.js": {
|
12158
|
+
"bytesInOutput": 1336
|
12159
|
+
},
|
12089
12160
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12090
|
-
"bytesInOutput":
|
12161
|
+
"bytesInOutput": 7378
|
12091
12162
|
},
|
12092
12163
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12093
12164
|
"bytesInOutput": 173
|
@@ -12102,7 +12173,7 @@
|
|
12102
12173
|
"bytesInOutput": 128
|
12103
12174
|
},
|
12104
12175
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12105
|
-
"bytesInOutput":
|
12176
|
+
"bytesInOutput": 2305
|
12106
12177
|
},
|
12107
12178
|
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
12108
12179
|
"bytesInOutput": 2178
|
@@ -12195,10 +12266,10 @@
|
|
12195
12266
|
"bytesInOutput": 1299
|
12196
12267
|
},
|
12197
12268
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12198
|
-
"bytesInOutput":
|
12269
|
+
"bytesInOutput": 9862
|
12199
12270
|
},
|
12200
12271
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
12201
|
-
"bytesInOutput":
|
12272
|
+
"bytesInOutput": 3256
|
12202
12273
|
},
|
12203
12274
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
12204
12275
|
"bytesInOutput": 1881
|
@@ -12210,7 +12281,7 @@
|
|
12210
12281
|
"bytesInOutput": 5054
|
12211
12282
|
},
|
12212
12283
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12213
|
-
"bytesInOutput":
|
12284
|
+
"bytesInOutput": 11611
|
12214
12285
|
},
|
12215
12286
|
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
12216
12287
|
"bytesInOutput": 2515
|
@@ -12228,7 +12299,7 @@
|
|
12228
12299
|
"bytesInOutput": 818
|
12229
12300
|
},
|
12230
12301
|
"src/Prebuilt/common/hooks.js": {
|
12231
|
-
"bytesInOutput":
|
12302
|
+
"bytesInOutput": 2516
|
12232
12303
|
},
|
12233
12304
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
12234
12305
|
"bytesInOutput": 2080
|
@@ -12252,10 +12323,10 @@
|
|
12252
12323
|
"bytesInOutput": 2305
|
12253
12324
|
},
|
12254
12325
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
12255
|
-
"bytesInOutput":
|
12326
|
+
"bytesInOutput": 6923
|
12256
12327
|
},
|
12257
12328
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
12258
|
-
"bytesInOutput":
|
12329
|
+
"bytesInOutput": 5237
|
12259
12330
|
},
|
12260
12331
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
12261
12332
|
"bytesInOutput": 2654
|
@@ -12306,13 +12377,13 @@
|
|
12306
12377
|
"bytesInOutput": 8198
|
12307
12378
|
},
|
12308
12379
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
12309
|
-
"bytesInOutput":
|
12380
|
+
"bytesInOutput": 11499
|
12310
12381
|
},
|
12311
12382
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
12312
12383
|
"bytesInOutput": 733
|
12313
12384
|
},
|
12314
12385
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
12315
|
-
"bytesInOutput":
|
12386
|
+
"bytesInOutput": 890
|
12316
12387
|
},
|
12317
12388
|
"src/Prebuilt/images/pdf-share.png": {
|
12318
12389
|
"bytesInOutput": 25548
|
@@ -12354,14 +12425,20 @@
|
|
12354
12425
|
"bytesInOutput": 3505
|
12355
12426
|
},
|
12356
12427
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
12357
|
-
"bytesInOutput":
|
12428
|
+
"bytesInOutput": 13149
|
12358
12429
|
},
|
12359
12430
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
12360
|
-
"bytesInOutput":
|
12431
|
+
"bytesInOutput": 4590
|
12361
12432
|
},
|
12362
12433
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
12363
12434
|
"bytesInOutput": 2795
|
12364
12435
|
},
|
12436
|
+
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
12437
|
+
"bytesInOutput": 2639
|
12438
|
+
},
|
12439
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
12440
|
+
"bytesInOutput": 3482
|
12441
|
+
},
|
12365
12442
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
12366
12443
|
"bytesInOutput": 706
|
12367
12444
|
},
|
@@ -12419,8 +12496,11 @@
|
|
12419
12496
|
"src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
|
12420
12497
|
"bytesInOutput": 1519
|
12421
12498
|
},
|
12499
|
+
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
12500
|
+
"bytesInOutput": 637
|
12501
|
+
},
|
12422
12502
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
12423
|
-
"bytesInOutput":
|
12503
|
+
"bytesInOutput": 16123
|
12424
12504
|
},
|
12425
12505
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
12426
12506
|
"bytesInOutput": 914
|
@@ -12429,16 +12509,13 @@
|
|
12429
12509
|
"bytesInOutput": 1440
|
12430
12510
|
},
|
12431
12511
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
12432
|
-
"bytesInOutput":
|
12433
|
-
},
|
12434
|
-
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
12435
|
-
"bytesInOutput": 637
|
12512
|
+
"bytesInOutput": 6857
|
12436
12513
|
},
|
12437
12514
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
12438
12515
|
"bytesInOutput": 8085
|
12439
12516
|
},
|
12440
12517
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
12441
|
-
"bytesInOutput":
|
12518
|
+
"bytesInOutput": 6530
|
12442
12519
|
},
|
12443
12520
|
"src/Prebuilt/images/rtmp.png": {
|
12444
12521
|
"bytesInOutput": 7396
|
@@ -12450,7 +12527,7 @@
|
|
12450
12527
|
"bytesInOutput": 3687
|
12451
12528
|
},
|
12452
12529
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
12453
|
-
"bytesInOutput":
|
12530
|
+
"bytesInOutput": 4116
|
12454
12531
|
},
|
12455
12532
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
12456
12533
|
"bytesInOutput": 1943
|
@@ -12492,14 +12569,11 @@
|
|
12492
12569
|
"bytesInOutput": 4598
|
12493
12570
|
},
|
12494
12571
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
12495
|
-
"bytesInOutput":
|
12572
|
+
"bytesInOutput": 18286
|
12496
12573
|
},
|
12497
12574
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
12498
12575
|
"bytesInOutput": 3048
|
12499
12576
|
},
|
12500
|
-
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
12501
|
-
"bytesInOutput": 4761
|
12502
|
-
},
|
12503
12577
|
"src/Prebuilt/components/conference.jsx": {
|
12504
12578
|
"bytesInOutput": 8059
|
12505
12579
|
},
|
@@ -12516,7 +12590,7 @@
|
|
12516
12590
|
"bytesInOutput": 2758
|
12517
12591
|
}
|
12518
12592
|
},
|
12519
|
-
"bytes":
|
12593
|
+
"bytes": 848073
|
12520
12594
|
}
|
12521
12595
|
}
|
12522
12596
|
}
|