@100mslive/roomkit-react 0.1.6-alpha.1 → 0.1.6-alpha.2
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-HNVYG5VE.js → HLSView-QMU5JK7U.js} +3 -3
- package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +1 -3
- package/dist/Prebuilt/components/SidePaneTabs.d.ts +7 -0
- package/dist/{VirtualBackground-UM2FOUHQ.js → VirtualBackground-37FXUPYO.js} +6 -6
- package/dist/VirtualBackground-37FXUPYO.js.map +7 -0
- package/dist/{chunk-POE7H4IE.js → chunk-KBVIZGYW.js} +2 -2
- package/dist/{chunk-POE7H4IE.js.map → chunk-KBVIZGYW.js.map} +1 -1
- package/dist/{chunk-LYSAET4G.js → chunk-WVGGQZK4.js} +100 -106
- package/dist/{chunk-LYSAET4G.js.map → chunk-WVGGQZK4.js.map} +3 -3
- package/dist/{chunk-364HP22I.js → chunk-ZKE2N5LH.js} +2 -2
- package/dist/{conference-UWLJHMB2.js → conference-FJJQ4TXX.js} +419 -384
- package/dist/conference-FJJQ4TXX.js.map +7 -0
- package/dist/index.cjs.js +594 -570
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +127 -127
- package/dist/meta.esbuild.json +161 -160
- package/package.json +6 -6
- package/src/Prebuilt/components/Chat/Chat.jsx +2 -6
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -9
- package/src/Prebuilt/components/Footer/Footer.tsx +22 -6
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +0 -2
- package/src/Prebuilt/components/Header/HeaderComponents.jsx +8 -1
- package/src/Prebuilt/components/InsetTile.tsx +1 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
- package/src/Prebuilt/components/Notifications/Notifications.jsx +14 -7
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +2 -3
- package/src/Prebuilt/components/RoleChangeRequestModal.tsx +6 -4
- package/src/Prebuilt/components/SidePaneTabs.tsx +120 -0
- package/src/Prebuilt/components/hooks/useMetadata.jsx +7 -25
- package/src/Prebuilt/layouts/SidePane.tsx +12 -10
- package/src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx +3 -3
- package/src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts +2 -2
- package/dist/VirtualBackground-UM2FOUHQ.js.map +0 -7
- package/dist/conference-UWLJHMB2.js.map +0 -7
- package/src/Prebuilt/components/Chat/ChatParticipantHeader.jsx +0 -84
- /package/dist/{HLSView-HNVYG5VE.js.map → HLSView-QMU5JK7U.js.map} +0 -0
- /package/dist/{chunk-364HP22I.js.map → chunk-ZKE2N5LH.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-WVGGQZK4.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-KBVIZGYW.js";
|
64
64
|
export {
|
65
65
|
Accordion,
|
66
66
|
Avatar,
|
package/dist/meta.cjs.json
CHANGED
@@ -2281,7 +2281,7 @@
|
|
2281
2281
|
"format": "esm"
|
2282
2282
|
},
|
2283
2283
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
2284
|
-
"bytes":
|
2284
|
+
"bytes": 2489,
|
2285
2285
|
"imports": [
|
2286
2286
|
{
|
2287
2287
|
"path": "react",
|
@@ -2817,7 +2817,7 @@
|
|
2817
2817
|
"format": "esm"
|
2818
2818
|
},
|
2819
2819
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
2820
|
-
"bytes":
|
2820
|
+
"bytes": 6613,
|
2821
2821
|
"imports": [
|
2822
2822
|
{
|
2823
2823
|
"path": "react",
|
@@ -2939,7 +2939,7 @@
|
|
2939
2939
|
"format": "esm"
|
2940
2940
|
},
|
2941
2941
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
2942
|
-
"bytes":
|
2942
|
+
"bytes": 1830,
|
2943
2943
|
"imports": [
|
2944
2944
|
{
|
2945
2945
|
"path": "react",
|
@@ -3047,7 +3047,7 @@
|
|
3047
3047
|
"format": "esm"
|
3048
3048
|
},
|
3049
3049
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
3050
|
-
"bytes":
|
3050
|
+
"bytes": 1458,
|
3051
3051
|
"imports": [
|
3052
3052
|
{
|
3053
3053
|
"path": "react",
|
@@ -4557,7 +4557,7 @@
|
|
4557
4557
|
"format": "esm"
|
4558
4558
|
},
|
4559
4559
|
"src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
|
4560
|
-
"bytes":
|
4560
|
+
"bytes": 3590,
|
4561
4561
|
"imports": [
|
4562
4562
|
{
|
4563
4563
|
"path": "react",
|
@@ -4623,7 +4623,7 @@
|
|
4623
4623
|
"format": "esm"
|
4624
4624
|
},
|
4625
4625
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4626
|
-
"bytes":
|
4626
|
+
"bytes": 9095,
|
4627
4627
|
"imports": [
|
4628
4628
|
{
|
4629
4629
|
"path": "react",
|
@@ -6260,7 +6260,7 @@
|
|
6260
6260
|
"format": "esm"
|
6261
6261
|
},
|
6262
6262
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
6263
|
-
"bytes":
|
6263
|
+
"bytes": 10893,
|
6264
6264
|
"imports": [
|
6265
6265
|
{
|
6266
6266
|
"path": "react",
|
@@ -6774,7 +6774,7 @@
|
|
6774
6774
|
"format": "esm"
|
6775
6775
|
},
|
6776
6776
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
6777
|
-
"bytes":
|
6777
|
+
"bytes": 1045,
|
6778
6778
|
"imports": [
|
6779
6779
|
{
|
6780
6780
|
"path": "react",
|
@@ -6819,57 +6819,6 @@
|
|
6819
6819
|
],
|
6820
6820
|
"format": "esm"
|
6821
6821
|
},
|
6822
|
-
"src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
|
6823
|
-
"bytes": 2908,
|
6824
|
-
"imports": [
|
6825
|
-
{
|
6826
|
-
"path": "react",
|
6827
|
-
"kind": "import-statement",
|
6828
|
-
"external": true
|
6829
|
-
},
|
6830
|
-
{
|
6831
|
-
"path": "@100mslive/react-sdk",
|
6832
|
-
"kind": "import-statement",
|
6833
|
-
"external": true
|
6834
|
-
},
|
6835
|
-
{
|
6836
|
-
"path": "@100mslive/react-icons",
|
6837
|
-
"kind": "import-statement",
|
6838
|
-
"external": true
|
6839
|
-
},
|
6840
|
-
{
|
6841
|
-
"path": "src/index.ts",
|
6842
|
-
"kind": "import-statement",
|
6843
|
-
"original": "../../.."
|
6844
|
-
},
|
6845
|
-
{
|
6846
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6847
|
-
"kind": "import-statement",
|
6848
|
-
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6849
|
-
},
|
6850
|
-
{
|
6851
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6852
|
-
"kind": "import-statement",
|
6853
|
-
"original": "../AppData/useSidepane"
|
6854
|
-
},
|
6855
|
-
{
|
6856
|
-
"path": "src/Prebuilt/common/constants.js",
|
6857
|
-
"kind": "import-statement",
|
6858
|
-
"original": "../../common/constants"
|
6859
|
-
},
|
6860
|
-
{
|
6861
|
-
"path": "<define:process.env>",
|
6862
|
-
"kind": "import-statement",
|
6863
|
-
"external": true
|
6864
|
-
},
|
6865
|
-
{
|
6866
|
-
"path": "<runtime>",
|
6867
|
-
"kind": "import-statement",
|
6868
|
-
"external": true
|
6869
|
-
}
|
6870
|
-
],
|
6871
|
-
"format": "esm"
|
6872
|
-
},
|
6873
6822
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
6874
6823
|
"bytes": 5408,
|
6875
6824
|
"imports": [
|
@@ -6993,7 +6942,7 @@
|
|
6993
6942
|
"format": "esm"
|
6994
6943
|
},
|
6995
6944
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6996
|
-
"bytes":
|
6945
|
+
"bytes": 10439,
|
6997
6946
|
"imports": [
|
6998
6947
|
{
|
6999
6948
|
"path": "react",
|
@@ -7025,11 +6974,6 @@
|
|
7025
6974
|
"kind": "import-statement",
|
7026
6975
|
"original": "../../IconButton"
|
7027
6976
|
},
|
7028
|
-
{
|
7029
|
-
"path": "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx",
|
7030
|
-
"kind": "import-statement",
|
7031
|
-
"original": "../Chat/ChatParticipantHeader"
|
7032
|
-
},
|
7033
6977
|
{
|
7034
6978
|
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
|
7035
6979
|
"kind": "import-statement",
|
@@ -7084,7 +7028,7 @@
|
|
7084
7028
|
"format": "esm"
|
7085
7029
|
},
|
7086
7030
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
7087
|
-
"bytes":
|
7031
|
+
"bytes": 3706,
|
7088
7032
|
"imports": [
|
7089
7033
|
{
|
7090
7034
|
"path": "react",
|
@@ -7106,11 +7050,6 @@
|
|
7106
7050
|
"kind": "import-statement",
|
7107
7051
|
"external": true
|
7108
7052
|
},
|
7109
|
-
{
|
7110
|
-
"path": "@100mslive/react-sdk",
|
7111
|
-
"kind": "import-statement",
|
7112
|
-
"external": true
|
7113
|
-
},
|
7114
7053
|
{
|
7115
7054
|
"path": "src/index.ts",
|
7116
7055
|
"kind": "import-statement",
|
@@ -7156,6 +7095,16 @@
|
|
7156
7095
|
"kind": "import-statement",
|
7157
7096
|
"original": "./ParticipantList"
|
7158
7097
|
},
|
7098
|
+
{
|
7099
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
7100
|
+
"kind": "import-statement",
|
7101
|
+
"original": "../AppData/useSidepane"
|
7102
|
+
},
|
7103
|
+
{
|
7104
|
+
"path": "src/Prebuilt/common/constants.js",
|
7105
|
+
"kind": "import-statement",
|
7106
|
+
"original": "../../common/constants"
|
7107
|
+
},
|
7159
7108
|
{
|
7160
7109
|
"path": "<define:process.env>",
|
7161
7110
|
"kind": "import-statement",
|
@@ -7242,7 +7191,7 @@
|
|
7242
7191
|
"format": "esm"
|
7243
7192
|
},
|
7244
7193
|
"src/Prebuilt/components/InsetTile.tsx": {
|
7245
|
-
"bytes":
|
7194
|
+
"bytes": 4247,
|
7246
7195
|
"imports": [
|
7247
7196
|
{
|
7248
7197
|
"path": "react",
|
@@ -8293,7 +8242,7 @@
|
|
8293
8242
|
"format": "esm"
|
8294
8243
|
},
|
8295
8244
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
8296
|
-
"bytes":
|
8245
|
+
"bytes": 6444,
|
8297
8246
|
"imports": [
|
8298
8247
|
{
|
8299
8248
|
"path": "react",
|
@@ -8345,11 +8294,6 @@
|
|
8345
8294
|
"kind": "import-statement",
|
8346
8295
|
"original": "./ChatFooter"
|
8347
8296
|
},
|
8348
|
-
{
|
8349
|
-
"path": "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx",
|
8350
|
-
"kind": "import-statement",
|
8351
|
-
"original": "./ChatParticipantHeader"
|
8352
|
-
},
|
8353
8297
|
{
|
8354
8298
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8355
8299
|
"kind": "import-statement",
|
@@ -8383,6 +8327,72 @@
|
|
8383
8327
|
],
|
8384
8328
|
"format": "esm"
|
8385
8329
|
},
|
8330
|
+
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8331
|
+
"bytes": 4312,
|
8332
|
+
"imports": [
|
8333
|
+
{
|
8334
|
+
"path": "react",
|
8335
|
+
"kind": "import-statement",
|
8336
|
+
"external": true
|
8337
|
+
},
|
8338
|
+
{
|
8339
|
+
"path": "@100mslive/types-prebuilt",
|
8340
|
+
"kind": "import-statement",
|
8341
|
+
"external": true
|
8342
|
+
},
|
8343
|
+
{
|
8344
|
+
"path": "@100mslive/react-sdk",
|
8345
|
+
"kind": "import-statement",
|
8346
|
+
"external": true
|
8347
|
+
},
|
8348
|
+
{
|
8349
|
+
"path": "@100mslive/react-icons",
|
8350
|
+
"kind": "import-statement",
|
8351
|
+
"external": true
|
8352
|
+
},
|
8353
|
+
{
|
8354
|
+
"path": "src/Prebuilt/components/Chat/Chat.jsx",
|
8355
|
+
"kind": "import-statement",
|
8356
|
+
"original": "./Chat/Chat"
|
8357
|
+
},
|
8358
|
+
{
|
8359
|
+
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
8360
|
+
"kind": "import-statement",
|
8361
|
+
"original": "./Footer/ParticipantList"
|
8362
|
+
},
|
8363
|
+
{
|
8364
|
+
"path": "src/index.ts",
|
8365
|
+
"kind": "import-statement",
|
8366
|
+
"original": "../.."
|
8367
|
+
},
|
8368
|
+
{
|
8369
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8370
|
+
"kind": "import-statement",
|
8371
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8372
|
+
},
|
8373
|
+
{
|
8374
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
8375
|
+
"kind": "import-statement",
|
8376
|
+
"original": "./AppData/useSidepane"
|
8377
|
+
},
|
8378
|
+
{
|
8379
|
+
"path": "src/Prebuilt/common/constants.js",
|
8380
|
+
"kind": "import-statement",
|
8381
|
+
"original": "../common/constants"
|
8382
|
+
},
|
8383
|
+
{
|
8384
|
+
"path": "<define:process.env>",
|
8385
|
+
"kind": "import-statement",
|
8386
|
+
"external": true
|
8387
|
+
},
|
8388
|
+
{
|
8389
|
+
"path": "<runtime>",
|
8390
|
+
"kind": "import-statement",
|
8391
|
+
"external": true
|
8392
|
+
}
|
8393
|
+
],
|
8394
|
+
"format": "esm"
|
8395
|
+
},
|
8386
8396
|
"src/Prebuilt/images/rtmp.png": {
|
8387
8397
|
"bytes": 5446,
|
8388
8398
|
"imports": []
|
@@ -8515,7 +8525,7 @@
|
|
8515
8525
|
"format": "esm"
|
8516
8526
|
},
|
8517
8527
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8518
|
-
"bytes":
|
8528
|
+
"bytes": 3691,
|
8519
8529
|
"imports": [
|
8520
8530
|
{
|
8521
8531
|
"path": "react",
|
@@ -8538,14 +8548,9 @@
|
|
8538
8548
|
"external": true
|
8539
8549
|
},
|
8540
8550
|
{
|
8541
|
-
"path": "src/Prebuilt/components/
|
8542
|
-
"kind": "import-statement",
|
8543
|
-
"original": "../components/Chat/Chat"
|
8544
|
-
},
|
8545
|
-
{
|
8546
|
-
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
8551
|
+
"path": "src/Prebuilt/components/SidePaneTabs.tsx",
|
8547
8552
|
"kind": "import-statement",
|
8548
|
-
"original": "../components/
|
8553
|
+
"original": "../components/SidePaneTabs"
|
8549
8554
|
},
|
8550
8555
|
{
|
8551
8556
|
"path": "src/Prebuilt/components/Streaming/StreamingLanding.jsx",
|
@@ -9131,7 +9136,7 @@
|
|
9131
9136
|
"format": "esm"
|
9132
9137
|
},
|
9133
9138
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9134
|
-
"bytes":
|
9139
|
+
"bytes": 3702,
|
9135
9140
|
"imports": [
|
9136
9141
|
{
|
9137
9142
|
"path": "react",
|
@@ -9662,7 +9667,7 @@
|
|
9662
9667
|
"imports": [],
|
9663
9668
|
"exports": [],
|
9664
9669
|
"inputs": {},
|
9665
|
-
"bytes":
|
9670
|
+
"bytes": 1009108
|
9666
9671
|
},
|
9667
9672
|
"dist/index.cjs.js": {
|
9668
9673
|
"imports": [
|
@@ -11131,21 +11136,6 @@
|
|
11131
11136
|
"kind": "require-call",
|
11132
11137
|
"external": true
|
11133
11138
|
},
|
11134
|
-
{
|
11135
|
-
"path": "@100mslive/react-sdk",
|
11136
|
-
"kind": "require-call",
|
11137
|
-
"external": true
|
11138
|
-
},
|
11139
|
-
{
|
11140
|
-
"path": "@100mslive/react-icons",
|
11141
|
-
"kind": "require-call",
|
11142
|
-
"external": true
|
11143
|
-
},
|
11144
|
-
{
|
11145
|
-
"path": "react",
|
11146
|
-
"kind": "require-call",
|
11147
|
-
"external": true
|
11148
|
-
},
|
11149
11139
|
{
|
11150
11140
|
"path": "react-use",
|
11151
11141
|
"kind": "require-call",
|
@@ -11191,11 +11181,6 @@
|
|
11191
11181
|
"kind": "require-call",
|
11192
11182
|
"external": true
|
11193
11183
|
},
|
11194
|
-
{
|
11195
|
-
"path": "@100mslive/react-sdk",
|
11196
|
-
"kind": "require-call",
|
11197
|
-
"external": true
|
11198
|
-
},
|
11199
11184
|
{
|
11200
11185
|
"path": "react",
|
11201
11186
|
"kind": "require-call",
|
@@ -11551,6 +11536,21 @@
|
|
11551
11536
|
"kind": "require-call",
|
11552
11537
|
"external": true
|
11553
11538
|
},
|
11539
|
+
{
|
11540
|
+
"path": "@100mslive/react-sdk",
|
11541
|
+
"kind": "require-call",
|
11542
|
+
"external": true
|
11543
|
+
},
|
11544
|
+
{
|
11545
|
+
"path": "@100mslive/react-icons",
|
11546
|
+
"kind": "require-call",
|
11547
|
+
"external": true
|
11548
|
+
},
|
11549
|
+
{
|
11550
|
+
"path": "react",
|
11551
|
+
"kind": "require-call",
|
11552
|
+
"external": true
|
11553
|
+
},
|
11554
11554
|
{
|
11555
11555
|
"path": "react-use",
|
11556
11556
|
"kind": "require-call",
|
@@ -11736,7 +11736,7 @@
|
|
11736
11736
|
"entryPoint": "src/index.ts",
|
11737
11737
|
"inputs": {
|
11738
11738
|
"<define:process.env>": {
|
11739
|
-
"bytesInOutput":
|
11739
|
+
"bytesInOutput": 18522
|
11740
11740
|
},
|
11741
11741
|
"src/Theme/base.config.ts": {
|
11742
11742
|
"bytesInOutput": 6104
|
@@ -12027,7 +12027,7 @@
|
|
12027
12027
|
"bytesInOutput": 1429
|
12028
12028
|
},
|
12029
12029
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
12030
|
-
"bytesInOutput":
|
12030
|
+
"bytesInOutput": 2740
|
12031
12031
|
},
|
12032
12032
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
12033
12033
|
"bytesInOutput": 1371
|
@@ -12087,13 +12087,13 @@
|
|
12087
12087
|
"bytesInOutput": 1408
|
12088
12088
|
},
|
12089
12089
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12090
|
-
"bytesInOutput":
|
12090
|
+
"bytesInOutput": 7143
|
12091
12091
|
},
|
12092
12092
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12093
12093
|
"bytesInOutput": 173
|
12094
12094
|
},
|
12095
12095
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
12096
|
-
"bytesInOutput":
|
12096
|
+
"bytesInOutput": 2467
|
12097
12097
|
},
|
12098
12098
|
"src/Sheet/Sheet.tsx": {
|
12099
12099
|
"bytesInOutput": 3505
|
@@ -12102,7 +12102,7 @@
|
|
12102
12102
|
"bytesInOutput": 128
|
12103
12103
|
},
|
12104
12104
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12105
|
-
"bytesInOutput":
|
12105
|
+
"bytesInOutput": 2087
|
12106
12106
|
},
|
12107
12107
|
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
12108
12108
|
"bytesInOutput": 2178
|
@@ -12207,10 +12207,10 @@
|
|
12207
12207
|
"bytesInOutput": 2273
|
12208
12208
|
},
|
12209
12209
|
"src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
|
12210
|
-
"bytesInOutput":
|
12210
|
+
"bytesInOutput": 5054
|
12211
12211
|
},
|
12212
12212
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12213
|
-
"bytesInOutput":
|
12213
|
+
"bytesInOutput": 11030
|
12214
12214
|
},
|
12215
12215
|
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
12216
12216
|
"bytesInOutput": 2515
|
@@ -12306,7 +12306,7 @@
|
|
12306
12306
|
"bytesInOutput": 8198
|
12307
12307
|
},
|
12308
12308
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
12309
|
-
"bytesInOutput":
|
12309
|
+
"bytesInOutput": 11425
|
12310
12310
|
},
|
12311
12311
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
12312
12312
|
"bytesInOutput": 733
|
@@ -12345,10 +12345,7 @@
|
|
12345
12345
|
"bytesInOutput": 2035
|
12346
12346
|
},
|
12347
12347
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
12348
|
-
"bytesInOutput":
|
12349
|
-
},
|
12350
|
-
"src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
|
12351
|
-
"bytesInOutput": 3625
|
12348
|
+
"bytesInOutput": 1304
|
12352
12349
|
},
|
12353
12350
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
12354
12351
|
"bytesInOutput": 6833
|
@@ -12357,10 +12354,10 @@
|
|
12357
12354
|
"bytesInOutput": 3518
|
12358
12355
|
},
|
12359
12356
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
12360
|
-
"bytesInOutput":
|
12357
|
+
"bytesInOutput": 13320
|
12361
12358
|
},
|
12362
12359
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
12363
|
-
"bytesInOutput":
|
12360
|
+
"bytesInOutput": 4375
|
12364
12361
|
},
|
12365
12362
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
12366
12363
|
"bytesInOutput": 2795
|
@@ -12369,7 +12366,7 @@
|
|
12369
12366
|
"bytesInOutput": 706
|
12370
12367
|
},
|
12371
12368
|
"src/Prebuilt/components/InsetTile.tsx": {
|
12372
|
-
"bytesInOutput":
|
12369
|
+
"bytesInOutput": 5117
|
12373
12370
|
},
|
12374
12371
|
"src/Prebuilt/components/Pagination.tsx": {
|
12375
12372
|
"bytesInOutput": 2118
|
@@ -12438,7 +12435,10 @@
|
|
12438
12435
|
"bytesInOutput": 637
|
12439
12436
|
},
|
12440
12437
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
12441
|
-
"bytesInOutput":
|
12438
|
+
"bytesInOutput": 8300
|
12439
|
+
},
|
12440
|
+
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
12441
|
+
"bytesInOutput": 5074
|
12442
12442
|
},
|
12443
12443
|
"src/Prebuilt/images/rtmp.png": {
|
12444
12444
|
"bytesInOutput": 7396
|
@@ -12450,7 +12450,7 @@
|
|
12450
12450
|
"bytesInOutput": 3687
|
12451
12451
|
},
|
12452
12452
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
12453
|
-
"bytesInOutput":
|
12453
|
+
"bytesInOutput": 4143
|
12454
12454
|
},
|
12455
12455
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
12456
12456
|
"bytesInOutput": 1943
|
@@ -12498,7 +12498,7 @@
|
|
12498
12498
|
"bytesInOutput": 3048
|
12499
12499
|
},
|
12500
12500
|
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
12501
|
-
"bytesInOutput":
|
12501
|
+
"bytesInOutput": 4797
|
12502
12502
|
},
|
12503
12503
|
"src/Prebuilt/components/conference.jsx": {
|
12504
12504
|
"bytesInOutput": 7909
|
@@ -12516,7 +12516,7 @@
|
|
12516
12516
|
"bytesInOutput": 2758
|
12517
12517
|
}
|
12518
12518
|
},
|
12519
|
-
"bytes":
|
12519
|
+
"bytes": 842968
|
12520
12520
|
}
|
12521
12521
|
}
|
12522
12522
|
}
|