@100mslive/roomkit-react 0.2.6-alpha.2 → 0.2.6-alpha.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-U3DKJBM7.js → HLSView-H6Q2FEMZ.js} +3 -3
- package/dist/{HLSView-U3DKJBM7.js.map → HLSView-H6Q2FEMZ.js.map} +2 -2
- package/dist/Prebuilt/common/constants.d.ts +0 -1
- package/dist/Prebuilt/components/VirtualBackground/VBHandler.d.ts +1 -1
- package/dist/{chunk-DO5NCPPI.js → chunk-HRUQKLGN.js} +532 -515
- package/dist/chunk-HRUQKLGN.js.map +7 -0
- package/dist/index.cjs.js +4294 -4275
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +176 -156
- package/dist/meta.esbuild.json +187 -167
- package/package.json +6 -6
- package/src/Prebuilt/App.tsx +7 -8
- package/src/Prebuilt/common/constants.ts +1 -1
- package/src/Prebuilt/components/AppData/AppData.tsx +23 -1
- package/src/Prebuilt/components/Header/HeaderComponents.jsx +1 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +4 -5
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +1 -2
- package/src/Prebuilt/components/ScreenshareTile.tsx +1 -1
- package/src/Prebuilt/components/VirtualBackground/VBHandler.tsx +2 -2
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +29 -12
- package/src/Prebuilt/layouts/HLSView.jsx +1 -2
- package/dist/chunk-DO5NCPPI.js.map +0 -7
- package/src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx +0 -112
- package/src/Prebuilt/plugins/VirtualBackground/vbutils.js +0 -66
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
"format": "esm"
|
27
27
|
},
|
28
28
|
"src/Prebuilt/common/constants.ts": {
|
29
|
-
"bytes":
|
29
|
+
"bytes": 4269,
|
30
30
|
"imports": [
|
31
31
|
{
|
32
32
|
"path": "@100mslive/react-sdk",
|
@@ -2068,6 +2068,111 @@
|
|
2068
2068
|
],
|
2069
2069
|
"format": "esm"
|
2070
2070
|
},
|
2071
|
+
"../../node_modules/lodash/lodash.js": {
|
2072
|
+
"bytes": 544098,
|
2073
|
+
"imports": [
|
2074
|
+
{
|
2075
|
+
"path": "<define:process.env>",
|
2076
|
+
"kind": "import-statement",
|
2077
|
+
"external": true
|
2078
|
+
}
|
2079
|
+
],
|
2080
|
+
"format": "cjs"
|
2081
|
+
},
|
2082
|
+
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
2083
|
+
"bytes": 1549,
|
2084
|
+
"imports": [
|
2085
|
+
{
|
2086
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
2087
|
+
"kind": "import-statement",
|
2088
|
+
"external": true
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"path": "<define:process.env>",
|
2092
|
+
"kind": "import-statement",
|
2093
|
+
"external": true
|
2094
|
+
}
|
2095
|
+
],
|
2096
|
+
"format": "esm"
|
2097
|
+
},
|
2098
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
2099
|
+
"bytes": 2489,
|
2100
|
+
"imports": [
|
2101
|
+
{
|
2102
|
+
"path": "react",
|
2103
|
+
"kind": "import-statement",
|
2104
|
+
"external": true
|
2105
|
+
},
|
2106
|
+
{
|
2107
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts",
|
2108
|
+
"kind": "import-statement",
|
2109
|
+
"original": "../constants"
|
2110
|
+
},
|
2111
|
+
{
|
2112
|
+
"path": "<define:process.env>",
|
2113
|
+
"kind": "import-statement",
|
2114
|
+
"external": true
|
2115
|
+
},
|
2116
|
+
{
|
2117
|
+
"path": "<runtime>",
|
2118
|
+
"kind": "import-statement",
|
2119
|
+
"external": true
|
2120
|
+
}
|
2121
|
+
],
|
2122
|
+
"format": "esm"
|
2123
|
+
},
|
2124
|
+
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
2125
|
+
"bytes": 1857,
|
2126
|
+
"imports": [
|
2127
|
+
{
|
2128
|
+
"path": "react",
|
2129
|
+
"kind": "import-statement",
|
2130
|
+
"external": true
|
2131
|
+
},
|
2132
|
+
{
|
2133
|
+
"path": "../../node_modules/lodash/lodash.js",
|
2134
|
+
"kind": "import-statement",
|
2135
|
+
"original": "lodash"
|
2136
|
+
},
|
2137
|
+
{
|
2138
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
2139
|
+
"kind": "import-statement",
|
2140
|
+
"original": "../../components/AppData/useUISettings"
|
2141
|
+
},
|
2142
|
+
{
|
2143
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts",
|
2144
|
+
"kind": "import-statement",
|
2145
|
+
"original": "./hooks/useFetchRoomLayout"
|
2146
|
+
},
|
2147
|
+
{
|
2148
|
+
"path": "<define:process.env>",
|
2149
|
+
"kind": "import-statement",
|
2150
|
+
"external": true
|
2151
|
+
}
|
2152
|
+
],
|
2153
|
+
"format": "esm"
|
2154
|
+
},
|
2155
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
2156
|
+
"bytes": 2273,
|
2157
|
+
"imports": [
|
2158
|
+
{
|
2159
|
+
"path": "@100mslive/types-prebuilt",
|
2160
|
+
"kind": "import-statement",
|
2161
|
+
"external": true
|
2162
|
+
},
|
2163
|
+
{
|
2164
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2165
|
+
"kind": "import-statement",
|
2166
|
+
"original": ".."
|
2167
|
+
},
|
2168
|
+
{
|
2169
|
+
"path": "<define:process.env>",
|
2170
|
+
"kind": "import-statement",
|
2171
|
+
"external": true
|
2172
|
+
}
|
2173
|
+
],
|
2174
|
+
"format": "esm"
|
2175
|
+
},
|
2071
2176
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
2072
2177
|
"bytes": 2509,
|
2073
2178
|
"imports": [
|
@@ -2100,23 +2205,38 @@
|
|
2100
2205
|
"format": "esm"
|
2101
2206
|
},
|
2102
2207
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
2103
|
-
"bytes":
|
2208
|
+
"bytes": 5829,
|
2104
2209
|
"imports": [
|
2105
2210
|
{
|
2106
2211
|
"path": "react",
|
2107
2212
|
"kind": "import-statement",
|
2108
2213
|
"external": true
|
2109
2214
|
},
|
2215
|
+
{
|
2216
|
+
"path": "react-use",
|
2217
|
+
"kind": "import-statement",
|
2218
|
+
"external": true
|
2219
|
+
},
|
2110
2220
|
{
|
2111
2221
|
"path": "@100mslive/react-sdk",
|
2112
2222
|
"kind": "import-statement",
|
2113
2223
|
"external": true
|
2114
2224
|
},
|
2225
|
+
{
|
2226
|
+
"path": "src/Theme/index.tsx",
|
2227
|
+
"kind": "import-statement",
|
2228
|
+
"original": "../../../Theme"
|
2229
|
+
},
|
2115
2230
|
{
|
2116
2231
|
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
2117
2232
|
"kind": "import-statement",
|
2118
2233
|
"original": "../Settings/LayoutSettings"
|
2119
2234
|
},
|
2235
|
+
{
|
2236
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
2237
|
+
"kind": "import-statement",
|
2238
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
2239
|
+
},
|
2120
2240
|
{
|
2121
2241
|
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
2122
2242
|
"kind": "import-statement",
|
@@ -3088,111 +3208,6 @@
|
|
3088
3208
|
],
|
3089
3209
|
"format": "esm"
|
3090
3210
|
},
|
3091
|
-
"../../node_modules/lodash/lodash.js": {
|
3092
|
-
"bytes": 544098,
|
3093
|
-
"imports": [
|
3094
|
-
{
|
3095
|
-
"path": "<define:process.env>",
|
3096
|
-
"kind": "import-statement",
|
3097
|
-
"external": true
|
3098
|
-
}
|
3099
|
-
],
|
3100
|
-
"format": "cjs"
|
3101
|
-
},
|
3102
|
-
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
3103
|
-
"bytes": 1549,
|
3104
|
-
"imports": [
|
3105
|
-
{
|
3106
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
3107
|
-
"kind": "import-statement",
|
3108
|
-
"external": true
|
3109
|
-
},
|
3110
|
-
{
|
3111
|
-
"path": "<define:process.env>",
|
3112
|
-
"kind": "import-statement",
|
3113
|
-
"external": true
|
3114
|
-
}
|
3115
|
-
],
|
3116
|
-
"format": "esm"
|
3117
|
-
},
|
3118
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
3119
|
-
"bytes": 2489,
|
3120
|
-
"imports": [
|
3121
|
-
{
|
3122
|
-
"path": "react",
|
3123
|
-
"kind": "import-statement",
|
3124
|
-
"external": true
|
3125
|
-
},
|
3126
|
-
{
|
3127
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts",
|
3128
|
-
"kind": "import-statement",
|
3129
|
-
"original": "../constants"
|
3130
|
-
},
|
3131
|
-
{
|
3132
|
-
"path": "<define:process.env>",
|
3133
|
-
"kind": "import-statement",
|
3134
|
-
"external": true
|
3135
|
-
},
|
3136
|
-
{
|
3137
|
-
"path": "<runtime>",
|
3138
|
-
"kind": "import-statement",
|
3139
|
-
"external": true
|
3140
|
-
}
|
3141
|
-
],
|
3142
|
-
"format": "esm"
|
3143
|
-
},
|
3144
|
-
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
3145
|
-
"bytes": 1857,
|
3146
|
-
"imports": [
|
3147
|
-
{
|
3148
|
-
"path": "react",
|
3149
|
-
"kind": "import-statement",
|
3150
|
-
"external": true
|
3151
|
-
},
|
3152
|
-
{
|
3153
|
-
"path": "../../node_modules/lodash/lodash.js",
|
3154
|
-
"kind": "import-statement",
|
3155
|
-
"original": "lodash"
|
3156
|
-
},
|
3157
|
-
{
|
3158
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
3159
|
-
"kind": "import-statement",
|
3160
|
-
"original": "../../components/AppData/useUISettings"
|
3161
|
-
},
|
3162
|
-
{
|
3163
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts",
|
3164
|
-
"kind": "import-statement",
|
3165
|
-
"original": "./hooks/useFetchRoomLayout"
|
3166
|
-
},
|
3167
|
-
{
|
3168
|
-
"path": "<define:process.env>",
|
3169
|
-
"kind": "import-statement",
|
3170
|
-
"external": true
|
3171
|
-
}
|
3172
|
-
],
|
3173
|
-
"format": "esm"
|
3174
|
-
},
|
3175
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
3176
|
-
"bytes": 2273,
|
3177
|
-
"imports": [
|
3178
|
-
{
|
3179
|
-
"path": "@100mslive/types-prebuilt",
|
3180
|
-
"kind": "import-statement",
|
3181
|
-
"external": true
|
3182
|
-
},
|
3183
|
-
{
|
3184
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
3185
|
-
"kind": "import-statement",
|
3186
|
-
"original": ".."
|
3187
|
-
},
|
3188
|
-
{
|
3189
|
-
"path": "<define:process.env>",
|
3190
|
-
"kind": "import-statement",
|
3191
|
-
"external": true
|
3192
|
-
}
|
3193
|
-
],
|
3194
|
-
"format": "esm"
|
3195
|
-
},
|
3196
3211
|
"src/Prebuilt/common/hooks.ts": {
|
3197
3212
|
"bytes": 3796,
|
3198
3213
|
"imports": [
|
@@ -5008,7 +5023,7 @@
|
|
5008
5023
|
"format": "esm"
|
5009
5024
|
},
|
5010
5025
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5011
|
-
"bytes":
|
5026
|
+
"bytes": 11876,
|
5012
5027
|
"imports": [
|
5013
5028
|
{
|
5014
5029
|
"path": "react",
|
@@ -8766,7 +8781,7 @@
|
|
8766
8781
|
"format": "esm"
|
8767
8782
|
},
|
8768
8783
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
8769
|
-
"bytes":
|
8784
|
+
"bytes": 2687,
|
8770
8785
|
"imports": [
|
8771
8786
|
{
|
8772
8787
|
"path": "@100mslive/hms-virtual-background",
|
@@ -8798,7 +8813,7 @@
|
|
8798
8813
|
"format": "esm"
|
8799
8814
|
},
|
8800
8815
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
8801
|
-
"bytes":
|
8816
|
+
"bytes": 7273,
|
8802
8817
|
"imports": [
|
8803
8818
|
{
|
8804
8819
|
"path": "react",
|
@@ -9144,7 +9159,7 @@
|
|
9144
9159
|
"format": "esm"
|
9145
9160
|
},
|
9146
9161
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
9147
|
-
"bytes":
|
9162
|
+
"bytes": 9985,
|
9148
9163
|
"imports": [
|
9149
9164
|
{
|
9150
9165
|
"path": "react",
|
@@ -9929,7 +9944,7 @@
|
|
9929
9944
|
"format": "esm"
|
9930
9945
|
},
|
9931
9946
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
9932
|
-
"bytes":
|
9947
|
+
"bytes": 4479,
|
9933
9948
|
"imports": [
|
9934
9949
|
{
|
9935
9950
|
"path": "react",
|
@@ -10726,7 +10741,7 @@
|
|
10726
10741
|
"format": "esm"
|
10727
10742
|
},
|
10728
10743
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
10729
|
-
"bytes":
|
10744
|
+
"bytes": 18115,
|
10730
10745
|
"imports": [
|
10731
10746
|
{
|
10732
10747
|
"path": "react",
|
@@ -12329,7 +12344,7 @@
|
|
12329
12344
|
"format": "esm"
|
12330
12345
|
},
|
12331
12346
|
"src/Prebuilt/App.tsx": {
|
12332
|
-
"bytes":
|
12347
|
+
"bytes": 10479,
|
12333
12348
|
"imports": [
|
12334
12349
|
{
|
12335
12350
|
"path": "react",
|
@@ -12775,7 +12790,7 @@
|
|
12775
12790
|
"imports": [],
|
12776
12791
|
"exports": [],
|
12777
12792
|
"inputs": {},
|
12778
|
-
"bytes":
|
12793
|
+
"bytes": 3167561
|
12779
12794
|
},
|
12780
12795
|
"dist/index.cjs.js": {
|
12781
12796
|
"imports": [
|
@@ -13094,6 +13109,21 @@
|
|
13094
13109
|
"kind": "require-call",
|
13095
13110
|
"external": true
|
13096
13111
|
},
|
13112
|
+
{
|
13113
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
13114
|
+
"kind": "require-call",
|
13115
|
+
"external": true
|
13116
|
+
},
|
13117
|
+
{
|
13118
|
+
"path": "react",
|
13119
|
+
"kind": "require-call",
|
13120
|
+
"external": true
|
13121
|
+
},
|
13122
|
+
{
|
13123
|
+
"path": "react",
|
13124
|
+
"kind": "require-call",
|
13125
|
+
"external": true
|
13126
|
+
},
|
13097
13127
|
{
|
13098
13128
|
"path": "react",
|
13099
13129
|
"kind": "require-call",
|
@@ -13109,6 +13139,11 @@
|
|
13109
13139
|
"kind": "require-call",
|
13110
13140
|
"external": true
|
13111
13141
|
},
|
13142
|
+
{
|
13143
|
+
"path": "react-use",
|
13144
|
+
"kind": "require-call",
|
13145
|
+
"external": true
|
13146
|
+
},
|
13112
13147
|
{
|
13113
13148
|
"path": "@100mslive/react-sdk",
|
13114
13149
|
"kind": "require-call",
|
@@ -13319,21 +13354,6 @@
|
|
13319
13354
|
"kind": "require-call",
|
13320
13355
|
"external": true
|
13321
13356
|
},
|
13322
|
-
{
|
13323
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
13324
|
-
"kind": "require-call",
|
13325
|
-
"external": true
|
13326
|
-
},
|
13327
|
-
{
|
13328
|
-
"path": "react",
|
13329
|
-
"kind": "require-call",
|
13330
|
-
"external": true
|
13331
|
-
},
|
13332
|
-
{
|
13333
|
-
"path": "react",
|
13334
|
-
"kind": "require-call",
|
13335
|
-
"external": true
|
13336
|
-
},
|
13337
13357
|
{
|
13338
13358
|
"path": "react",
|
13339
13359
|
"kind": "require-call",
|
@@ -15479,13 +15499,13 @@
|
|
15479
15499
|
"entryPoint": "src/index.ts",
|
15480
15500
|
"inputs": {
|
15481
15501
|
"<define:process.env>": {
|
15482
|
-
"bytesInOutput":
|
15502
|
+
"bytesInOutput": 18159
|
15483
15503
|
},
|
15484
15504
|
"src/Theme/base.config.ts": {
|
15485
15505
|
"bytesInOutput": 6104
|
15486
15506
|
},
|
15487
15507
|
"src/Prebuilt/common/constants.ts": {
|
15488
|
-
"bytesInOutput":
|
15508
|
+
"bytesInOutput": 4304
|
15489
15509
|
},
|
15490
15510
|
"src/Theme/stitches.config.ts": {
|
15491
15511
|
"bytesInOutput": 2153
|
@@ -15754,11 +15774,26 @@
|
|
15754
15774
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
15755
15775
|
"bytesInOutput": 3450
|
15756
15776
|
},
|
15777
|
+
"../../node_modules/lodash/lodash.js": {
|
15778
|
+
"bytesInOutput": 224272
|
15779
|
+
},
|
15780
|
+
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
15781
|
+
"bytesInOutput": 1887
|
15782
|
+
},
|
15783
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
15784
|
+
"bytesInOutput": 2740
|
15785
|
+
},
|
15786
|
+
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15787
|
+
"bytesInOutput": 1552
|
15788
|
+
},
|
15789
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
15790
|
+
"bytesInOutput": 1614
|
15791
|
+
},
|
15757
15792
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
15758
15793
|
"bytesInOutput": 2515
|
15759
15794
|
},
|
15760
15795
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
15761
|
-
"bytesInOutput":
|
15796
|
+
"bytesInOutput": 6500
|
15762
15797
|
},
|
15763
15798
|
"src/Prebuilt/AppContext.tsx": {
|
15764
15799
|
"bytesInOutput": 840
|
@@ -15835,21 +15870,6 @@
|
|
15835
15870
|
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
15836
15871
|
"bytesInOutput": 260
|
15837
15872
|
},
|
15838
|
-
"../../node_modules/lodash/lodash.js": {
|
15839
|
-
"bytesInOutput": 224272
|
15840
|
-
},
|
15841
|
-
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
15842
|
-
"bytesInOutput": 1887
|
15843
|
-
},
|
15844
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
15845
|
-
"bytesInOutput": 2740
|
15846
|
-
},
|
15847
|
-
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15848
|
-
"bytesInOutput": 1552
|
15849
|
-
},
|
15850
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
15851
|
-
"bytesInOutput": 1614
|
15852
|
-
},
|
15853
15873
|
"src/Prebuilt/common/hooks.ts": {
|
15854
15874
|
"bytesInOutput": 3054
|
15855
15875
|
},
|
@@ -15989,7 +16009,7 @@
|
|
15989
16009
|
"bytesInOutput": 938
|
15990
16010
|
},
|
15991
16011
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
15992
|
-
"bytesInOutput":
|
16012
|
+
"bytesInOutput": 12309
|
15993
16013
|
},
|
15994
16014
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
15995
16015
|
"bytesInOutput": 729
|
@@ -16223,13 +16243,13 @@
|
|
16223
16243
|
"bytesInOutput": 1628
|
16224
16244
|
},
|
16225
16245
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
16226
|
-
"bytesInOutput":
|
16246
|
+
"bytesInOutput": 4226
|
16227
16247
|
},
|
16228
16248
|
"src/Prebuilt/components/VirtualBackground/constants.ts": {
|
16229
16249
|
"bytesInOutput": 908
|
16230
16250
|
},
|
16231
16251
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
16232
|
-
"bytesInOutput":
|
16252
|
+
"bytesInOutput": 8756
|
16233
16253
|
},
|
16234
16254
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
16235
16255
|
"bytesInOutput": 5592
|
@@ -16247,7 +16267,7 @@
|
|
16247
16267
|
"bytesInOutput": 3422
|
16248
16268
|
},
|
16249
16269
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
16250
|
-
"bytesInOutput":
|
16270
|
+
"bytesInOutput": 11802
|
16251
16271
|
},
|
16252
16272
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
16253
16273
|
"bytesInOutput": 2764
|
@@ -16292,7 +16312,7 @@
|
|
16292
16312
|
"bytesInOutput": 1707
|
16293
16313
|
},
|
16294
16314
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
16295
|
-
"bytesInOutput":
|
16315
|
+
"bytesInOutput": 5583
|
16296
16316
|
},
|
16297
16317
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
16298
16318
|
"bytesInOutput": 3419
|
@@ -16358,7 +16378,7 @@
|
|
16358
16378
|
"bytesInOutput": 4598
|
16359
16379
|
},
|
16360
16380
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
16361
|
-
"bytesInOutput":
|
16381
|
+
"bytesInOutput": 21671
|
16362
16382
|
},
|
16363
16383
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
16364
16384
|
"bytesInOutput": 4111
|
@@ -16469,7 +16489,7 @@
|
|
16469
16489
|
"bytesInOutput": 2225
|
16470
16490
|
},
|
16471
16491
|
"src/Prebuilt/App.tsx": {
|
16472
|
-
"bytesInOutput":
|
16492
|
+
"bytesInOutput": 9555
|
16473
16493
|
},
|
16474
16494
|
"src/Prebuilt/index.ts": {
|
16475
16495
|
"bytesInOutput": 131
|
@@ -16487,7 +16507,7 @@
|
|
16487
16507
|
"bytesInOutput": 2980
|
16488
16508
|
}
|
16489
16509
|
},
|
16490
|
-
"bytes":
|
16510
|
+
"bytes": 1488659
|
16491
16511
|
}
|
16492
16512
|
}
|
16493
16513
|
}
|