@100mslive/roomkit-react 0.3.2-alpha.0 → 0.3.2-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-C5XHK2VY.js → HLSView-SF6SAQ5J.js} +2 -2
- package/dist/Prebuilt/components/Footer/ParticipantList.d.ts +2 -1
- package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +1 -0
- package/dist/Prebuilt/components/hooks/useGroupOnStageActions.d.ts +10 -0
- package/dist/Prebuilt/components/hooks/usePeerOnStageActions.d.ts +14 -0
- package/dist/{chunk-E7AEJ446.js → chunk-OYWNLHYU.js} +607 -490
- package/dist/chunk-OYWNLHYU.js.map +7 -0
- package/dist/index.cjs.js +1968 -1839
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +323 -210
- package/dist/meta.esbuild.json +136 -23
- package/package.json +7 -6
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +90 -66
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +20 -1
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +1 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +0 -1
- package/src/Prebuilt/components/hooks/useGroupOnStageActions.tsx +54 -0
- package/src/Prebuilt/components/hooks/usePeerOnStageActions.tsx +49 -0
- package/src/Prebuilt/layouts/SidePane.tsx +0 -1
- package/dist/chunk-E7AEJ446.js.map +0 -7
- /package/dist/{HLSView-C5XHK2VY.js.map → HLSView-SF6SAQ5J.js.map} +0 -0
package/dist/meta.cjs.json
CHANGED
@@ -4691,7 +4691,7 @@
|
|
4691
4691
|
"format": "cjs"
|
4692
4692
|
},
|
4693
4693
|
"../hms-video-store/dist/index.js": {
|
4694
|
-
"bytes":
|
4694
|
+
"bytes": 326185,
|
4695
4695
|
"imports": [
|
4696
4696
|
{
|
4697
4697
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -6010,8 +6010,39 @@
|
|
6010
6010
|
],
|
6011
6011
|
"format": "esm"
|
6012
6012
|
},
|
6013
|
+
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
6014
|
+
"bytes": 1795,
|
6015
|
+
"imports": [
|
6016
|
+
{
|
6017
|
+
"path": "ts-pattern",
|
6018
|
+
"kind": "import-statement",
|
6019
|
+
"external": true
|
6020
|
+
},
|
6021
|
+
{
|
6022
|
+
"path": "@100mslive/react-sdk",
|
6023
|
+
"kind": "import-statement",
|
6024
|
+
"external": true
|
6025
|
+
},
|
6026
|
+
{
|
6027
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6028
|
+
"kind": "import-statement",
|
6029
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6030
|
+
},
|
6031
|
+
{
|
6032
|
+
"path": "<define:process.env>",
|
6033
|
+
"kind": "import-statement",
|
6034
|
+
"external": true
|
6035
|
+
},
|
6036
|
+
{
|
6037
|
+
"path": "<runtime>",
|
6038
|
+
"kind": "import-statement",
|
6039
|
+
"external": true
|
6040
|
+
}
|
6041
|
+
],
|
6042
|
+
"format": "esm"
|
6043
|
+
},
|
6013
6044
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6014
|
-
"bytes":
|
6045
|
+
"bytes": 5566,
|
6015
6046
|
"imports": [
|
6016
6047
|
{
|
6017
6048
|
"path": "react",
|
@@ -6043,6 +6074,16 @@
|
|
6043
6074
|
"kind": "import-statement",
|
6044
6075
|
"original": "../../../Accordion"
|
6045
6076
|
},
|
6077
|
+
{
|
6078
|
+
"path": "src/Button/index.tsx",
|
6079
|
+
"kind": "import-statement",
|
6080
|
+
"original": "../../../Button"
|
6081
|
+
},
|
6082
|
+
{
|
6083
|
+
"path": "src/Divider/index.ts",
|
6084
|
+
"kind": "import-statement",
|
6085
|
+
"original": "../../../Divider"
|
6086
|
+
},
|
6046
6087
|
{
|
6047
6088
|
"path": "src/Layout/index.tsx",
|
6048
6089
|
"kind": "import-statement",
|
@@ -6063,6 +6104,11 @@
|
|
6063
6104
|
"kind": "import-statement",
|
6064
6105
|
"original": "./RoleOptions"
|
6065
6106
|
},
|
6107
|
+
{
|
6108
|
+
"path": "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx",
|
6109
|
+
"kind": "import-statement",
|
6110
|
+
"original": "../hooks/useGroupOnStageActions"
|
6111
|
+
},
|
6066
6112
|
{
|
6067
6113
|
"path": "src/Prebuilt/common/utils.js",
|
6068
6114
|
"kind": "import-statement",
|
@@ -6076,8 +6122,39 @@
|
|
6076
6122
|
],
|
6077
6123
|
"format": "esm"
|
6078
6124
|
},
|
6125
|
+
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
6126
|
+
"bytes": 1672,
|
6127
|
+
"imports": [
|
6128
|
+
{
|
6129
|
+
"path": "react",
|
6130
|
+
"kind": "import-statement",
|
6131
|
+
"external": true
|
6132
|
+
},
|
6133
|
+
{
|
6134
|
+
"path": "@100mslive/react-sdk",
|
6135
|
+
"kind": "import-statement",
|
6136
|
+
"external": true
|
6137
|
+
},
|
6138
|
+
{
|
6139
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6140
|
+
"kind": "import-statement",
|
6141
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6142
|
+
},
|
6143
|
+
{
|
6144
|
+
"path": "<define:process.env>",
|
6145
|
+
"kind": "import-statement",
|
6146
|
+
"external": true
|
6147
|
+
},
|
6148
|
+
{
|
6149
|
+
"path": "<runtime>",
|
6150
|
+
"kind": "import-statement",
|
6151
|
+
"external": true
|
6152
|
+
}
|
6153
|
+
],
|
6154
|
+
"format": "esm"
|
6155
|
+
},
|
6079
6156
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
6080
|
-
"bytes":
|
6157
|
+
"bytes": 12623,
|
6081
6158
|
"imports": [
|
6082
6159
|
{
|
6083
6160
|
"path": "react",
|
@@ -6104,6 +6181,11 @@
|
|
6104
6181
|
"kind": "import-statement",
|
6105
6182
|
"original": "../../.."
|
6106
6183
|
},
|
6184
|
+
{
|
6185
|
+
"path": "src/IconButton/index.tsx",
|
6186
|
+
"kind": "import-statement",
|
6187
|
+
"original": "../../../IconButton"
|
6188
|
+
},
|
6107
6189
|
{
|
6108
6190
|
"path": "src/Prebuilt/IconButton.tsx",
|
6109
6191
|
"kind": "import-statement",
|
@@ -6134,6 +6216,11 @@
|
|
6134
6216
|
"kind": "import-statement",
|
6135
6217
|
"original": "../AppData/useSidepane"
|
6136
6218
|
},
|
6219
|
+
{
|
6220
|
+
"path": "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx",
|
6221
|
+
"kind": "import-statement",
|
6222
|
+
"original": "../hooks/usePeerOnStageActions"
|
6223
|
+
},
|
6137
6224
|
{
|
6138
6225
|
"path": "src/Prebuilt/common/hooks.ts",
|
6139
6226
|
"kind": "import-statement",
|
@@ -9321,7 +9408,7 @@
|
|
9321
9408
|
"format": "esm"
|
9322
9409
|
},
|
9323
9410
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9324
|
-
"bytes":
|
9411
|
+
"bytes": 6575,
|
9325
9412
|
"imports": [
|
9326
9413
|
{
|
9327
9414
|
"path": "react",
|
@@ -10039,7 +10126,7 @@
|
|
10039
10126
|
"format": "esm"
|
10040
10127
|
},
|
10041
10128
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
10042
|
-
"bytes":
|
10129
|
+
"bytes": 2519,
|
10043
10130
|
"imports": [
|
10044
10131
|
{
|
10045
10132
|
"path": "react",
|
@@ -12200,7 +12287,7 @@
|
|
12200
12287
|
"format": "esm"
|
12201
12288
|
},
|
12202
12289
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
12203
|
-
"bytes":
|
12290
|
+
"bytes": 3095,
|
12204
12291
|
"imports": [
|
12205
12292
|
{
|
12206
12293
|
"path": "react",
|
@@ -13622,7 +13709,7 @@
|
|
13622
13709
|
"imports": [],
|
13623
13710
|
"exports": [],
|
13624
13711
|
"inputs": {},
|
13625
|
-
"bytes":
|
13712
|
+
"bytes": 3273727
|
13626
13713
|
},
|
13627
13714
|
"dist/index.cjs.js": {
|
13628
13715
|
"imports": [
|
@@ -14801,6 +14888,16 @@
|
|
14801
14888
|
"kind": "require-call",
|
14802
14889
|
"external": true
|
14803
14890
|
},
|
14891
|
+
{
|
14892
|
+
"path": "ts-pattern",
|
14893
|
+
"kind": "require-call",
|
14894
|
+
"external": true
|
14895
|
+
},
|
14896
|
+
{
|
14897
|
+
"path": "@100mslive/react-sdk",
|
14898
|
+
"kind": "require-call",
|
14899
|
+
"external": true
|
14900
|
+
},
|
14804
14901
|
{
|
14805
14902
|
"path": "react",
|
14806
14903
|
"kind": "require-call",
|
@@ -14831,6 +14928,16 @@
|
|
14831
14928
|
"kind": "require-call",
|
14832
14929
|
"external": true
|
14833
14930
|
},
|
14931
|
+
{
|
14932
|
+
"path": "@100mslive/react-sdk",
|
14933
|
+
"kind": "require-call",
|
14934
|
+
"external": true
|
14935
|
+
},
|
14936
|
+
{
|
14937
|
+
"path": "react",
|
14938
|
+
"kind": "require-call",
|
14939
|
+
"external": true
|
14940
|
+
},
|
14834
14941
|
{
|
14835
14942
|
"path": "react-use",
|
14836
14943
|
"kind": "require-call",
|
@@ -16531,7 +16638,7 @@
|
|
16531
16638
|
"entryPoint": "src/index.ts",
|
16532
16639
|
"inputs": {
|
16533
16640
|
"<define:process.env>": {
|
16534
|
-
"bytesInOutput":
|
16641
|
+
"bytesInOutput": 18284
|
16535
16642
|
},
|
16536
16643
|
"src/Theme/base.config.ts": {
|
16537
16644
|
"bytesInOutput": 6104
|
@@ -16540,13 +16647,13 @@
|
|
16540
16647
|
"bytesInOutput": 4515
|
16541
16648
|
},
|
16542
16649
|
"src/Theme/stitches.config.ts": {
|
16543
|
-
"bytesInOutput":
|
16650
|
+
"bytesInOutput": 2156
|
16544
16651
|
},
|
16545
16652
|
"src/Theme/useSSR.tsx": {
|
16546
16653
|
"bytesInOutput": 638
|
16547
16654
|
},
|
16548
16655
|
"src/Theme/ThemeProvider.tsx": {
|
16549
|
-
"bytesInOutput":
|
16656
|
+
"bytesInOutput": 2479
|
16550
16657
|
},
|
16551
16658
|
"src/Theme/index.tsx": {
|
16552
16659
|
"bytesInOutput": 164
|
@@ -16561,7 +16668,7 @@
|
|
16561
16668
|
"bytesInOutput": 145
|
16562
16669
|
},
|
16563
16670
|
"src/Loading/Loading.tsx": {
|
16564
|
-
"bytesInOutput":
|
16671
|
+
"bytesInOutput": 1013
|
16565
16672
|
},
|
16566
16673
|
"src/Loading/index.ts": {
|
16567
16674
|
"bytesInOutput": 134
|
@@ -16570,7 +16677,7 @@
|
|
16570
16677
|
"bytesInOutput": 417
|
16571
16678
|
},
|
16572
16679
|
"src/Button/Button.tsx": {
|
16573
|
-
"bytesInOutput":
|
16680
|
+
"bytesInOutput": 5358
|
16574
16681
|
},
|
16575
16682
|
"src/Button/index.tsx": {
|
16576
16683
|
"bytesInOutput": 132
|
@@ -16591,7 +16698,7 @@
|
|
16591
16698
|
"bytesInOutput": 1144
|
16592
16699
|
},
|
16593
16700
|
"src/Avatar/Avatar.tsx": {
|
16594
|
-
"bytesInOutput":
|
16701
|
+
"bytesInOutput": 1725
|
16595
16702
|
},
|
16596
16703
|
"src/Avatar/index.ts": {
|
16597
16704
|
"bytesInOutput": 131
|
@@ -16603,7 +16710,7 @@
|
|
16603
16710
|
"bytesInOutput": 134
|
16604
16711
|
},
|
16605
16712
|
"src/Switch/Switch.tsx": {
|
16606
|
-
"bytesInOutput":
|
16713
|
+
"bytesInOutput": 1496
|
16607
16714
|
},
|
16608
16715
|
"src/Switch/index.ts": {
|
16609
16716
|
"bytesInOutput": 131
|
@@ -16615,40 +16722,40 @@
|
|
16615
16722
|
"bytesInOutput": 151
|
16616
16723
|
},
|
16617
16724
|
"src/Tooltip/Tooltip.tsx": {
|
16618
|
-
"bytesInOutput":
|
16725
|
+
"bytesInOutput": 2250
|
16619
16726
|
},
|
16620
16727
|
"src/Tooltip/index.ts": {
|
16621
16728
|
"bytesInOutput": 134
|
16622
16729
|
},
|
16623
16730
|
"src/Select/Select.tsx": {
|
16624
|
-
"bytesInOutput":
|
16731
|
+
"bytesInOutput": 1857
|
16625
16732
|
},
|
16626
16733
|
"src/Select/index.ts": {
|
16627
16734
|
"bytesInOutput": 131
|
16628
16735
|
},
|
16629
16736
|
"src/Slider/Slider.tsx": {
|
16630
|
-
"bytesInOutput":
|
16737
|
+
"bytesInOutput": 2162
|
16631
16738
|
},
|
16632
16739
|
"src/Slider/index.ts": {
|
16633
16740
|
"bytesInOutput": 131
|
16634
16741
|
},
|
16635
16742
|
"src/Modal/DialogContent.tsx": {
|
16636
|
-
"bytesInOutput":
|
16743
|
+
"bytesInOutput": 2344
|
16637
16744
|
},
|
16638
16745
|
"src/context/DialogContext.tsx": {
|
16639
|
-
"bytesInOutput":
|
16746
|
+
"bytesInOutput": 513
|
16640
16747
|
},
|
16641
16748
|
"src/hooks/useDialogContainerSelector.tsx": {
|
16642
16749
|
"bytesInOutput": 403
|
16643
16750
|
},
|
16644
16751
|
"src/Modal/Dialog.tsx": {
|
16645
|
-
"bytesInOutput":
|
16752
|
+
"bytesInOutput": 1566
|
16646
16753
|
},
|
16647
16754
|
"src/Modal/index.ts": {
|
16648
16755
|
"bytesInOutput": 128
|
16649
16756
|
},
|
16650
16757
|
"src/Input/Input.tsx": {
|
16651
|
-
"bytesInOutput":
|
16758
|
+
"bytesInOutput": 3380
|
16652
16759
|
},
|
16653
16760
|
"src/Input/index.tsx": {
|
16654
16761
|
"bytesInOutput": 129
|
@@ -16681,13 +16788,13 @@
|
|
16681
16788
|
"bytesInOutput": 138
|
16682
16789
|
},
|
16683
16790
|
"src/Video/Video.tsx": {
|
16684
|
-
"bytesInOutput":
|
16791
|
+
"bytesInOutput": 1645
|
16685
16792
|
},
|
16686
16793
|
"src/Video/index.tsx": {
|
16687
16794
|
"bytesInOutput": 129
|
16688
16795
|
},
|
16689
16796
|
"src/TileMenu/StyledMenuTile.tsx": {
|
16690
|
-
"bytesInOutput":
|
16797
|
+
"bytesInOutput": 2571
|
16691
16798
|
},
|
16692
16799
|
"src/TileMenu/index.tsx": {
|
16693
16800
|
"bytesInOutput": 143
|
@@ -16699,7 +16806,7 @@
|
|
16699
16806
|
"bytesInOutput": 983
|
16700
16807
|
},
|
16701
16808
|
"src/AudioLevel/AudioLevel.tsx": {
|
16702
|
-
"bytesInOutput":
|
16809
|
+
"bytesInOutput": 2810
|
16703
16810
|
},
|
16704
16811
|
"src/AudioLevel/index.ts": {
|
16705
16812
|
"bytesInOutput": 175
|
@@ -16714,37 +16821,37 @@
|
|
16714
16821
|
"bytesInOutput": 1004
|
16715
16822
|
},
|
16716
16823
|
"src/Stats/Stats.tsx": {
|
16717
|
-
"bytesInOutput":
|
16824
|
+
"bytesInOutput": 8964
|
16718
16825
|
},
|
16719
16826
|
"src/Stats/index.tsx": {
|
16720
16827
|
"bytesInOutput": 129
|
16721
16828
|
},
|
16722
16829
|
"src/Checkbox/Checkbox.tsx": {
|
16723
|
-
"bytesInOutput":
|
16830
|
+
"bytesInOutput": 1017
|
16724
16831
|
},
|
16725
16832
|
"src/Checkbox/index.tsx": {
|
16726
16833
|
"bytesInOutput": 138
|
16727
16834
|
},
|
16728
16835
|
"src/Label/Label.tsx": {
|
16729
|
-
"bytesInOutput":
|
16836
|
+
"bytesInOutput": 356
|
16730
16837
|
},
|
16731
16838
|
"src/Label/index.ts": {
|
16732
16839
|
"bytesInOutput": 128
|
16733
16840
|
},
|
16734
16841
|
"src/RadioGroup/RadioGroup.tsx": {
|
16735
|
-
"bytesInOutput":
|
16842
|
+
"bytesInOutput": 1050
|
16736
16843
|
},
|
16737
16844
|
"src/RadioGroup/index.tsx": {
|
16738
16845
|
"bytesInOutput": 144
|
16739
16846
|
},
|
16740
16847
|
"src/Toast/Toast.tsx": {
|
16741
|
-
"bytesInOutput":
|
16848
|
+
"bytesInOutput": 5168
|
16742
16849
|
},
|
16743
16850
|
"src/Toast/index.tsx": {
|
16744
16851
|
"bytesInOutput": 129
|
16745
16852
|
},
|
16746
16853
|
"src/Accordion/Accordion.tsx": {
|
16747
|
-
"bytesInOutput":
|
16854
|
+
"bytesInOutput": 3195
|
16748
16855
|
},
|
16749
16856
|
"src/Accordion/index.ts": {
|
16750
16857
|
"bytesInOutput": 297
|
@@ -16762,25 +16869,25 @@
|
|
16762
16869
|
"bytesInOutput": 132
|
16763
16870
|
},
|
16764
16871
|
"src/ReactSelect/ReactSelect.tsx": {
|
16765
|
-
"bytesInOutput":
|
16872
|
+
"bytesInOutput": 2867
|
16766
16873
|
},
|
16767
16874
|
"src/ReactSelect/index.ts": {
|
16768
16875
|
"bytesInOutput": 236
|
16769
16876
|
},
|
16770
16877
|
"src/Tabs/Tabs.tsx": {
|
16771
|
-
"bytesInOutput":
|
16878
|
+
"bytesInOutput": 1108
|
16772
16879
|
},
|
16773
16880
|
"src/Tabs/index.tsx": {
|
16774
16881
|
"bytesInOutput": 126
|
16775
16882
|
},
|
16776
16883
|
"src/QRCode/QRCode.tsx": {
|
16777
|
-
"bytesInOutput":
|
16884
|
+
"bytesInOutput": 446
|
16778
16885
|
},
|
16779
16886
|
"src/QRCode/index.tsx": {
|
16780
16887
|
"bytesInOutput": 132
|
16781
16888
|
},
|
16782
16889
|
"src/Link/Link.tsx": {
|
16783
|
-
"bytesInOutput":
|
16890
|
+
"bytesInOutput": 1627
|
16784
16891
|
},
|
16785
16892
|
"src/Link/index.tsx": {
|
16786
16893
|
"bytesInOutput": 126
|
@@ -16792,7 +16899,7 @@
|
|
16792
16899
|
"bytesInOutput": 147
|
16793
16900
|
},
|
16794
16901
|
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
16795
|
-
"bytesInOutput":
|
16902
|
+
"bytesInOutput": 1446
|
16796
16903
|
},
|
16797
16904
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
16798
16905
|
"bytesInOutput": 1087
|
@@ -16804,7 +16911,7 @@
|
|
16804
16911
|
"bytesInOutput": 445
|
16805
16912
|
},
|
16806
16913
|
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
16807
|
-
"bytesInOutput":
|
16914
|
+
"bytesInOutput": 3453
|
16808
16915
|
},
|
16809
16916
|
"../../node_modules/lodash/lodash.js": {
|
16810
16917
|
"bytesInOutput": 224298
|
@@ -16816,7 +16923,7 @@
|
|
16816
16923
|
"bytesInOutput": 2740
|
16817
16924
|
},
|
16818
16925
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
16819
|
-
"bytesInOutput":
|
16926
|
+
"bytesInOutput": 1558
|
16820
16927
|
},
|
16821
16928
|
"src/Prebuilt/common/utils.js": {
|
16822
16929
|
"bytesInOutput": 3813
|
@@ -16828,31 +16935,31 @@
|
|
16828
16935
|
"bytesInOutput": 3258
|
16829
16936
|
},
|
16830
16937
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
16831
|
-
"bytesInOutput":
|
16938
|
+
"bytesInOutput": 6545
|
16832
16939
|
},
|
16833
16940
|
"src/Prebuilt/AppContext.tsx": {
|
16834
|
-
"bytesInOutput":
|
16941
|
+
"bytesInOutput": 843
|
16835
16942
|
},
|
16836
16943
|
"src/Prebuilt/images/transaction_error.svg": {
|
16837
16944
|
"bytesInOutput": 4824
|
16838
16945
|
},
|
16839
16946
|
"src/Prebuilt/components/AuthToken.jsx": {
|
16840
|
-
"bytesInOutput":
|
16947
|
+
"bytesInOutput": 4533
|
16841
16948
|
},
|
16842
16949
|
"src/Prebuilt/IconButton.tsx": {
|
16843
16950
|
"bytesInOutput": 844
|
16844
16951
|
},
|
16845
16952
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
16846
|
-
"bytesInOutput":
|
16953
|
+
"bytesInOutput": 4098
|
16847
16954
|
},
|
16848
16955
|
"src/Sheet/Sheet.tsx": {
|
16849
|
-
"bytesInOutput":
|
16956
|
+
"bytesInOutput": 3616
|
16850
16957
|
},
|
16851
16958
|
"src/Sheet/index.ts": {
|
16852
16959
|
"bytesInOutput": 128
|
16853
16960
|
},
|
16854
16961
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
16855
|
-
"bytesInOutput":
|
16962
|
+
"bytesInOutput": 1769
|
16856
16963
|
},
|
16857
16964
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
16858
16965
|
"bytesInOutput": 808
|
@@ -16861,22 +16968,22 @@
|
|
16861
16968
|
"bytesInOutput": 260
|
16862
16969
|
},
|
16863
16970
|
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
16864
|
-
"bytesInOutput":
|
16971
|
+
"bytesInOutput": 8190
|
16865
16972
|
},
|
16866
16973
|
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
16867
|
-
"bytesInOutput":
|
16974
|
+
"bytesInOutput": 2592
|
16868
16975
|
},
|
16869
16976
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
16870
|
-
"bytesInOutput":
|
16977
|
+
"bytesInOutput": 11231
|
16871
16978
|
},
|
16872
16979
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
16873
16980
|
"bytesInOutput": 1359
|
16874
16981
|
},
|
16875
16982
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
16876
|
-
"bytesInOutput":
|
16983
|
+
"bytesInOutput": 12614
|
16877
16984
|
},
|
16878
16985
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
16879
|
-
"bytesInOutput":
|
16986
|
+
"bytesInOutput": 1318
|
16880
16987
|
},
|
16881
16988
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
16882
16989
|
"bytesInOutput": 884
|
@@ -16885,82 +16992,82 @@
|
|
16885
16992
|
"bytesInOutput": 4848
|
16886
16993
|
},
|
16887
16994
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16888
|
-
"bytesInOutput":
|
16995
|
+
"bytesInOutput": 3387
|
16889
16996
|
},
|
16890
16997
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16891
|
-
"bytesInOutput":
|
16998
|
+
"bytesInOutput": 2550
|
16892
16999
|
},
|
16893
17000
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
16894
17001
|
"bytesInOutput": 766
|
16895
17002
|
},
|
16896
17003
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
16897
|
-
"bytesInOutput":
|
17004
|
+
"bytesInOutput": 961
|
16898
17005
|
},
|
16899
17006
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
16900
|
-
"bytesInOutput":
|
17007
|
+
"bytesInOutput": 2364
|
16901
17008
|
},
|
16902
17009
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
16903
|
-
"bytesInOutput":
|
17010
|
+
"bytesInOutput": 7171
|
16904
17011
|
},
|
16905
17012
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
16906
|
-
"bytesInOutput":
|
17013
|
+
"bytesInOutput": 5994
|
16907
17014
|
},
|
16908
17015
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
16909
|
-
"bytesInOutput":
|
17016
|
+
"bytesInOutput": 3026
|
16910
17017
|
},
|
16911
17018
|
"src/Prebuilt/components/PIP/pipUtils.js": {
|
16912
17019
|
"bytesInOutput": 4391
|
16913
17020
|
},
|
16914
17021
|
"src/Prebuilt/components/PIP/PIPManager.js": {
|
16915
|
-
"bytesInOutput":
|
17022
|
+
"bytesInOutput": 10586
|
16916
17023
|
},
|
16917
17024
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
16918
17025
|
"bytesInOutput": 2932
|
16919
17026
|
},
|
16920
17027
|
"src/Prebuilt/components/PIP/PIPComponent.jsx": {
|
16921
|
-
"bytesInOutput":
|
17028
|
+
"bytesInOutput": 2992
|
16922
17029
|
},
|
16923
17030
|
"src/Prebuilt/components/PIP/index.jsx": {
|
16924
|
-
"bytesInOutput":
|
17031
|
+
"bytesInOutput": 372
|
16925
17032
|
},
|
16926
17033
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
16927
|
-
"bytesInOutput":
|
17034
|
+
"bytesInOutput": 7607
|
16928
17035
|
},
|
16929
17036
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
16930
|
-
"bytesInOutput":
|
17037
|
+
"bytesInOutput": 9395
|
16931
17038
|
},
|
16932
17039
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
16933
|
-
"bytesInOutput":
|
17040
|
+
"bytesInOutput": 3671
|
16934
17041
|
},
|
16935
17042
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
16936
|
-
"bytesInOutput":
|
17043
|
+
"bytesInOutput": 5462
|
16937
17044
|
},
|
16938
17045
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
16939
|
-
"bytesInOutput":
|
17046
|
+
"bytesInOutput": 11850
|
16940
17047
|
},
|
16941
17048
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
16942
|
-
"bytesInOutput":
|
17049
|
+
"bytesInOutput": 6195
|
16943
17050
|
},
|
16944
17051
|
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
16945
|
-
"bytesInOutput":
|
17052
|
+
"bytesInOutput": 1794
|
16946
17053
|
},
|
16947
17054
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
16948
|
-
"bytesInOutput":
|
17055
|
+
"bytesInOutput": 1017
|
16949
17056
|
},
|
16950
17057
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
16951
17058
|
"bytesInOutput": 637
|
16952
17059
|
},
|
16953
17060
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
16954
|
-
"bytesInOutput":
|
17061
|
+
"bytesInOutput": 3329
|
16955
17062
|
},
|
16956
17063
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
16957
|
-
"bytesInOutput":
|
17064
|
+
"bytesInOutput": 2381
|
16958
17065
|
},
|
16959
17066
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
16960
17067
|
"bytesInOutput": 2305
|
16961
17068
|
},
|
16962
17069
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
16963
|
-
"bytesInOutput":
|
17070
|
+
"bytesInOutput": 8568
|
16964
17071
|
},
|
16965
17072
|
"../../node_modules/reselect/es/index.js": {
|
16966
17073
|
"bytesInOutput": 2641
|
@@ -17020,7 +17127,7 @@
|
|
17020
17127
|
"bytesInOutput": 615
|
17021
17128
|
},
|
17022
17129
|
"../hms-video-store/dist/index.js": {
|
17023
|
-
"bytesInOutput":
|
17130
|
+
"bytesInOutput": 53166
|
17024
17131
|
},
|
17025
17132
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
17026
17133
|
"bytesInOutput": 1384
|
@@ -17029,19 +17136,19 @@
|
|
17029
17136
|
"bytesInOutput": 1165
|
17030
17137
|
},
|
17031
17138
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
17032
|
-
"bytesInOutput":
|
17139
|
+
"bytesInOutput": 8161
|
17033
17140
|
},
|
17034
17141
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17035
|
-
"bytesInOutput":
|
17142
|
+
"bytesInOutput": 12111
|
17036
17143
|
},
|
17037
17144
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
17038
|
-
"bytesInOutput":
|
17145
|
+
"bytesInOutput": 1884
|
17039
17146
|
},
|
17040
17147
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
17041
|
-
"bytesInOutput":
|
17148
|
+
"bytesInOutput": 4161
|
17042
17149
|
},
|
17043
17150
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
17044
|
-
"bytesInOutput":
|
17151
|
+
"bytesInOutput": 2845
|
17045
17152
|
},
|
17046
17153
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
17047
17154
|
"bytesInOutput": 1099
|
@@ -17050,13 +17157,13 @@
|
|
17050
17157
|
"bytesInOutput": 938
|
17051
17158
|
},
|
17052
17159
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17053
|
-
"bytesInOutput":
|
17160
|
+
"bytesInOutput": 13531
|
17054
17161
|
},
|
17055
17162
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17056
|
-
"bytesInOutput":
|
17163
|
+
"bytesInOutput": 834
|
17057
17164
|
},
|
17058
17165
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17059
|
-
"bytesInOutput":
|
17166
|
+
"bytesInOutput": 1152
|
17060
17167
|
},
|
17061
17168
|
"src/Prebuilt/images/pdf-share.png": {
|
17062
17169
|
"bytesInOutput": 25548
|
@@ -17068,148 +17175,154 @@
|
|
17068
17175
|
"bytesInOutput": 739
|
17069
17176
|
},
|
17070
17177
|
"src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx": {
|
17071
|
-
"bytesInOutput":
|
17178
|
+
"bytesInOutput": 1067
|
17072
17179
|
},
|
17073
17180
|
"src/Prebuilt/components/pdfAnnotator/submitPdf.jsx": {
|
17074
|
-
"bytesInOutput":
|
17181
|
+
"bytesInOutput": 1484
|
17075
17182
|
},
|
17076
17183
|
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
17077
|
-
"bytesInOutput":
|
17184
|
+
"bytesInOutput": 1220
|
17078
17185
|
},
|
17079
17186
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
17080
|
-
"bytesInOutput":
|
17187
|
+
"bytesInOutput": 2856
|
17081
17188
|
},
|
17082
17189
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
17083
|
-
"bytesInOutput":
|
17190
|
+
"bytesInOutput": 1566
|
17084
17191
|
},
|
17085
17192
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
17086
|
-
"bytesInOutput":
|
17193
|
+
"bytesInOutput": 7929
|
17087
17194
|
},
|
17088
17195
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17089
|
-
"bytesInOutput":
|
17196
|
+
"bytesInOutput": 2193
|
17090
17197
|
},
|
17091
17198
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
17092
|
-
"bytesInOutput":
|
17199
|
+
"bytesInOutput": 1353
|
17093
17200
|
},
|
17094
17201
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
17095
|
-
"bytesInOutput":
|
17202
|
+
"bytesInOutput": 1942
|
17096
17203
|
},
|
17097
17204
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
17098
17205
|
"bytesInOutput": 974
|
17099
17206
|
},
|
17100
17207
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17101
|
-
"bytesInOutput":
|
17208
|
+
"bytesInOutput": 4493
|
17102
17209
|
},
|
17103
17210
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
17104
|
-
"bytesInOutput":
|
17211
|
+
"bytesInOutput": 1697
|
17105
17212
|
},
|
17106
17213
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17107
|
-
"bytesInOutput":
|
17214
|
+
"bytesInOutput": 8534
|
17215
|
+
},
|
17216
|
+
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
17217
|
+
"bytesInOutput": 2258
|
17108
17218
|
},
|
17109
17219
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17110
|
-
"bytesInOutput":
|
17220
|
+
"bytesInOutput": 6258
|
17221
|
+
},
|
17222
|
+
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
17223
|
+
"bytesInOutput": 2181
|
17111
17224
|
},
|
17112
17225
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17113
|
-
"bytesInOutput":
|
17226
|
+
"bytesInOutput": 14530
|
17114
17227
|
},
|
17115
17228
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
17116
|
-
"bytesInOutput":
|
17229
|
+
"bytesInOutput": 1524
|
17117
17230
|
},
|
17118
17231
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17119
|
-
"bytesInOutput":
|
17232
|
+
"bytesInOutput": 1355
|
17120
17233
|
},
|
17121
17234
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17122
|
-
"bytesInOutput":
|
17235
|
+
"bytesInOutput": 4543
|
17123
17236
|
},
|
17124
17237
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
17125
|
-
"bytesInOutput":
|
17238
|
+
"bytesInOutput": 2814
|
17126
17239
|
},
|
17127
17240
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
17128
|
-
"bytesInOutput":
|
17241
|
+
"bytesInOutput": 2762
|
17129
17242
|
},
|
17130
17243
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
17131
|
-
"bytesInOutput":
|
17244
|
+
"bytesInOutput": 1173
|
17132
17245
|
},
|
17133
17246
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17134
|
-
"bytesInOutput":
|
17247
|
+
"bytesInOutput": 9675
|
17135
17248
|
},
|
17136
17249
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
17137
|
-
"bytesInOutput":
|
17250
|
+
"bytesInOutput": 2805
|
17138
17251
|
},
|
17139
17252
|
"src/Prebuilt/components/Polls/common/Line.tsx": {
|
17140
|
-
"bytesInOutput":
|
17253
|
+
"bytesInOutput": 397
|
17141
17254
|
},
|
17142
17255
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17143
|
-
"bytesInOutput":
|
17256
|
+
"bytesInOutput": 1350
|
17144
17257
|
},
|
17145
17258
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17146
|
-
"bytesInOutput":
|
17259
|
+
"bytesInOutput": 590
|
17147
17260
|
},
|
17148
17261
|
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
17149
|
-
"bytesInOutput":
|
17262
|
+
"bytesInOutput": 868
|
17150
17263
|
},
|
17151
17264
|
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
17152
|
-
"bytesInOutput":
|
17265
|
+
"bytesInOutput": 4624
|
17153
17266
|
},
|
17154
17267
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
17155
|
-
"bytesInOutput":
|
17268
|
+
"bytesInOutput": 5425
|
17156
17269
|
},
|
17157
17270
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
17158
|
-
"bytesInOutput":
|
17271
|
+
"bytesInOutput": 10161
|
17159
17272
|
},
|
17160
17273
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
17161
|
-
"bytesInOutput":
|
17274
|
+
"bytesInOutput": 2037
|
17162
17275
|
},
|
17163
17276
|
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
17164
|
-
"bytesInOutput":
|
17277
|
+
"bytesInOutput": 5845
|
17165
17278
|
},
|
17166
17279
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
17167
17280
|
"bytesInOutput": 837
|
17168
17281
|
},
|
17169
17282
|
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
17170
|
-
"bytesInOutput":
|
17283
|
+
"bytesInOutput": 2729
|
17171
17284
|
},
|
17172
17285
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
17173
|
-
"bytesInOutput":
|
17286
|
+
"bytesInOutput": 1013
|
17174
17287
|
},
|
17175
17288
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
17176
17289
|
"bytesInOutput": 2203
|
17177
17290
|
},
|
17178
17291
|
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
17179
|
-
"bytesInOutput":
|
17292
|
+
"bytesInOutput": 2887
|
17180
17293
|
},
|
17181
17294
|
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
17182
|
-
"bytesInOutput":
|
17295
|
+
"bytesInOutput": 5060
|
17183
17296
|
},
|
17184
17297
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
17185
|
-
"bytesInOutput":
|
17298
|
+
"bytesInOutput": 9007
|
17186
17299
|
},
|
17187
17300
|
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
17188
|
-
"bytesInOutput":
|
17301
|
+
"bytesInOutput": 1661
|
17189
17302
|
},
|
17190
17303
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
17191
|
-
"bytesInOutput":
|
17304
|
+
"bytesInOutput": 2127
|
17192
17305
|
},
|
17193
17306
|
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
17194
|
-
"bytesInOutput":
|
17307
|
+
"bytesInOutput": 4221
|
17195
17308
|
},
|
17196
17309
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
17197
|
-
"bytesInOutput":
|
17310
|
+
"bytesInOutput": 1180
|
17198
17311
|
},
|
17199
17312
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
17200
|
-
"bytesInOutput":
|
17313
|
+
"bytesInOutput": 2168
|
17201
17314
|
},
|
17202
17315
|
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
17203
|
-
"bytesInOutput":
|
17316
|
+
"bytesInOutput": 1002
|
17204
17317
|
},
|
17205
17318
|
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
17206
|
-
"bytesInOutput":
|
17319
|
+
"bytesInOutput": 1006
|
17207
17320
|
},
|
17208
17321
|
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
17209
|
-
"bytesInOutput":
|
17322
|
+
"bytesInOutput": 2561
|
17210
17323
|
},
|
17211
17324
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
17212
|
-
"bytesInOutput":
|
17325
|
+
"bytesInOutput": 691
|
17213
17326
|
},
|
17214
17327
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
17215
17328
|
"bytesInOutput": 1528
|
@@ -17218,25 +17331,25 @@
|
|
17218
17331
|
"bytesInOutput": 3164
|
17219
17332
|
},
|
17220
17333
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
17221
|
-
"bytesInOutput":
|
17334
|
+
"bytesInOutput": 11571
|
17222
17335
|
},
|
17223
17336
|
"src/Prebuilt/images/empty-chat.svg": {
|
17224
17337
|
"bytesInOutput": 2366
|
17225
17338
|
},
|
17226
17339
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17227
|
-
"bytesInOutput":
|
17340
|
+
"bytesInOutput": 2558
|
17228
17341
|
},
|
17229
17342
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17230
17343
|
"bytesInOutput": 926
|
17231
17344
|
},
|
17232
17345
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17233
|
-
"bytesInOutput":
|
17346
|
+
"bytesInOutput": 17153
|
17234
17347
|
},
|
17235
17348
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
17236
|
-
"bytesInOutput":
|
17349
|
+
"bytesInOutput": 8563
|
17237
17350
|
},
|
17238
17351
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17239
|
-
"bytesInOutput":
|
17352
|
+
"bytesInOutput": 6704
|
17240
17353
|
},
|
17241
17354
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
17242
17355
|
"bytesInOutput": 914
|
@@ -17245,55 +17358,55 @@
|
|
17245
17358
|
"bytesInOutput": 1440
|
17246
17359
|
},
|
17247
17360
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17248
|
-
"bytesInOutput":
|
17361
|
+
"bytesInOutput": 11735
|
17249
17362
|
},
|
17250
17363
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17251
|
-
"bytesInOutput":
|
17364
|
+
"bytesInOutput": 3532
|
17252
17365
|
},
|
17253
17366
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
17254
|
-
"bytesInOutput":
|
17367
|
+
"bytesInOutput": 1406
|
17255
17368
|
},
|
17256
17369
|
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
17257
|
-
"bytesInOutput":
|
17370
|
+
"bytesInOutput": 830
|
17258
17371
|
},
|
17259
17372
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
17260
|
-
"bytesInOutput":
|
17373
|
+
"bytesInOutput": 6245
|
17261
17374
|
},
|
17262
17375
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17263
|
-
"bytesInOutput":
|
17376
|
+
"bytesInOutput": 6164
|
17264
17377
|
},
|
17265
17378
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17266
|
-
"bytesInOutput":
|
17379
|
+
"bytesInOutput": 5347
|
17267
17380
|
},
|
17268
17381
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
17269
|
-
"bytesInOutput":
|
17382
|
+
"bytesInOutput": 3063
|
17270
17383
|
},
|
17271
17384
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
17272
|
-
"bytesInOutput":
|
17385
|
+
"bytesInOutput": 9234
|
17273
17386
|
},
|
17274
17387
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
17275
|
-
"bytesInOutput":
|
17388
|
+
"bytesInOutput": 2719
|
17276
17389
|
},
|
17277
17390
|
"src/Prebuilt/components/TileMenu/utils.ts": {
|
17278
17391
|
"bytesInOutput": 296
|
17279
17392
|
},
|
17280
17393
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
17281
|
-
"bytesInOutput":
|
17394
|
+
"bytesInOutput": 13726
|
17282
17395
|
},
|
17283
17396
|
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
17284
|
-
"bytesInOutput":
|
17397
|
+
"bytesInOutput": 5498
|
17285
17398
|
},
|
17286
17399
|
"src/Prebuilt/components/peerTileUtils.jsx": {
|
17287
17400
|
"bytesInOutput": 1299
|
17288
17401
|
},
|
17289
17402
|
"src/Prebuilt/components/VideoTile.tsx": {
|
17290
|
-
"bytesInOutput":
|
17403
|
+
"bytesInOutput": 7810
|
17291
17404
|
},
|
17292
17405
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
17293
|
-
"bytesInOutput":
|
17406
|
+
"bytesInOutput": 1572
|
17294
17407
|
},
|
17295
17408
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
17296
|
-
"bytesInOutput":
|
17409
|
+
"bytesInOutput": 1631
|
17297
17410
|
},
|
17298
17411
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
17299
17412
|
"bytesInOutput": 4226
|
@@ -17302,154 +17415,154 @@
|
|
17302
17415
|
"bytesInOutput": 908
|
17303
17416
|
},
|
17304
17417
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
17305
|
-
"bytesInOutput":
|
17418
|
+
"bytesInOutput": 8759
|
17306
17419
|
},
|
17307
17420
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17308
|
-
"bytesInOutput":
|
17421
|
+
"bytesInOutput": 7759
|
17309
17422
|
},
|
17310
17423
|
"src/Prebuilt/components/Chip.tsx": {
|
17311
|
-
"bytesInOutput":
|
17424
|
+
"bytesInOutput": 1121
|
17312
17425
|
},
|
17313
17426
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
17314
|
-
"bytesInOutput":
|
17427
|
+
"bytesInOutput": 883
|
17315
17428
|
},
|
17316
17429
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
17317
|
-
"bytesInOutput":
|
17430
|
+
"bytesInOutput": 3425
|
17318
17431
|
},
|
17319
17432
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
17320
|
-
"bytesInOutput":
|
17433
|
+
"bytesInOutput": 11810
|
17321
17434
|
},
|
17322
17435
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
17323
|
-
"bytesInOutput":
|
17436
|
+
"bytesInOutput": 2767
|
17324
17437
|
},
|
17325
17438
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
17326
|
-
"bytesInOutput":
|
17439
|
+
"bytesInOutput": 3802
|
17327
17440
|
},
|
17328
17441
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
17329
|
-
"bytesInOutput":
|
17442
|
+
"bytesInOutput": 709
|
17330
17443
|
},
|
17331
17444
|
"src/Prebuilt/components/InsetTile.tsx": {
|
17332
|
-
"bytesInOutput":
|
17445
|
+
"bytesInOutput": 5189
|
17333
17446
|
},
|
17334
17447
|
"src/Prebuilt/components/Pagination.tsx": {
|
17335
|
-
"bytesInOutput":
|
17448
|
+
"bytesInOutput": 2121
|
17336
17449
|
},
|
17337
17450
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
17338
|
-
"bytesInOutput":
|
17451
|
+
"bytesInOutput": 1623
|
17339
17452
|
},
|
17340
17453
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17341
17454
|
"bytesInOutput": 4489
|
17342
17455
|
},
|
17343
17456
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17344
|
-
"bytesInOutput":
|
17457
|
+
"bytesInOutput": 2456
|
17345
17458
|
},
|
17346
17459
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
17347
|
-
"bytesInOutput":
|
17460
|
+
"bytesInOutput": 3023
|
17348
17461
|
},
|
17349
17462
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
17350
|
-
"bytesInOutput":
|
17463
|
+
"bytesInOutput": 3146
|
17351
17464
|
},
|
17352
17465
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
17353
17466
|
"bytesInOutput": 1387
|
17354
17467
|
},
|
17355
17468
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17356
|
-
"bytesInOutput":
|
17469
|
+
"bytesInOutput": 2748
|
17357
17470
|
},
|
17358
17471
|
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
17359
|
-
"bytesInOutput":
|
17472
|
+
"bytesInOutput": 3954
|
17360
17473
|
},
|
17361
17474
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
17362
|
-
"bytesInOutput":
|
17475
|
+
"bytesInOutput": 1710
|
17363
17476
|
},
|
17364
17477
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
17365
|
-
"bytesInOutput":
|
17478
|
+
"bytesInOutput": 5589
|
17366
17479
|
},
|
17367
17480
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
17368
|
-
"bytesInOutput":
|
17481
|
+
"bytesInOutput": 3478
|
17369
17482
|
},
|
17370
17483
|
"src/Prebuilt/common/PeersSorter.ts": {
|
17371
17484
|
"bytesInOutput": 3604
|
17372
17485
|
},
|
17373
17486
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17374
|
-
"bytesInOutput":
|
17487
|
+
"bytesInOutput": 4708
|
17375
17488
|
},
|
17376
17489
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
17377
|
-
"bytesInOutput":
|
17490
|
+
"bytesInOutput": 3525
|
17378
17491
|
},
|
17379
17492
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
17380
|
-
"bytesInOutput":
|
17493
|
+
"bytesInOutput": 1975
|
17381
17494
|
},
|
17382
17495
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
17383
|
-
"bytesInOutput":
|
17496
|
+
"bytesInOutput": 1946
|
17384
17497
|
},
|
17385
17498
|
"src/Prebuilt/layouts/WhiteboardView.tsx": {
|
17386
|
-
"bytesInOutput":
|
17499
|
+
"bytesInOutput": 2736
|
17387
17500
|
},
|
17388
17501
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
17389
17502
|
"bytesInOutput": 1356
|
17390
17503
|
},
|
17391
17504
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
17392
|
-
"bytesInOutput":
|
17505
|
+
"bytesInOutput": 4198
|
17393
17506
|
},
|
17394
17507
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
17395
17508
|
"bytesInOutput": 656
|
17396
17509
|
},
|
17397
17510
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
17398
|
-
"bytesInOutput":
|
17511
|
+
"bytesInOutput": 1906
|
17399
17512
|
},
|
17400
17513
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
17401
|
-
"bytesInOutput":
|
17514
|
+
"bytesInOutput": 492
|
17402
17515
|
},
|
17403
17516
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
17404
|
-
"bytesInOutput":
|
17517
|
+
"bytesInOutput": 1257
|
17405
17518
|
},
|
17406
17519
|
"src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
|
17407
|
-
"bytesInOutput":
|
17520
|
+
"bytesInOutput": 598
|
17408
17521
|
},
|
17409
17522
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
17410
17523
|
"bytesInOutput": 835
|
17411
17524
|
},
|
17412
17525
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
17413
|
-
"bytesInOutput":
|
17526
|
+
"bytesInOutput": 3731
|
17414
17527
|
},
|
17415
17528
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
17416
|
-
"bytesInOutput":
|
17529
|
+
"bytesInOutput": 1751
|
17417
17530
|
},
|
17418
17531
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
17419
|
-
"bytesInOutput":
|
17532
|
+
"bytesInOutput": 2954
|
17420
17533
|
},
|
17421
17534
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
17422
17535
|
"bytesInOutput": 627
|
17423
17536
|
},
|
17424
17537
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
17425
|
-
"bytesInOutput":
|
17538
|
+
"bytesInOutput": 1000
|
17426
17539
|
},
|
17427
17540
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
17428
|
-
"bytesInOutput":
|
17541
|
+
"bytesInOutput": 2392
|
17429
17542
|
},
|
17430
17543
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
17431
|
-
"bytesInOutput":
|
17544
|
+
"bytesInOutput": 1019
|
17432
17545
|
},
|
17433
17546
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
17434
|
-
"bytesInOutput":
|
17547
|
+
"bytesInOutput": 8499
|
17435
17548
|
},
|
17436
17549
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
17437
|
-
"bytesInOutput":
|
17550
|
+
"bytesInOutput": 2889
|
17438
17551
|
},
|
17439
17552
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
17440
|
-
"bytesInOutput":
|
17553
|
+
"bytesInOutput": 31672
|
17441
17554
|
},
|
17442
17555
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17443
|
-
"bytesInOutput":
|
17556
|
+
"bytesInOutput": 5020
|
17444
17557
|
},
|
17445
17558
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17446
|
-
"bytesInOutput":
|
17559
|
+
"bytesInOutput": 2185
|
17447
17560
|
},
|
17448
17561
|
"src/Prebuilt/components/Header/common.jsx": {
|
17449
|
-
"bytesInOutput":
|
17562
|
+
"bytesInOutput": 7392
|
17450
17563
|
},
|
17451
17564
|
"src/Prebuilt/components/Header/Header.tsx": {
|
17452
|
-
"bytesInOutput":
|
17565
|
+
"bytesInOutput": 2335
|
17453
17566
|
},
|
17454
17567
|
"src/Prebuilt/components/Header/index.tsx": {
|
17455
17568
|
"bytesInOutput": 152
|
@@ -17458,16 +17571,16 @@
|
|
17458
17571
|
"bytesInOutput": 1024
|
17459
17572
|
},
|
17460
17573
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17461
|
-
"bytesInOutput":
|
17574
|
+
"bytesInOutput": 9092
|
17462
17575
|
},
|
17463
17576
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
17464
|
-
"bytesInOutput":
|
17577
|
+
"bytesInOutput": 4369
|
17465
17578
|
},
|
17466
17579
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
17467
17580
|
"bytesInOutput": 1708
|
17468
17581
|
},
|
17469
17582
|
"src/Prebuilt/components/init/Init.jsx": {
|
17470
|
-
"bytesInOutput":
|
17583
|
+
"bytesInOutput": 947
|
17471
17584
|
},
|
17472
17585
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
17473
17586
|
"bytesInOutput": 5007
|
@@ -17476,22 +17589,22 @@
|
|
17476
17589
|
"bytesInOutput": 789
|
17477
17590
|
},
|
17478
17591
|
"src/Prebuilt/AppStateContext.tsx": {
|
17479
|
-
"bytesInOutput":
|
17592
|
+
"bytesInOutput": 2806
|
17480
17593
|
},
|
17481
17594
|
"src/Prebuilt/components/LeaveScreen.tsx": {
|
17482
|
-
"bytesInOutput":
|
17595
|
+
"bytesInOutput": 2928
|
17483
17596
|
},
|
17484
17597
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
17485
|
-
"bytesInOutput":
|
17598
|
+
"bytesInOutput": 3708
|
17486
17599
|
},
|
17487
17600
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17488
|
-
"bytesInOutput":
|
17601
|
+
"bytesInOutput": 1418
|
17489
17602
|
},
|
17490
17603
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
17491
|
-
"bytesInOutput":
|
17604
|
+
"bytesInOutput": 1820
|
17492
17605
|
},
|
17493
17606
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
17494
|
-
"bytesInOutput":
|
17607
|
+
"bytesInOutput": 8713
|
17495
17608
|
},
|
17496
17609
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
17497
17610
|
"bytesInOutput": 2394
|
@@ -17500,7 +17613,7 @@
|
|
17500
17613
|
"bytesInOutput": 2023
|
17501
17614
|
},
|
17502
17615
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
17503
|
-
"bytesInOutput":
|
17616
|
+
"bytesInOutput": 1967
|
17504
17617
|
},
|
17505
17618
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
17506
17619
|
"bytesInOutput": 2146
|
@@ -17512,52 +17625,52 @@
|
|
17512
17625
|
"bytesInOutput": 12068
|
17513
17626
|
},
|
17514
17627
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
17515
|
-
"bytesInOutput":
|
17628
|
+
"bytesInOutput": 5123
|
17516
17629
|
},
|
17517
17630
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
17518
|
-
"bytesInOutput":
|
17631
|
+
"bytesInOutput": 2956
|
17519
17632
|
},
|
17520
17633
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
17521
|
-
"bytesInOutput":
|
17634
|
+
"bytesInOutput": 2382
|
17522
17635
|
},
|
17523
17636
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
17524
17637
|
"bytesInOutput": 948
|
17525
17638
|
},
|
17526
17639
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
17527
|
-
"bytesInOutput":
|
17640
|
+
"bytesInOutput": 2251
|
17528
17641
|
},
|
17529
17642
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
17530
|
-
"bytesInOutput":
|
17643
|
+
"bytesInOutput": 8889
|
17531
17644
|
},
|
17532
17645
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
17533
17646
|
"bytesInOutput": 173
|
17534
17647
|
},
|
17535
17648
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
17536
|
-
"bytesInOutput":
|
17649
|
+
"bytesInOutput": 1900
|
17537
17650
|
},
|
17538
17651
|
"src/Prebuilt/components/Toast/Toast.jsx": {
|
17539
|
-
"bytesInOutput":
|
17652
|
+
"bytesInOutput": 779
|
17540
17653
|
},
|
17541
17654
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
17542
|
-
"bytesInOutput":
|
17655
|
+
"bytesInOutput": 1418
|
17543
17656
|
},
|
17544
17657
|
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
17545
|
-
"bytesInOutput":
|
17658
|
+
"bytesInOutput": 2277
|
17546
17659
|
},
|
17547
17660
|
"src/Prebuilt/layouts/Sheet.tsx": {
|
17548
|
-
"bytesInOutput":
|
17661
|
+
"bytesInOutput": 775
|
17549
17662
|
},
|
17550
17663
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
17551
|
-
"bytesInOutput":
|
17664
|
+
"bytesInOutput": 4339
|
17552
17665
|
},
|
17553
17666
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
17554
|
-
"bytesInOutput":
|
17667
|
+
"bytesInOutput": 830
|
17555
17668
|
},
|
17556
17669
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
17557
17670
|
"bytesInOutput": 2225
|
17558
17671
|
},
|
17559
17672
|
"src/Prebuilt/App.tsx": {
|
17560
|
-
"bytesInOutput":
|
17673
|
+
"bytesInOutput": 9646
|
17561
17674
|
},
|
17562
17675
|
"src/Prebuilt/index.ts": {
|
17563
17676
|
"bytesInOutput": 131
|
@@ -17575,7 +17688,7 @@
|
|
17575
17688
|
"bytesInOutput": 2980
|
17576
17689
|
}
|
17577
17690
|
},
|
17578
|
-
"bytes":
|
17691
|
+
"bytes": 1558588
|
17579
17692
|
}
|
17580
17693
|
}
|
17581
17694
|
}
|