@100mslive/roomkit-react 0.1.7-alpha.0 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-F5BDZVT2.js → HLSView-3S74KF3A.js} +6 -5
- package/dist/{HLSView-F5BDZVT2.js.map → HLSView-3S74KF3A.js.map} +2 -2
- package/dist/Prebuilt/components/RoleChangeRequest/RequestPrompt.d.ts +9 -0
- package/dist/VideoTile/StyledVideoTile.d.ts +445 -3
- package/dist/{VirtualBackground-THDRYDRA.js → VirtualBackground-3TI5NA4V.js} +3 -3
- package/dist/{chunk-JSH7SKEH.js → chunk-36X4ZCLC.js} +2 -2
- package/dist/{chunk-U3G743OY.js → chunk-5DQ3WTED.js} +2 -2
- package/dist/{chunk-U3G743OY.js.map → chunk-5DQ3WTED.js.map} +1 -1
- package/dist/{chunk-CDYRVICT.js → chunk-Z7P5WITU.js} +40 -32
- package/dist/chunk-Z7P5WITU.js.map +7 -0
- package/dist/{conference-6IVZHILI.js → conference-JNABIZBG.js} +506 -490
- package/dist/conference-JNABIZBG.js.map +7 -0
- package/dist/index.cjs.js +826 -790
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +185 -126
- package/dist/meta.esbuild.json +221 -162
- package/package.json +6 -6
- package/src/Input/Input.tsx +1 -1
- package/src/Prebuilt/common/utils.js +7 -0
- package/src/Prebuilt/components/Chat/ChatBody.jsx +125 -106
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +1 -1
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +36 -44
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +23 -35
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +5 -3
- package/src/Prebuilt/components/RaiseHand.jsx +4 -11
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +66 -0
- package/src/Prebuilt/components/{RoleChangeRequestModal.tsx → RoleChangeRequest/RoleChangeRequestModal.tsx} +18 -50
- package/src/Prebuilt/components/VideoTile.jsx +18 -12
- package/src/Prebuilt/components/conference.jsx +1 -1
- package/src/Prebuilt/components/hooks/useMetadata.jsx +2 -1
- package/src/Prebuilt/layouts/HLSView.jsx +3 -2
- package/src/Prebuilt/layouts/SidePane.tsx +0 -1
- package/src/VideoTile/StyledVideoTile.tsx +10 -14
- package/dist/chunk-CDYRVICT.js.map +0 -7
- package/dist/conference-6IVZHILI.js.map +0 -7
- /package/dist/Prebuilt/components/{RoleChangeRequestModal.d.ts → RoleChangeRequest/RoleChangeRequestModal.d.ts} +0 -0
- /package/dist/{VirtualBackground-THDRYDRA.js.map → VirtualBackground-3TI5NA4V.js.map} +0 -0
- /package/dist/{chunk-JSH7SKEH.js.map → chunk-36X4ZCLC.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -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",
|
@@ -2801,7 +2801,7 @@
|
|
2801
2801
|
"format": "esm"
|
2802
2802
|
},
|
2803
2803
|
"src/Prebuilt/common/utils.js": {
|
2804
|
-
"bytes":
|
2804
|
+
"bytes": 3038,
|
2805
2805
|
"imports": [
|
2806
2806
|
{
|
2807
2807
|
"path": "<define:process.env>",
|
@@ -3037,7 +3037,7 @@
|
|
3037
3037
|
"format": "esm"
|
3038
3038
|
},
|
3039
3039
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
3040
|
-
"bytes":
|
3040
|
+
"bytes": 1700,
|
3041
3041
|
"imports": [
|
3042
3042
|
{
|
3043
3043
|
"path": "react",
|
@@ -4358,7 +4358,7 @@
|
|
4358
4358
|
"format": "esm"
|
4359
4359
|
},
|
4360
4360
|
"src/Prebuilt/components/VideoTile.jsx": {
|
4361
|
-
"bytes":
|
4361
|
+
"bytes": 8154,
|
4362
4362
|
"imports": [
|
4363
4363
|
{
|
4364
4364
|
"path": "react",
|
@@ -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",
|
@@ -5272,7 +5277,7 @@
|
|
5272
5277
|
"format": "esm"
|
5273
5278
|
},
|
5274
5279
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
5275
|
-
"bytes":
|
5280
|
+
"bytes": 6070,
|
5276
5281
|
"imports": [
|
5277
5282
|
{
|
5278
5283
|
"path": "react",
|
@@ -5348,7 +5353,7 @@
|
|
5348
5353
|
"format": "esm"
|
5349
5354
|
},
|
5350
5355
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
5351
|
-
"bytes":
|
5356
|
+
"bytes": 4613,
|
5352
5357
|
"imports": [
|
5353
5358
|
{
|
5354
5359
|
"path": "react",
|
@@ -6407,18 +6412,13 @@
|
|
6407
6412
|
"format": "esm"
|
6408
6413
|
},
|
6409
6414
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
6410
|
-
"bytes":
|
6415
|
+
"bytes": 566,
|
6411
6416
|
"imports": [
|
6412
6417
|
{
|
6413
6418
|
"path": "react",
|
6414
6419
|
"kind": "import-statement",
|
6415
6420
|
"external": true
|
6416
6421
|
},
|
6417
|
-
{
|
6418
|
-
"path": "@100mslive/react-sdk",
|
6419
|
-
"kind": "import-statement",
|
6420
|
-
"external": true
|
6421
|
-
},
|
6422
6422
|
{
|
6423
6423
|
"path": "@100mslive/react-icons",
|
6424
6424
|
"kind": "import-statement",
|
@@ -6434,10 +6434,20 @@
|
|
6434
6434
|
"kind": "import-statement",
|
6435
6435
|
"original": "../IconButton"
|
6436
6436
|
},
|
6437
|
+
{
|
6438
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
6439
|
+
"kind": "import-statement",
|
6440
|
+
"original": "./hooks/useMetadata"
|
6441
|
+
},
|
6437
6442
|
{
|
6438
6443
|
"path": "<define:process.env>",
|
6439
6444
|
"kind": "import-statement",
|
6440
6445
|
"external": true
|
6446
|
+
},
|
6447
|
+
{
|
6448
|
+
"path": "<runtime>",
|
6449
|
+
"kind": "import-statement",
|
6450
|
+
"external": true
|
6441
6451
|
}
|
6442
6452
|
],
|
6443
6453
|
"format": "esm"
|
@@ -7164,6 +7174,88 @@
|
|
7164
7174
|
],
|
7165
7175
|
"format": "esm"
|
7166
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
|
+
},
|
7167
7259
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
7168
7260
|
"bytes": 707,
|
7169
7261
|
"imports": [
|
@@ -8006,8 +8098,24 @@
|
|
8006
8098
|
],
|
8007
8099
|
"format": "esm"
|
8008
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
|
+
},
|
8009
8117
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
8010
|
-
"bytes":
|
8118
|
+
"bytes": 13678,
|
8011
8119
|
"imports": [
|
8012
8120
|
{
|
8013
8121
|
"path": "react",
|
@@ -8089,6 +8197,11 @@
|
|
8089
8197
|
"kind": "import-statement",
|
8090
8198
|
"original": "../hooks/useSetPinnedMessage"
|
8091
8199
|
},
|
8200
|
+
{
|
8201
|
+
"path": "src/Prebuilt/components/Chat/useUnreadCount.js",
|
8202
|
+
"kind": "import-statement",
|
8203
|
+
"original": "./useUnreadCount"
|
8204
|
+
},
|
8092
8205
|
{
|
8093
8206
|
"path": "<define:process.env>",
|
8094
8207
|
"kind": "import-statement",
|
@@ -8215,22 +8328,6 @@
|
|
8215
8328
|
],
|
8216
8329
|
"format": "esm"
|
8217
8330
|
},
|
8218
|
-
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
8219
|
-
"bytes": 472,
|
8220
|
-
"imports": [
|
8221
|
-
{
|
8222
|
-
"path": "@100mslive/react-sdk",
|
8223
|
-
"kind": "import-statement",
|
8224
|
-
"external": true
|
8225
|
-
},
|
8226
|
-
{
|
8227
|
-
"path": "<define:process.env>",
|
8228
|
-
"kind": "import-statement",
|
8229
|
-
"external": true
|
8230
|
-
}
|
8231
|
-
],
|
8232
|
-
"format": "esm"
|
8233
|
-
},
|
8234
8331
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
8235
8332
|
"bytes": 6298,
|
8236
8333
|
"imports": [
|
@@ -8530,7 +8627,7 @@
|
|
8530
8627
|
"format": "esm"
|
8531
8628
|
},
|
8532
8629
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8533
|
-
"bytes":
|
8630
|
+
"bytes": 3668,
|
8534
8631
|
"imports": [
|
8535
8632
|
{
|
8536
8633
|
"path": "react",
|
@@ -8949,7 +9046,7 @@
|
|
8949
9046
|
"format": "esm"
|
8950
9047
|
},
|
8951
9048
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
8952
|
-
"bytes":
|
9049
|
+
"bytes": 14973,
|
8953
9050
|
"imports": [
|
8954
9051
|
{
|
8955
9052
|
"path": "react",
|
@@ -9140,54 +9237,8 @@
|
|
9140
9237
|
],
|
9141
9238
|
"format": "esm"
|
9142
9239
|
},
|
9143
|
-
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9144
|
-
"bytes": 3688,
|
9145
|
-
"imports": [
|
9146
|
-
{
|
9147
|
-
"path": "react",
|
9148
|
-
"kind": "import-statement",
|
9149
|
-
"external": true
|
9150
|
-
},
|
9151
|
-
{
|
9152
|
-
"path": "@100mslive/react-sdk",
|
9153
|
-
"kind": "import-statement",
|
9154
|
-
"external": true
|
9155
|
-
},
|
9156
|
-
{
|
9157
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
9158
|
-
"kind": "import-statement",
|
9159
|
-
"original": "./Preview/PreviewJoin"
|
9160
|
-
},
|
9161
|
-
{
|
9162
|
-
"path": "src/index.ts",
|
9163
|
-
"kind": "import-statement",
|
9164
|
-
"original": "../.."
|
9165
|
-
},
|
9166
|
-
{
|
9167
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
9168
|
-
"kind": "import-statement",
|
9169
|
-
"original": "./hooks/useMetadata"
|
9170
|
-
},
|
9171
|
-
{
|
9172
|
-
"path": "src/Prebuilt/common/constants.js",
|
9173
|
-
"kind": "import-statement",
|
9174
|
-
"original": "../common/constants"
|
9175
|
-
},
|
9176
|
-
{
|
9177
|
-
"path": "<define:process.env>",
|
9178
|
-
"kind": "import-statement",
|
9179
|
-
"external": true
|
9180
|
-
},
|
9181
|
-
{
|
9182
|
-
"path": "<runtime>",
|
9183
|
-
"kind": "import-statement",
|
9184
|
-
"external": true
|
9185
|
-
}
|
9186
|
-
],
|
9187
|
-
"format": "esm"
|
9188
|
-
},
|
9189
9240
|
"src/Prebuilt/components/conference.jsx": {
|
9190
|
-
"bytes":
|
9241
|
+
"bytes": 6609,
|
9191
9242
|
"imports": [
|
9192
9243
|
{
|
9193
9244
|
"path": "react",
|
@@ -9229,6 +9280,11 @@
|
|
9229
9280
|
"kind": "import-statement",
|
9230
9281
|
"original": "./PIP/PIPManager"
|
9231
9282
|
},
|
9283
|
+
{
|
9284
|
+
"path": "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx",
|
9285
|
+
"kind": "import-statement",
|
9286
|
+
"original": "./RoleChangeRequest/RoleChangeRequestModal"
|
9287
|
+
},
|
9232
9288
|
{
|
9233
9289
|
"path": "src/Layout/index.tsx",
|
9234
9290
|
"kind": "import-statement",
|
@@ -9254,11 +9310,6 @@
|
|
9254
9310
|
"kind": "import-statement",
|
9255
9311
|
"original": "./Header"
|
9256
9312
|
},
|
9257
|
-
{
|
9258
|
-
"path": "src/Prebuilt/components/RoleChangeRequestModal.tsx",
|
9259
|
-
"kind": "import-statement",
|
9260
|
-
"original": "./RoleChangeRequestModal"
|
9261
|
-
},
|
9262
9313
|
{
|
9263
9314
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
9264
9315
|
"kind": "import-statement",
|
@@ -9677,11 +9728,11 @@
|
|
9677
9728
|
"dist/index.js": {
|
9678
9729
|
"imports": [
|
9679
9730
|
{
|
9680
|
-
"path": "dist/chunk-
|
9731
|
+
"path": "dist/chunk-Z7P5WITU.js",
|
9681
9732
|
"kind": "import-statement"
|
9682
9733
|
},
|
9683
9734
|
{
|
9684
|
-
"path": "dist/chunk-
|
9735
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
9685
9736
|
"kind": "import-statement"
|
9686
9737
|
}
|
9687
9738
|
],
|
@@ -9750,20 +9801,20 @@
|
|
9750
9801
|
"inputs": {},
|
9751
9802
|
"bytes": 1702
|
9752
9803
|
},
|
9753
|
-
"dist/VirtualBackground-
|
9804
|
+
"dist/VirtualBackground-3TI5NA4V.js.map": {
|
9754
9805
|
"imports": [],
|
9755
9806
|
"exports": [],
|
9756
9807
|
"inputs": {},
|
9757
9808
|
"bytes": 9170
|
9758
9809
|
},
|
9759
|
-
"dist/VirtualBackground-
|
9810
|
+
"dist/VirtualBackground-3TI5NA4V.js": {
|
9760
9811
|
"imports": [
|
9761
9812
|
{
|
9762
|
-
"path": "dist/chunk-
|
9813
|
+
"path": "dist/chunk-36X4ZCLC.js",
|
9763
9814
|
"kind": "import-statement"
|
9764
9815
|
},
|
9765
9816
|
{
|
9766
|
-
"path": "dist/chunk-
|
9817
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
9767
9818
|
"kind": "import-statement"
|
9768
9819
|
},
|
9769
9820
|
{
|
@@ -9812,20 +9863,20 @@
|
|
9812
9863
|
},
|
9813
9864
|
"bytes": 6113
|
9814
9865
|
},
|
9815
|
-
"dist/HLSView-
|
9866
|
+
"dist/HLSView-3S74KF3A.js.map": {
|
9816
9867
|
"imports": [],
|
9817
9868
|
"exports": [],
|
9818
9869
|
"inputs": {},
|
9819
|
-
"bytes":
|
9870
|
+
"bytes": 52724
|
9820
9871
|
},
|
9821
|
-
"dist/HLSView-
|
9872
|
+
"dist/HLSView-3S74KF3A.js": {
|
9822
9873
|
"imports": [
|
9823
9874
|
{
|
9824
|
-
"path": "dist/chunk-
|
9875
|
+
"path": "dist/chunk-Z7P5WITU.js",
|
9825
9876
|
"kind": "import-statement"
|
9826
9877
|
},
|
9827
9878
|
{
|
9828
|
-
"path": "dist/chunk-
|
9879
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
9829
9880
|
"kind": "import-statement"
|
9830
9881
|
},
|
9831
9882
|
{
|
@@ -9935,7 +9986,7 @@
|
|
9935
9986
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
9936
9987
|
"inputs": {
|
9937
9988
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
9938
|
-
"bytesInOutput":
|
9989
|
+
"bytesInOutput": 14845
|
9939
9990
|
},
|
9940
9991
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
9941
9992
|
"bytesInOutput": 3494
|
@@ -9974,26 +10025,26 @@
|
|
9974
10025
|
"bytesInOutput": 3945
|
9975
10026
|
}
|
9976
10027
|
},
|
9977
|
-
"bytes":
|
10028
|
+
"bytes": 32768
|
9978
10029
|
},
|
9979
|
-
"dist/conference-
|
10030
|
+
"dist/conference-JNABIZBG.js.map": {
|
9980
10031
|
"imports": [],
|
9981
10032
|
"exports": [],
|
9982
10033
|
"inputs": {},
|
9983
|
-
"bytes":
|
10034
|
+
"bytes": 403040
|
9984
10035
|
},
|
9985
|
-
"dist/conference-
|
10036
|
+
"dist/conference-JNABIZBG.js": {
|
9986
10037
|
"imports": [
|
9987
10038
|
{
|
9988
|
-
"path": "dist/chunk-
|
10039
|
+
"path": "dist/chunk-36X4ZCLC.js",
|
9989
10040
|
"kind": "import-statement"
|
9990
10041
|
},
|
9991
10042
|
{
|
9992
|
-
"path": "dist/chunk-
|
10043
|
+
"path": "dist/chunk-Z7P5WITU.js",
|
9993
10044
|
"kind": "import-statement"
|
9994
10045
|
},
|
9995
10046
|
{
|
9996
|
-
"path": "dist/chunk-
|
10047
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
9997
10048
|
"kind": "import-statement"
|
9998
10049
|
},
|
9999
10050
|
{
|
@@ -10356,11 +10407,6 @@
|
|
10356
10407
|
"kind": "import-statement",
|
10357
10408
|
"external": true
|
10358
10409
|
},
|
10359
|
-
{
|
10360
|
-
"path": "@100mslive/react-sdk",
|
10361
|
-
"kind": "import-statement",
|
10362
|
-
"external": true
|
10363
|
-
},
|
10364
10410
|
{
|
10365
10411
|
"path": "@100mslive/react-icons",
|
10366
10412
|
"kind": "import-statement",
|
@@ -10497,7 +10543,7 @@
|
|
10497
10543
|
"external": true
|
10498
10544
|
},
|
10499
10545
|
{
|
10500
|
-
"path": "dist/VirtualBackground-
|
10546
|
+
"path": "dist/VirtualBackground-3TI5NA4V.js",
|
10501
10547
|
"kind": "dynamic-import"
|
10502
10548
|
},
|
10503
10549
|
{
|
@@ -10525,6 +10571,26 @@
|
|
10525
10571
|
"kind": "import-statement",
|
10526
10572
|
"external": true
|
10527
10573
|
},
|
10574
|
+
{
|
10575
|
+
"path": "react-use",
|
10576
|
+
"kind": "import-statement",
|
10577
|
+
"external": true
|
10578
|
+
},
|
10579
|
+
{
|
10580
|
+
"path": "react",
|
10581
|
+
"kind": "import-statement",
|
10582
|
+
"external": true
|
10583
|
+
},
|
10584
|
+
{
|
10585
|
+
"path": "@100mslive/react-sdk",
|
10586
|
+
"kind": "import-statement",
|
10587
|
+
"external": true
|
10588
|
+
},
|
10589
|
+
{
|
10590
|
+
"path": "react",
|
10591
|
+
"kind": "import-statement",
|
10592
|
+
"external": true
|
10593
|
+
},
|
10528
10594
|
{
|
10529
10595
|
"path": "@100mslive/react-sdk",
|
10530
10596
|
"kind": "import-statement",
|
@@ -10815,6 +10881,11 @@
|
|
10815
10881
|
"kind": "import-statement",
|
10816
10882
|
"external": true
|
10817
10883
|
},
|
10884
|
+
{
|
10885
|
+
"path": "@100mslive/react-sdk",
|
10886
|
+
"kind": "import-statement",
|
10887
|
+
"external": true
|
10888
|
+
},
|
10818
10889
|
{
|
10819
10890
|
"path": "react",
|
10820
10891
|
"kind": "import-statement",
|
@@ -10860,11 +10931,6 @@
|
|
10860
10931
|
"kind": "import-statement",
|
10861
10932
|
"external": true
|
10862
10933
|
},
|
10863
|
-
{
|
10864
|
-
"path": "@100mslive/react-sdk",
|
10865
|
-
"kind": "import-statement",
|
10866
|
-
"external": true
|
10867
|
-
},
|
10868
10934
|
{
|
10869
10935
|
"path": "react",
|
10870
10936
|
"kind": "import-statement",
|
@@ -10906,18 +10972,8 @@
|
|
10906
10972
|
"external": true
|
10907
10973
|
},
|
10908
10974
|
{
|
10909
|
-
"path": "dist/HLSView-
|
10975
|
+
"path": "dist/HLSView-3S74KF3A.js",
|
10910
10976
|
"kind": "dynamic-import"
|
10911
|
-
},
|
10912
|
-
{
|
10913
|
-
"path": "react",
|
10914
|
-
"kind": "import-statement",
|
10915
|
-
"external": true
|
10916
|
-
},
|
10917
|
-
{
|
10918
|
-
"path": "@100mslive/react-sdk",
|
10919
|
-
"kind": "import-statement",
|
10920
|
-
"external": true
|
10921
10977
|
}
|
10922
10978
|
],
|
10923
10979
|
"exports": [
|
@@ -10941,7 +10997,7 @@
|
|
10941
10997
|
"bytesInOutput": 2037
|
10942
10998
|
},
|
10943
10999
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
10944
|
-
"bytesInOutput":
|
11000
|
+
"bytesInOutput": 5421
|
10945
11001
|
},
|
10946
11002
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
10947
11003
|
"bytesInOutput": 1894
|
@@ -10956,7 +11012,7 @@
|
|
10956
11012
|
"bytesInOutput": 1704
|
10957
11013
|
},
|
10958
11014
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
10959
|
-
"bytesInOutput":
|
11015
|
+
"bytesInOutput": 4176
|
10960
11016
|
},
|
10961
11017
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
10962
11018
|
"bytesInOutput": 365
|
@@ -11010,7 +11066,7 @@
|
|
11010
11066
|
"bytesInOutput": 9284
|
11011
11067
|
},
|
11012
11068
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
11013
|
-
"bytesInOutput":
|
11069
|
+
"bytesInOutput": 529
|
11014
11070
|
},
|
11015
11071
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
11016
11072
|
"bytesInOutput": 1404
|
@@ -11046,7 +11102,7 @@
|
|
11046
11102
|
"bytesInOutput": 861
|
11047
11103
|
},
|
11048
11104
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
11049
|
-
"bytesInOutput":
|
11105
|
+
"bytesInOutput": 10755
|
11050
11106
|
},
|
11051
11107
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
11052
11108
|
"bytesInOutput": 2610
|
@@ -11057,6 +11113,12 @@
|
|
11057
11113
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
11058
11114
|
"bytesInOutput": 2329
|
11059
11115
|
},
|
11116
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
11117
|
+
"bytesInOutput": 2734
|
11118
|
+
},
|
11119
|
+
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
11120
|
+
"bytesInOutput": 1995
|
11121
|
+
},
|
11060
11122
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11061
11123
|
"bytesInOutput": 2255
|
11062
11124
|
},
|
@@ -11079,13 +11141,13 @@
|
|
11079
11141
|
"bytesInOutput": 1167
|
11080
11142
|
},
|
11081
11143
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
11082
|
-
"bytesInOutput":
|
11144
|
+
"bytesInOutput": 3795
|
11083
11145
|
},
|
11084
11146
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
11085
11147
|
"bytesInOutput": 1698
|
11086
11148
|
},
|
11087
11149
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
11088
|
-
"bytesInOutput":
|
11150
|
+
"bytesInOutput": 1036
|
11089
11151
|
},
|
11090
11152
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
11091
11153
|
"bytesInOutput": 1912
|
@@ -11112,7 +11174,7 @@
|
|
11112
11174
|
"bytesInOutput": 3127
|
11113
11175
|
},
|
11114
11176
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
11115
|
-
"bytesInOutput":
|
11177
|
+
"bytesInOutput": 3215
|
11116
11178
|
},
|
11117
11179
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
11118
11180
|
"bytesInOutput": 5223
|
@@ -11121,7 +11183,7 @@
|
|
11121
11183
|
"bytesInOutput": 6585
|
11122
11184
|
},
|
11123
11185
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
11124
|
-
"bytesInOutput":
|
11186
|
+
"bytesInOutput": 13101
|
11125
11187
|
},
|
11126
11188
|
"src/Prebuilt/images/empty-chat.svg": {
|
11127
11189
|
"bytesInOutput": 2261
|
@@ -11129,6 +11191,9 @@
|
|
11129
11191
|
"src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
|
11130
11192
|
"bytesInOutput": 1207
|
11131
11193
|
},
|
11194
|
+
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
11195
|
+
"bytesInOutput": 497
|
11196
|
+
},
|
11132
11197
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
11133
11198
|
"bytesInOutput": 5501
|
11134
11199
|
},
|
@@ -11138,9 +11203,6 @@
|
|
11138
11203
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
11139
11204
|
"bytesInOutput": 1169
|
11140
11205
|
},
|
11141
|
-
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
11142
|
-
"bytesInOutput": 497
|
11143
|
-
},
|
11144
11206
|
"src/Prebuilt/components/Streaming/StreamingLanding.jsx": {
|
11145
11207
|
"bytesInOutput": 2863
|
11146
11208
|
},
|
@@ -11152,23 +11214,20 @@
|
|
11152
11214
|
},
|
11153
11215
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
11154
11216
|
"bytesInOutput": 1380
|
11155
|
-
},
|
11156
|
-
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
11157
|
-
"bytesInOutput": 3904
|
11158
11217
|
}
|
11159
11218
|
},
|
11160
|
-
"bytes":
|
11219
|
+
"bytes": 303534
|
11161
11220
|
},
|
11162
|
-
"dist/chunk-
|
11221
|
+
"dist/chunk-36X4ZCLC.js.map": {
|
11163
11222
|
"imports": [],
|
11164
11223
|
"exports": [],
|
11165
11224
|
"inputs": {},
|
11166
11225
|
"bytes": 2406
|
11167
11226
|
},
|
11168
|
-
"dist/chunk-
|
11227
|
+
"dist/chunk-36X4ZCLC.js": {
|
11169
11228
|
"imports": [
|
11170
11229
|
{
|
11171
|
-
"path": "dist/chunk-
|
11230
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
11172
11231
|
"kind": "import-statement"
|
11173
11232
|
},
|
11174
11233
|
{
|
@@ -11187,16 +11246,16 @@
|
|
11187
11246
|
},
|
11188
11247
|
"bytes": 1591
|
11189
11248
|
},
|
11190
|
-
"dist/chunk-
|
11249
|
+
"dist/chunk-Z7P5WITU.js.map": {
|
11191
11250
|
"imports": [],
|
11192
11251
|
"exports": [],
|
11193
11252
|
"inputs": {},
|
11194
|
-
"bytes":
|
11253
|
+
"bytes": 496061
|
11195
11254
|
},
|
11196
|
-
"dist/chunk-
|
11255
|
+
"dist/chunk-Z7P5WITU.js": {
|
11197
11256
|
"imports": [
|
11198
11257
|
{
|
11199
|
-
"path": "dist/chunk-
|
11258
|
+
"path": "dist/chunk-5DQ3WTED.js",
|
11200
11259
|
"kind": "import-statement"
|
11201
11260
|
},
|
11202
11261
|
{
|
@@ -12120,7 +12179,7 @@
|
|
12120
12179
|
"external": true
|
12121
12180
|
},
|
12122
12181
|
{
|
12123
|
-
"path": "dist/VirtualBackground-
|
12182
|
+
"path": "dist/VirtualBackground-3TI5NA4V.js",
|
12124
12183
|
"kind": "dynamic-import"
|
12125
12184
|
},
|
12126
12185
|
{
|
@@ -12189,7 +12248,7 @@
|
|
12189
12248
|
"external": true
|
12190
12249
|
},
|
12191
12250
|
{
|
12192
|
-
"path": "dist/conference-
|
12251
|
+
"path": "dist/conference-JNABIZBG.js",
|
12193
12252
|
"kind": "dynamic-import"
|
12194
12253
|
},
|
12195
12254
|
{
|
@@ -12361,10 +12420,10 @@
|
|
12361
12420
|
"bytesInOutput": 0
|
12362
12421
|
},
|
12363
12422
|
"src/Input/Input.tsx": {
|
12364
|
-
"bytesInOutput":
|
12423
|
+
"bytesInOutput": 2577
|
12365
12424
|
},
|
12366
12425
|
"src/VideoTile/StyledVideoTile.tsx": {
|
12367
|
-
"bytesInOutput":
|
12426
|
+
"bytesInOutput": 2602
|
12368
12427
|
},
|
12369
12428
|
"src/VideoTile/index.tsx": {
|
12370
12429
|
"bytesInOutput": 0
|
@@ -12577,7 +12636,7 @@
|
|
12577
12636
|
"bytesInOutput": 1293
|
12578
12637
|
},
|
12579
12638
|
"src/Prebuilt/common/utils.js": {
|
12580
|
-
"bytesInOutput":
|
12639
|
+
"bytesInOutput": 1027
|
12581
12640
|
},
|
12582
12641
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12583
12642
|
"bytesInOutput": 0
|
@@ -12607,7 +12666,7 @@
|
|
12607
12666
|
"bytesInOutput": 1733
|
12608
12667
|
},
|
12609
12668
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12610
|
-
"bytesInOutput":
|
12669
|
+
"bytesInOutput": 1893
|
12611
12670
|
},
|
12612
12671
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
12613
12672
|
"bytesInOutput": 1044
|
@@ -12625,7 +12684,7 @@
|
|
12625
12684
|
"bytesInOutput": 1769
|
12626
12685
|
},
|
12627
12686
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12628
|
-
"bytesInOutput":
|
12687
|
+
"bytesInOutput": 9320
|
12629
12688
|
},
|
12630
12689
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
12631
12690
|
"bytesInOutput": 5583
|
@@ -12670,7 +12729,7 @@
|
|
12670
12729
|
"bytesInOutput": 1851
|
12671
12730
|
},
|
12672
12731
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12673
|
-
"bytesInOutput":
|
12732
|
+
"bytesInOutput": 8310
|
12674
12733
|
},
|
12675
12734
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
12676
12735
|
"bytesInOutput": 4399
|
@@ -12715,15 +12774,15 @@
|
|
12715
12774
|
"bytesInOutput": 391
|
12716
12775
|
}
|
12717
12776
|
},
|
12718
|
-
"bytes":
|
12777
|
+
"bytes": 310161
|
12719
12778
|
},
|
12720
|
-
"dist/chunk-
|
12779
|
+
"dist/chunk-5DQ3WTED.js.map": {
|
12721
12780
|
"imports": [],
|
12722
12781
|
"exports": [],
|
12723
12782
|
"inputs": {},
|
12724
|
-
"bytes":
|
12783
|
+
"bytes": 39344
|
12725
12784
|
},
|
12726
|
-
"dist/chunk-
|
12785
|
+
"dist/chunk-5DQ3WTED.js": {
|
12727
12786
|
"imports": [
|
12728
12787
|
{
|
12729
12788
|
"path": "@stitches/react",
|
@@ -12800,7 +12859,7 @@
|
|
12800
12859
|
],
|
12801
12860
|
"inputs": {
|
12802
12861
|
"<define:process.env>": {
|
12803
|
-
"bytesInOutput":
|
12862
|
+
"bytesInOutput": 18337
|
12804
12863
|
},
|
12805
12864
|
"src/Theme/stitches.config.ts": {
|
12806
12865
|
"bytesInOutput": 1652
|
@@ -12851,7 +12910,7 @@
|
|
12851
12910
|
"bytesInOutput": 546
|
12852
12911
|
}
|
12853
12912
|
},
|
12854
|
-
"bytes":
|
12913
|
+
"bytes": 39964
|
12855
12914
|
}
|
12856
12915
|
}
|
12857
12916
|
}
|