@100mslive/roomkit-react 0.1.7-alpha.0 → 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-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/index.js
CHANGED
@@ -39,7 +39,7 @@ import {
|
|
39
39
|
getLeft,
|
40
40
|
useBorderAudioLevel,
|
41
41
|
useTheme
|
42
|
-
} from "./chunk-
|
42
|
+
} from "./chunk-Z7P5WITU.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-5DQ3WTED.js";
|
64
64
|
export {
|
65
65
|
Accordion,
|
66
66
|
Avatar,
|
package/dist/meta.cjs.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",
|
@@ -9672,7 +9723,7 @@
|
|
9672
9723
|
"imports": [],
|
9673
9724
|
"exports": [],
|
9674
9725
|
"inputs": {},
|
9675
|
-
"bytes":
|
9726
|
+
"bytes": 1016205
|
9676
9727
|
},
|
9677
9728
|
"dist/index.cjs.js": {
|
9678
9729
|
"imports": [
|
@@ -11031,11 +11082,6 @@
|
|
11031
11082
|
"kind": "require-call",
|
11032
11083
|
"external": true
|
11033
11084
|
},
|
11034
|
-
{
|
11035
|
-
"path": "@100mslive/react-sdk",
|
11036
|
-
"kind": "require-call",
|
11037
|
-
"external": true
|
11038
|
-
},
|
11039
11085
|
{
|
11040
11086
|
"path": "@100mslive/react-icons",
|
11041
11087
|
"kind": "require-call",
|
@@ -11206,6 +11252,26 @@
|
|
11206
11252
|
"kind": "require-call",
|
11207
11253
|
"external": true
|
11208
11254
|
},
|
11255
|
+
{
|
11256
|
+
"path": "react-use",
|
11257
|
+
"kind": "require-call",
|
11258
|
+
"external": true
|
11259
|
+
},
|
11260
|
+
{
|
11261
|
+
"path": "react",
|
11262
|
+
"kind": "require-call",
|
11263
|
+
"external": true
|
11264
|
+
},
|
11265
|
+
{
|
11266
|
+
"path": "@100mslive/react-sdk",
|
11267
|
+
"kind": "require-call",
|
11268
|
+
"external": true
|
11269
|
+
},
|
11270
|
+
{
|
11271
|
+
"path": "react",
|
11272
|
+
"kind": "require-call",
|
11273
|
+
"external": true
|
11274
|
+
},
|
11209
11275
|
{
|
11210
11276
|
"path": "react",
|
11211
11277
|
"kind": "require-call",
|
@@ -11406,6 +11472,11 @@
|
|
11406
11472
|
"kind": "require-call",
|
11407
11473
|
"external": true
|
11408
11474
|
},
|
11475
|
+
{
|
11476
|
+
"path": "@100mslive/react-sdk",
|
11477
|
+
"kind": "require-call",
|
11478
|
+
"external": true
|
11479
|
+
},
|
11409
11480
|
{
|
11410
11481
|
"path": "react",
|
11411
11482
|
"kind": "require-call",
|
@@ -11486,11 +11557,6 @@
|
|
11486
11557
|
"kind": "require-call",
|
11487
11558
|
"external": true
|
11488
11559
|
},
|
11489
|
-
{
|
11490
|
-
"path": "@100mslive/react-sdk",
|
11491
|
-
"kind": "require-call",
|
11492
|
-
"external": true
|
11493
|
-
},
|
11494
11560
|
{
|
11495
11561
|
"path": "react",
|
11496
11562
|
"kind": "require-call",
|
@@ -11701,16 +11767,6 @@
|
|
11701
11767
|
"kind": "require-call",
|
11702
11768
|
"external": true
|
11703
11769
|
},
|
11704
|
-
{
|
11705
|
-
"path": "@100mslive/react-sdk",
|
11706
|
-
"kind": "require-call",
|
11707
|
-
"external": true
|
11708
|
-
},
|
11709
|
-
{
|
11710
|
-
"path": "react",
|
11711
|
-
"kind": "require-call",
|
11712
|
-
"external": true
|
11713
|
-
},
|
11714
11770
|
{
|
11715
11771
|
"path": "react-router-dom",
|
11716
11772
|
"kind": "require-call",
|
@@ -11751,7 +11807,7 @@
|
|
11751
11807
|
"entryPoint": "src/index.ts",
|
11752
11808
|
"inputs": {
|
11753
11809
|
"<define:process.env>": {
|
11754
|
-
"bytesInOutput":
|
11810
|
+
"bytesInOutput": 18444
|
11755
11811
|
},
|
11756
11812
|
"src/Theme/base.config.ts": {
|
11757
11813
|
"bytesInOutput": 6104
|
@@ -11859,13 +11915,13 @@
|
|
11859
11915
|
"bytesInOutput": 128
|
11860
11916
|
},
|
11861
11917
|
"src/Input/Input.tsx": {
|
11862
|
-
"bytesInOutput":
|
11918
|
+
"bytesInOutput": 3391
|
11863
11919
|
},
|
11864
11920
|
"src/Input/index.tsx": {
|
11865
11921
|
"bytesInOutput": 129
|
11866
11922
|
},
|
11867
11923
|
"src/VideoTile/StyledVideoTile.tsx": {
|
11868
|
-
"bytesInOutput":
|
11924
|
+
"bytesInOutput": 3379
|
11869
11925
|
},
|
11870
11926
|
"src/VideoTile/index.tsx": {
|
11871
11927
|
"bytesInOutput": 146
|
@@ -12099,7 +12155,7 @@
|
|
12099
12155
|
"bytesInOutput": 1408
|
12100
12156
|
},
|
12101
12157
|
"src/Prebuilt/common/utils.js": {
|
12102
|
-
"bytesInOutput":
|
12158
|
+
"bytesInOutput": 1336
|
12103
12159
|
},
|
12104
12160
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12105
12161
|
"bytesInOutput": 7378
|
@@ -12117,7 +12173,7 @@
|
|
12117
12173
|
"bytesInOutput": 128
|
12118
12174
|
},
|
12119
12175
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12120
|
-
"bytesInOutput":
|
12176
|
+
"bytesInOutput": 2305
|
12121
12177
|
},
|
12122
12178
|
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
12123
12179
|
"bytesInOutput": 2178
|
@@ -12210,7 +12266,7 @@
|
|
12210
12266
|
"bytesInOutput": 1299
|
12211
12267
|
},
|
12212
12268
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12213
|
-
"bytesInOutput":
|
12269
|
+
"bytesInOutput": 9862
|
12214
12270
|
},
|
12215
12271
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
12216
12272
|
"bytesInOutput": 3256
|
@@ -12225,7 +12281,7 @@
|
|
12225
12281
|
"bytesInOutput": 5054
|
12226
12282
|
},
|
12227
12283
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12228
|
-
"bytesInOutput":
|
12284
|
+
"bytesInOutput": 11611
|
12229
12285
|
},
|
12230
12286
|
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
12231
12287
|
"bytesInOutput": 2515
|
@@ -12267,10 +12323,10 @@
|
|
12267
12323
|
"bytesInOutput": 2305
|
12268
12324
|
},
|
12269
12325
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
12270
|
-
"bytesInOutput":
|
12326
|
+
"bytesInOutput": 6923
|
12271
12327
|
},
|
12272
12328
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
12273
|
-
"bytesInOutput":
|
12329
|
+
"bytesInOutput": 5237
|
12274
12330
|
},
|
12275
12331
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
12276
12332
|
"bytesInOutput": 2654
|
@@ -12327,7 +12383,7 @@
|
|
12327
12383
|
"bytesInOutput": 733
|
12328
12384
|
},
|
12329
12385
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
12330
|
-
"bytesInOutput":
|
12386
|
+
"bytesInOutput": 890
|
12331
12387
|
},
|
12332
12388
|
"src/Prebuilt/images/pdf-share.png": {
|
12333
12389
|
"bytesInOutput": 25548
|
@@ -12377,6 +12433,12 @@
|
|
12377
12433
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
12378
12434
|
"bytesInOutput": 2795
|
12379
12435
|
},
|
12436
|
+
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
12437
|
+
"bytesInOutput": 2639
|
12438
|
+
},
|
12439
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
12440
|
+
"bytesInOutput": 3482
|
12441
|
+
},
|
12380
12442
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
12381
12443
|
"bytesInOutput": 706
|
12382
12444
|
},
|
@@ -12434,8 +12496,11 @@
|
|
12434
12496
|
"src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
|
12435
12497
|
"bytesInOutput": 1519
|
12436
12498
|
},
|
12499
|
+
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
12500
|
+
"bytesInOutput": 637
|
12501
|
+
},
|
12437
12502
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
12438
|
-
"bytesInOutput":
|
12503
|
+
"bytesInOutput": 16123
|
12439
12504
|
},
|
12440
12505
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
12441
12506
|
"bytesInOutput": 914
|
@@ -12446,9 +12511,6 @@
|
|
12446
12511
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
12447
12512
|
"bytesInOutput": 6857
|
12448
12513
|
},
|
12449
|
-
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
12450
|
-
"bytesInOutput": 637
|
12451
|
-
},
|
12452
12514
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
12453
12515
|
"bytesInOutput": 8085
|
12454
12516
|
},
|
@@ -12465,7 +12527,7 @@
|
|
12465
12527
|
"bytesInOutput": 3687
|
12466
12528
|
},
|
12467
12529
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
12468
|
-
"bytesInOutput":
|
12530
|
+
"bytesInOutput": 4116
|
12469
12531
|
},
|
12470
12532
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
12471
12533
|
"bytesInOutput": 1943
|
@@ -12507,14 +12569,11 @@
|
|
12507
12569
|
"bytesInOutput": 4598
|
12508
12570
|
},
|
12509
12571
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
12510
|
-
"bytesInOutput":
|
12572
|
+
"bytesInOutput": 18286
|
12511
12573
|
},
|
12512
12574
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
12513
12575
|
"bytesInOutput": 3048
|
12514
12576
|
},
|
12515
|
-
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
12516
|
-
"bytesInOutput": 4783
|
12517
|
-
},
|
12518
12577
|
"src/Prebuilt/components/conference.jsx": {
|
12519
12578
|
"bytesInOutput": 8059
|
12520
12579
|
},
|
@@ -12531,7 +12590,7 @@
|
|
12531
12590
|
"bytesInOutput": 2758
|
12532
12591
|
}
|
12533
12592
|
},
|
12534
|
-
"bytes":
|
12593
|
+
"bytes": 848073
|
12535
12594
|
}
|
12536
12595
|
}
|
12537
12596
|
}
|