@100mslive/roomkit-react 0.3.3-alpha.4 → 0.3.3-alpha.5
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/Accordion/Accordion.d.ts +1 -0
- package/dist/Accordion/index.d.ts +1 -0
- package/dist/{HLSView-VUANLYLS.js → HLSView-W72TK3BE.js} +331 -166
- package/dist/HLSView-W72TK3BE.js.map +7 -0
- package/dist/IconButton/IconButton.d.ts +1 -1
- package/dist/Modal/Dialog.d.ts +1 -1
- package/dist/Prebuilt/IconButton.d.ts +2 -3
- package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +3 -1
- package/dist/Prebuilt/components/HMSVideo/PlayPauseButton.d.ts +2 -2
- package/dist/Prebuilt/components/HMSVideo/PlayPauseSeekControls.d.ts +14 -0
- package/dist/Prebuilt/components/HMSVideo/{SeekControls.d.ts → SeekControl.d.ts} +2 -2
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +15 -11
- package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +2 -2
- package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
- package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +3 -0
- package/dist/Prebuilt/components/hooks/useMetadata.d.ts +8 -0
- package/dist/Sheet/Sheet.d.ts +1 -1
- package/dist/{chunk-5WTUTVRO.js → chunk-HTFCZ4D6.js} +618 -540
- package/dist/chunk-HTFCZ4D6.js.map +7 -0
- package/dist/index.cjs.js +1688 -1427
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +249 -170
- package/dist/meta.esbuild.json +261 -181
- package/package.json +7 -7
- package/src/Accordion/Accordion.tsx +4 -4
- package/src/IconButton/IconButton.tsx +2 -7
- package/src/Prebuilt/IconButton.tsx +6 -10
- package/src/Prebuilt/components/Chat/ChatBody.tsx +10 -0
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -4
- package/src/Prebuilt/components/ConferenceScreen.tsx +1 -4
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -2
- package/src/Prebuilt/components/Footer/Footer.tsx +1 -4
- package/src/Prebuilt/components/Footer/ParticipantList.tsx +4 -1
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +6 -6
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +17 -3
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +1 -0
- package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +2 -2
- package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +158 -0
- package/src/Prebuilt/components/HMSVideo/{SeekControls.tsx → SeekControl.tsx} +2 -2
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +7 -3
- package/src/Prebuilt/components/HMSVideo/index.ts +5 -4
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +7 -7
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +0 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -5
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +0 -1
- package/src/Prebuilt/components/RaiseHand.tsx +7 -1
- package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +0 -1
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +27 -4
- package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +95 -0
- package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +13 -5
- package/src/Prebuilt/components/hooks/{useMetadata.jsx → useMetadata.tsx} +2 -8
- package/src/Prebuilt/layouts/HLSView.jsx +115 -78
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +1 -17
- package/dist/HLSView-VUANLYLS.js.map +0 -7
- package/dist/Prebuilt/layouts/WhiteboardView.d.ts +0 -2
- package/dist/chunk-5WTUTVRO.js.map +0 -7
- package/src/Prebuilt/layouts/WhiteboardView.tsx +0 -69
package/dist/meta.esbuild.json
CHANGED
@@ -331,7 +331,7 @@
|
|
331
331
|
"format": "esm"
|
332
332
|
},
|
333
333
|
"src/IconButton/IconButton.tsx": {
|
334
|
-
"bytes":
|
334
|
+
"bytes": 927,
|
335
335
|
"imports": [
|
336
336
|
{
|
337
337
|
"path": "src/Theme/index.tsx",
|
@@ -1558,7 +1558,7 @@
|
|
1558
1558
|
"format": "esm"
|
1559
1559
|
},
|
1560
1560
|
"src/Accordion/Accordion.tsx": {
|
1561
|
-
"bytes":
|
1561
|
+
"bytes": 2819,
|
1562
1562
|
"imports": [
|
1563
1563
|
{
|
1564
1564
|
"path": "react",
|
@@ -2398,7 +2398,7 @@
|
|
2398
2398
|
"format": "esm"
|
2399
2399
|
},
|
2400
2400
|
"src/Prebuilt/IconButton.tsx": {
|
2401
|
-
"bytes":
|
2401
|
+
"bytes": 558,
|
2402
2402
|
"imports": [
|
2403
2403
|
{
|
2404
2404
|
"path": "src/IconButton/index.tsx",
|
@@ -2419,7 +2419,7 @@
|
|
2419
2419
|
"format": "esm"
|
2420
2420
|
},
|
2421
2421
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
2422
|
-
"bytes":
|
2422
|
+
"bytes": 3523,
|
2423
2423
|
"imports": [
|
2424
2424
|
{
|
2425
2425
|
"path": "react",
|
@@ -4201,8 +4201,8 @@
|
|
4201
4201
|
],
|
4202
4202
|
"format": "esm"
|
4203
4203
|
},
|
4204
|
-
"src/Prebuilt/components/hooks/useMetadata.
|
4205
|
-
"bytes":
|
4204
|
+
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
4205
|
+
"bytes": 1631,
|
4206
4206
|
"imports": [
|
4207
4207
|
{
|
4208
4208
|
"path": "react",
|
@@ -4228,7 +4228,7 @@
|
|
4228
4228
|
"format": "esm"
|
4229
4229
|
},
|
4230
4230
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
4231
|
-
"bytes":
|
4231
|
+
"bytes": 8164,
|
4232
4232
|
"imports": [
|
4233
4233
|
{
|
4234
4234
|
"path": "react",
|
@@ -4321,7 +4321,7 @@
|
|
4321
4321
|
"original": "../../hooks/useDropdownList"
|
4322
4322
|
},
|
4323
4323
|
{
|
4324
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.
|
4324
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.tsx",
|
4325
4325
|
"kind": "import-statement",
|
4326
4326
|
"original": "../../hooks/useMetadata"
|
4327
4327
|
},
|
@@ -4691,7 +4691,7 @@
|
|
4691
4691
|
"format": "cjs"
|
4692
4692
|
},
|
4693
4693
|
"../hms-video-store/dist/index.js": {
|
4694
|
-
"bytes":
|
4694
|
+
"bytes": 328504,
|
4695
4695
|
"imports": [
|
4696
4696
|
{
|
4697
4697
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5201,7 +5201,7 @@
|
|
5201
5201
|
"format": "esm"
|
5202
5202
|
},
|
5203
5203
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5204
|
-
"bytes":
|
5204
|
+
"bytes": 12899,
|
5205
5205
|
"imports": [
|
5206
5206
|
{
|
5207
5207
|
"path": "react",
|
@@ -5309,7 +5309,7 @@
|
|
5309
5309
|
"original": "../../hooks/useDropdownList"
|
5310
5310
|
},
|
5311
5311
|
{
|
5312
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.
|
5312
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.tsx",
|
5313
5313
|
"kind": "import-statement",
|
5314
5314
|
"original": "../../hooks/useMetadata"
|
5315
5315
|
},
|
@@ -5393,7 +5393,7 @@
|
|
5393
5393
|
"format": "esm"
|
5394
5394
|
},
|
5395
5395
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
5396
|
-
"bytes":
|
5396
|
+
"bytes": 986,
|
5397
5397
|
"imports": [
|
5398
5398
|
{
|
5399
5399
|
"path": "react",
|
@@ -5421,7 +5421,12 @@
|
|
5421
5421
|
"original": "../IconButton"
|
5422
5422
|
},
|
5423
5423
|
{
|
5424
|
-
"path": "src/Prebuilt/
|
5424
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
5425
|
+
"kind": "import-statement",
|
5426
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
5427
|
+
},
|
5428
|
+
{
|
5429
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.tsx",
|
5425
5430
|
"kind": "import-statement",
|
5426
5431
|
"original": "./hooks/useMetadata"
|
5427
5432
|
},
|
@@ -5806,7 +5811,7 @@
|
|
5806
5811
|
"format": "esm"
|
5807
5812
|
},
|
5808
5813
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
5809
|
-
"bytes":
|
5814
|
+
"bytes": 1628,
|
5810
5815
|
"imports": [
|
5811
5816
|
{
|
5812
5817
|
"path": "react",
|
@@ -6042,7 +6047,7 @@
|
|
6042
6047
|
"format": "esm"
|
6043
6048
|
},
|
6044
6049
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6045
|
-
"bytes":
|
6050
|
+
"bytes": 5728,
|
6046
6051
|
"imports": [
|
6047
6052
|
{
|
6048
6053
|
"path": "react",
|
@@ -6154,7 +6159,7 @@
|
|
6154
6159
|
"format": "esm"
|
6155
6160
|
},
|
6156
6161
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
6157
|
-
"bytes":
|
6162
|
+
"bytes": 12459,
|
6158
6163
|
"imports": [
|
6159
6164
|
{
|
6160
6165
|
"path": "react",
|
@@ -6291,7 +6296,7 @@
|
|
6291
6296
|
"format": "esm"
|
6292
6297
|
},
|
6293
6298
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
6294
|
-
"bytes":
|
6299
|
+
"bytes": 1360,
|
6295
6300
|
"imports": [
|
6296
6301
|
{
|
6297
6302
|
"path": "react",
|
@@ -6337,7 +6342,7 @@
|
|
6337
6342
|
"format": "esm"
|
6338
6343
|
},
|
6339
6344
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
6340
|
-
"bytes":
|
6345
|
+
"bytes": 3777,
|
6341
6346
|
"imports": [
|
6342
6347
|
{
|
6343
6348
|
"path": "react",
|
@@ -6359,11 +6364,6 @@
|
|
6359
6364
|
"kind": "import-statement",
|
6360
6365
|
"external": true
|
6361
6366
|
},
|
6362
|
-
{
|
6363
|
-
"path": "@100mslive/react-sdk",
|
6364
|
-
"kind": "import-statement",
|
6365
|
-
"external": true
|
6366
|
-
},
|
6367
6367
|
{
|
6368
6368
|
"path": "src/index.ts",
|
6369
6369
|
"kind": "import-statement",
|
@@ -7963,7 +7963,7 @@
|
|
7963
7963
|
"format": "esm"
|
7964
7964
|
},
|
7965
7965
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
7966
|
-
"bytes":
|
7966
|
+
"bytes": 15176,
|
7967
7967
|
"imports": [
|
7968
7968
|
{
|
7969
7969
|
"path": "react",
|
@@ -8243,7 +8243,7 @@
|
|
8243
8243
|
"format": "esm"
|
8244
8244
|
},
|
8245
8245
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8246
|
-
"bytes":
|
8246
|
+
"bytes": 10287,
|
8247
8247
|
"imports": [
|
8248
8248
|
{
|
8249
8249
|
"path": "react",
|
@@ -9794,7 +9794,7 @@
|
|
9794
9794
|
"format": "esm"
|
9795
9795
|
},
|
9796
9796
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
9797
|
-
"bytes":
|
9797
|
+
"bytes": 2927,
|
9798
9798
|
"imports": [
|
9799
9799
|
{
|
9800
9800
|
"path": "react",
|
@@ -9827,7 +9827,7 @@
|
|
9827
9827
|
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
9828
9828
|
},
|
9829
9829
|
{
|
9830
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.
|
9830
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.tsx",
|
9831
9831
|
"kind": "import-statement",
|
9832
9832
|
"original": "../hooks/useMetadata"
|
9833
9833
|
},
|
@@ -10598,6 +10598,77 @@
|
|
10598
10598
|
],
|
10599
10599
|
"format": "esm"
|
10600
10600
|
},
|
10601
|
+
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
10602
|
+
"bytes": 3186,
|
10603
|
+
"imports": [
|
10604
|
+
{
|
10605
|
+
"path": "react",
|
10606
|
+
"kind": "import-statement",
|
10607
|
+
"external": true
|
10608
|
+
},
|
10609
|
+
{
|
10610
|
+
"path": "react-use",
|
10611
|
+
"kind": "import-statement",
|
10612
|
+
"external": true
|
10613
|
+
},
|
10614
|
+
{
|
10615
|
+
"path": "@100mslive/react-sdk",
|
10616
|
+
"kind": "import-statement",
|
10617
|
+
"external": true
|
10618
|
+
},
|
10619
|
+
{
|
10620
|
+
"path": "src/Layout/index.tsx",
|
10621
|
+
"kind": "import-statement",
|
10622
|
+
"original": "../../../Layout"
|
10623
|
+
},
|
10624
|
+
{
|
10625
|
+
"path": "src/Theme/index.tsx",
|
10626
|
+
"kind": "import-statement",
|
10627
|
+
"original": "../../../Theme"
|
10628
|
+
},
|
10629
|
+
{
|
10630
|
+
"path": "src/Prebuilt/components/InsetTile.tsx",
|
10631
|
+
"kind": "import-statement",
|
10632
|
+
"original": "../InsetTile"
|
10633
|
+
},
|
10634
|
+
{
|
10635
|
+
"path": "src/Prebuilt/components/SecondaryTiles.tsx",
|
10636
|
+
"kind": "import-statement",
|
10637
|
+
"original": "../SecondaryTiles"
|
10638
|
+
},
|
10639
|
+
{
|
10640
|
+
"path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
|
10641
|
+
"kind": "import-statement",
|
10642
|
+
"original": "../Settings/LayoutSettings"
|
10643
|
+
},
|
10644
|
+
{
|
10645
|
+
"path": "./interface",
|
10646
|
+
"kind": "import-statement",
|
10647
|
+
"external": true
|
10648
|
+
},
|
10649
|
+
{
|
10650
|
+
"path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
|
10651
|
+
"kind": "import-statement",
|
10652
|
+
"original": "./ProminenceLayout"
|
10653
|
+
},
|
10654
|
+
{
|
10655
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
10656
|
+
"kind": "import-statement",
|
10657
|
+
"original": "../AppData/useUISettings"
|
10658
|
+
},
|
10659
|
+
{
|
10660
|
+
"path": "src/Prebuilt/common/constants.ts",
|
10661
|
+
"kind": "import-statement",
|
10662
|
+
"original": "../../common/constants"
|
10663
|
+
},
|
10664
|
+
{
|
10665
|
+
"path": "<define:process.env>",
|
10666
|
+
"kind": "import-statement",
|
10667
|
+
"external": true
|
10668
|
+
}
|
10669
|
+
],
|
10670
|
+
"format": "esm"
|
10671
|
+
},
|
10601
10672
|
"src/Prebuilt/common/PeersSorter.ts": {
|
10602
10673
|
"bytes": 3284,
|
10603
10674
|
"imports": [
|
@@ -10615,7 +10686,7 @@
|
|
10615
10686
|
"format": "esm"
|
10616
10687
|
},
|
10617
10688
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
10618
|
-
"bytes":
|
10689
|
+
"bytes": 5251,
|
10619
10690
|
"imports": [
|
10620
10691
|
{
|
10621
10692
|
"path": "react",
|
@@ -10647,6 +10718,11 @@
|
|
10647
10718
|
"kind": "import-statement",
|
10648
10719
|
"original": "./ScreenshareLayout"
|
10649
10720
|
},
|
10721
|
+
{
|
10722
|
+
"path": "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx",
|
10723
|
+
"kind": "import-statement",
|
10724
|
+
"original": "./WhiteboardLayout"
|
10725
|
+
},
|
10650
10726
|
{
|
10651
10727
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
10652
10728
|
"kind": "import-statement",
|
@@ -10808,64 +10884,8 @@
|
|
10808
10884
|
],
|
10809
10885
|
"format": "esm"
|
10810
10886
|
},
|
10811
|
-
"src/Prebuilt/layouts/WhiteboardView.tsx": {
|
10812
|
-
"bytes": 2047,
|
10813
|
-
"imports": [
|
10814
|
-
{
|
10815
|
-
"path": "react",
|
10816
|
-
"kind": "import-statement",
|
10817
|
-
"external": true
|
10818
|
-
},
|
10819
|
-
{
|
10820
|
-
"path": "react-use",
|
10821
|
-
"kind": "import-statement",
|
10822
|
-
"external": true
|
10823
|
-
},
|
10824
|
-
{
|
10825
|
-
"path": "@100mslive/react-sdk",
|
10826
|
-
"kind": "import-statement",
|
10827
|
-
"external": true
|
10828
|
-
},
|
10829
|
-
{
|
10830
|
-
"path": "src/Prebuilt/components/SecondaryTiles.tsx",
|
10831
|
-
"kind": "import-statement",
|
10832
|
-
"original": "../components/SecondaryTiles"
|
10833
|
-
},
|
10834
|
-
{
|
10835
|
-
"path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
|
10836
|
-
"kind": "import-statement",
|
10837
|
-
"original": "../components/VideoLayouts/ProminenceLayout"
|
10838
|
-
},
|
10839
|
-
{
|
10840
|
-
"path": "src/index.ts",
|
10841
|
-
"kind": "import-statement",
|
10842
|
-
"original": "../../"
|
10843
|
-
},
|
10844
|
-
{
|
10845
|
-
"path": "src/Layout/index.tsx",
|
10846
|
-
"kind": "import-statement",
|
10847
|
-
"original": "../../Layout"
|
10848
|
-
},
|
10849
|
-
{
|
10850
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
10851
|
-
"kind": "import-statement",
|
10852
|
-
"original": "../components/AppData/useUISettings"
|
10853
|
-
},
|
10854
|
-
{
|
10855
|
-
"path": "src/Prebuilt/common/constants.ts",
|
10856
|
-
"kind": "import-statement",
|
10857
|
-
"original": "../common/constants"
|
10858
|
-
},
|
10859
|
-
{
|
10860
|
-
"path": "<define:process.env>",
|
10861
|
-
"kind": "import-statement",
|
10862
|
-
"external": true
|
10863
|
-
}
|
10864
|
-
],
|
10865
|
-
"format": "esm"
|
10866
|
-
},
|
10867
10887
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
10868
|
-
"bytes":
|
10888
|
+
"bytes": 1121,
|
10869
10889
|
"imports": [
|
10870
10890
|
{
|
10871
10891
|
"path": "react",
|
@@ -10943,7 +10963,7 @@
|
|
10943
10963
|
"format": "esm"
|
10944
10964
|
},
|
10945
10965
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
10946
|
-
"bytes":
|
10966
|
+
"bytes": 1377,
|
10947
10967
|
"imports": [
|
10948
10968
|
{
|
10949
10969
|
"path": "react",
|
@@ -10990,7 +11010,7 @@
|
|
10990
11010
|
"format": "esm"
|
10991
11011
|
},
|
10992
11012
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
10993
|
-
"bytes":
|
11013
|
+
"bytes": 838,
|
10994
11014
|
"imports": [
|
10995
11015
|
{
|
10996
11016
|
"path": "react",
|
@@ -11025,7 +11045,7 @@
|
|
11025
11045
|
],
|
11026
11046
|
"format": "esm"
|
11027
11047
|
},
|
11028
|
-
"src/Prebuilt/components/HMSVideo/
|
11048
|
+
"src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
|
11029
11049
|
"bytes": 490,
|
11030
11050
|
"imports": [
|
11031
11051
|
{
|
@@ -11046,6 +11066,62 @@
|
|
11046
11066
|
],
|
11047
11067
|
"format": "esm"
|
11048
11068
|
},
|
11069
|
+
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
11070
|
+
"bytes": 4191,
|
11071
|
+
"imports": [
|
11072
|
+
{
|
11073
|
+
"path": "react",
|
11074
|
+
"kind": "import-statement",
|
11075
|
+
"external": true
|
11076
|
+
},
|
11077
|
+
{
|
11078
|
+
"path": "react-use",
|
11079
|
+
"kind": "import-statement",
|
11080
|
+
"external": true
|
11081
|
+
},
|
11082
|
+
{
|
11083
|
+
"path": "@100mslive/react-icons",
|
11084
|
+
"kind": "import-statement",
|
11085
|
+
"external": true
|
11086
|
+
},
|
11087
|
+
{
|
11088
|
+
"path": "src/Layout/index.tsx",
|
11089
|
+
"kind": "import-statement",
|
11090
|
+
"original": "../../../Layout"
|
11091
|
+
},
|
11092
|
+
{
|
11093
|
+
"path": "src/Text/index.tsx",
|
11094
|
+
"kind": "import-statement",
|
11095
|
+
"original": "../../../Text"
|
11096
|
+
},
|
11097
|
+
{
|
11098
|
+
"path": "src/Theme/index.tsx",
|
11099
|
+
"kind": "import-statement",
|
11100
|
+
"original": "../../../Theme"
|
11101
|
+
},
|
11102
|
+
{
|
11103
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
|
11104
|
+
"kind": "import-statement",
|
11105
|
+
"original": "./PlayPauseButton"
|
11106
|
+
},
|
11107
|
+
{
|
11108
|
+
"path": "src/Prebuilt/components/HMSVideo/SeekControl.tsx",
|
11109
|
+
"kind": "import-statement",
|
11110
|
+
"original": "./SeekControl"
|
11111
|
+
},
|
11112
|
+
{
|
11113
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
11114
|
+
"kind": "import-statement",
|
11115
|
+
"original": "../../common/hooks"
|
11116
|
+
},
|
11117
|
+
{
|
11118
|
+
"path": "<define:process.env>",
|
11119
|
+
"kind": "import-statement",
|
11120
|
+
"external": true
|
11121
|
+
}
|
11122
|
+
],
|
11123
|
+
"format": "esm"
|
11124
|
+
},
|
11049
11125
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
11050
11126
|
"bytes": 977,
|
11051
11127
|
"imports": [
|
@@ -11058,7 +11134,7 @@
|
|
11058
11134
|
"format": "esm"
|
11059
11135
|
},
|
11060
11136
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
11061
|
-
"bytes":
|
11137
|
+
"bytes": 2967,
|
11062
11138
|
"imports": [
|
11063
11139
|
{
|
11064
11140
|
"path": "react",
|
@@ -11156,7 +11232,7 @@
|
|
11156
11232
|
"format": "esm"
|
11157
11233
|
},
|
11158
11234
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
11159
|
-
"bytes":
|
11235
|
+
"bytes": 707,
|
11160
11236
|
"imports": [
|
11161
11237
|
{
|
11162
11238
|
"path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
|
@@ -11169,14 +11245,9 @@
|
|
11169
11245
|
"original": "./HMSVideo"
|
11170
11246
|
},
|
11171
11247
|
{
|
11172
|
-
"path": "src/Prebuilt/components/HMSVideo/
|
11173
|
-
"kind": "import-statement",
|
11174
|
-
"original": "./PlayPauseButton"
|
11175
|
-
},
|
11176
|
-
{
|
11177
|
-
"path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
|
11248
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx",
|
11178
11249
|
"kind": "import-statement",
|
11179
|
-
"original": "./
|
11250
|
+
"original": "./PlayPauseSeekControls"
|
11180
11251
|
},
|
11181
11252
|
{
|
11182
11253
|
"path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
|
@@ -11412,7 +11483,7 @@
|
|
11412
11483
|
"format": "esm"
|
11413
11484
|
},
|
11414
11485
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11415
|
-
"bytes":
|
11486
|
+
"bytes": 28303,
|
11416
11487
|
"imports": [
|
11417
11488
|
{
|
11418
11489
|
"path": "react",
|
@@ -11573,7 +11644,7 @@
|
|
11573
11644
|
"format": "esm"
|
11574
11645
|
},
|
11575
11646
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11576
|
-
"bytes":
|
11647
|
+
"bytes": 4278,
|
11577
11648
|
"imports": [
|
11578
11649
|
{
|
11579
11650
|
"path": "react",
|
@@ -11630,11 +11701,6 @@
|
|
11630
11701
|
"kind": "import-statement",
|
11631
11702
|
"original": "./WaitingView"
|
11632
11703
|
},
|
11633
|
-
{
|
11634
|
-
"path": "src/Prebuilt/layouts/WhiteboardView.tsx",
|
11635
|
-
"kind": "import-statement",
|
11636
|
-
"original": "./WhiteboardView"
|
11637
|
-
},
|
11638
11704
|
{
|
11639
11705
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
11640
11706
|
"kind": "import-statement",
|
@@ -11868,7 +11934,7 @@
|
|
11868
11934
|
"format": "esm"
|
11869
11935
|
},
|
11870
11936
|
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
11871
|
-
"bytes":
|
11937
|
+
"bytes": 738,
|
11872
11938
|
"imports": [
|
11873
11939
|
{
|
11874
11940
|
"path": "react",
|
@@ -11881,7 +11947,7 @@
|
|
11881
11947
|
"external": true
|
11882
11948
|
},
|
11883
11949
|
{
|
11884
|
-
"path": "src/Prebuilt/components/hooks/useMetadata.
|
11950
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.tsx",
|
11885
11951
|
"kind": "import-statement",
|
11886
11952
|
"original": "./hooks/useMetadata"
|
11887
11953
|
},
|
@@ -11894,7 +11960,7 @@
|
|
11894
11960
|
"format": "esm"
|
11895
11961
|
},
|
11896
11962
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
11897
|
-
"bytes":
|
11963
|
+
"bytes": 8106,
|
11898
11964
|
"imports": [
|
11899
11965
|
{
|
11900
11966
|
"path": "react",
|
@@ -13709,7 +13775,7 @@
|
|
13709
13775
|
"dist/index.js": {
|
13710
13776
|
"imports": [
|
13711
13777
|
{
|
13712
|
-
"path": "dist/chunk-
|
13778
|
+
"path": "dist/chunk-HTFCZ4D6.js",
|
13713
13779
|
"kind": "import-statement"
|
13714
13780
|
}
|
13715
13781
|
],
|
@@ -13782,16 +13848,16 @@
|
|
13782
13848
|
"inputs": {},
|
13783
13849
|
"bytes": 1822
|
13784
13850
|
},
|
13785
|
-
"dist/HLSView-
|
13851
|
+
"dist/HLSView-W72TK3BE.js.map": {
|
13786
13852
|
"imports": [],
|
13787
13853
|
"exports": [],
|
13788
13854
|
"inputs": {},
|
13789
|
-
"bytes":
|
13855
|
+
"bytes": 99220
|
13790
13856
|
},
|
13791
|
-
"dist/HLSView-
|
13857
|
+
"dist/HLSView-W72TK3BE.js": {
|
13792
13858
|
"imports": [
|
13793
13859
|
{
|
13794
|
-
"path": "dist/chunk-
|
13860
|
+
"path": "dist/chunk-HTFCZ4D6.js",
|
13795
13861
|
"kind": "import-statement"
|
13796
13862
|
},
|
13797
13863
|
{
|
@@ -13849,6 +13915,21 @@
|
|
13849
13915
|
"kind": "import-statement",
|
13850
13916
|
"external": true
|
13851
13917
|
},
|
13918
|
+
{
|
13919
|
+
"path": "react-use",
|
13920
|
+
"kind": "import-statement",
|
13921
|
+
"external": true
|
13922
|
+
},
|
13923
|
+
{
|
13924
|
+
"path": "@100mslive/react-icons",
|
13925
|
+
"kind": "import-statement",
|
13926
|
+
"external": true
|
13927
|
+
},
|
13928
|
+
{
|
13929
|
+
"path": "react",
|
13930
|
+
"kind": "import-statement",
|
13931
|
+
"external": true
|
13932
|
+
},
|
13852
13933
|
{
|
13853
13934
|
"path": "@100mslive/react-icons",
|
13854
13935
|
"kind": "import-statement",
|
@@ -13956,19 +14037,22 @@
|
|
13956
14037
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
13957
14038
|
"inputs": {
|
13958
14039
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
13959
|
-
"bytesInOutput":
|
14040
|
+
"bytesInOutput": 27641
|
13960
14041
|
},
|
13961
14042
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
13962
14043
|
"bytesInOutput": 3521
|
13963
14044
|
},
|
13964
14045
|
"src/Prebuilt/components/HMSVideo/index.ts": {
|
13965
|
-
"bytesInOutput":
|
14046
|
+
"bytesInOutput": 347
|
13966
14047
|
},
|
13967
14048
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
13968
14049
|
"bytesInOutput": 416
|
13969
14050
|
},
|
13970
14051
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
13971
|
-
"bytesInOutput":
|
14052
|
+
"bytesInOutput": 1508
|
14053
|
+
},
|
14054
|
+
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
14055
|
+
"bytesInOutput": 4256
|
13972
14056
|
},
|
13973
14057
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
13974
14058
|
"bytesInOutput": 851
|
@@ -13976,11 +14060,11 @@
|
|
13976
14060
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
13977
14061
|
"bytesInOutput": 244
|
13978
14062
|
},
|
13979
|
-
"src/Prebuilt/components/HMSVideo/
|
13980
|
-
"bytesInOutput":
|
14063
|
+
"src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
|
14064
|
+
"bytesInOutput": 328
|
13981
14065
|
},
|
13982
14066
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
13983
|
-
"bytesInOutput":
|
14067
|
+
"bytesInOutput": 3058
|
13984
14068
|
},
|
13985
14069
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
13986
14070
|
"bytesInOutput": 725
|
@@ -13992,10 +14076,10 @@
|
|
13992
14076
|
"bytesInOutput": 2284
|
13993
14077
|
},
|
13994
14078
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
13995
|
-
"bytesInOutput":
|
14079
|
+
"bytesInOutput": 643
|
13996
14080
|
},
|
13997
14081
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
13998
|
-
"bytesInOutput":
|
14082
|
+
"bytesInOutput": 1930
|
13999
14083
|
},
|
14000
14084
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
14001
14085
|
"bytesInOutput": 688
|
@@ -14007,15 +14091,15 @@
|
|
14007
14091
|
"bytesInOutput": 2101
|
14008
14092
|
}
|
14009
14093
|
},
|
14010
|
-
"bytes":
|
14094
|
+
"bytes": 61275
|
14011
14095
|
},
|
14012
|
-
"dist/chunk-
|
14096
|
+
"dist/chunk-HTFCZ4D6.js.map": {
|
14013
14097
|
"imports": [],
|
14014
14098
|
"exports": [],
|
14015
14099
|
"inputs": {},
|
14016
|
-
"bytes":
|
14100
|
+
"bytes": 3189379
|
14017
14101
|
},
|
14018
|
-
"dist/chunk-
|
14102
|
+
"dist/chunk-HTFCZ4D6.js": {
|
14019
14103
|
"imports": [
|
14020
14104
|
{
|
14021
14105
|
"path": "react",
|
@@ -14452,11 +14536,6 @@
|
|
14452
14536
|
"kind": "import-statement",
|
14453
14537
|
"external": true
|
14454
14538
|
},
|
14455
|
-
{
|
14456
|
-
"path": "@100mslive/react-sdk",
|
14457
|
-
"kind": "import-statement",
|
14458
|
-
"external": true
|
14459
|
-
},
|
14460
14539
|
{
|
14461
14540
|
"path": "react",
|
14462
14541
|
"kind": "import-statement",
|
@@ -16338,12 +16417,12 @@
|
|
16338
16417
|
"external": true
|
16339
16418
|
},
|
16340
16419
|
{
|
16341
|
-
"path": "
|
16420
|
+
"path": "react",
|
16342
16421
|
"kind": "import-statement",
|
16343
16422
|
"external": true
|
16344
16423
|
},
|
16345
16424
|
{
|
16346
|
-
"path": "react",
|
16425
|
+
"path": "react-use",
|
16347
16426
|
"kind": "import-statement",
|
16348
16427
|
"external": true
|
16349
16428
|
},
|
@@ -16353,37 +16432,37 @@
|
|
16353
16432
|
"external": true
|
16354
16433
|
},
|
16355
16434
|
{
|
16356
|
-
"path": "react",
|
16435
|
+
"path": "@100mslive/react-sdk",
|
16357
16436
|
"kind": "import-statement",
|
16358
16437
|
"external": true
|
16359
16438
|
},
|
16360
16439
|
{
|
16361
|
-
"path": "
|
16440
|
+
"path": "react",
|
16362
16441
|
"kind": "import-statement",
|
16363
16442
|
"external": true
|
16364
16443
|
},
|
16365
16444
|
{
|
16366
|
-
"path": "react",
|
16445
|
+
"path": "@100mslive/react-sdk",
|
16367
16446
|
"kind": "import-statement",
|
16368
16447
|
"external": true
|
16369
16448
|
},
|
16370
16449
|
{
|
16371
|
-
"path": "
|
16450
|
+
"path": "react",
|
16372
16451
|
"kind": "import-statement",
|
16373
16452
|
"external": true
|
16374
16453
|
},
|
16375
16454
|
{
|
16376
|
-
"path": "react",
|
16455
|
+
"path": "@100mslive/react-sdk",
|
16377
16456
|
"kind": "import-statement",
|
16378
16457
|
"external": true
|
16379
16458
|
},
|
16380
16459
|
{
|
16381
|
-
"path": "react
|
16460
|
+
"path": "react",
|
16382
16461
|
"kind": "import-statement",
|
16383
16462
|
"external": true
|
16384
16463
|
},
|
16385
16464
|
{
|
16386
|
-
"path": "@100mslive/react-
|
16465
|
+
"path": "@100mslive/react-icons",
|
16387
16466
|
"kind": "import-statement",
|
16388
16467
|
"external": true
|
16389
16468
|
},
|
@@ -16403,7 +16482,7 @@
|
|
16403
16482
|
"external": true
|
16404
16483
|
},
|
16405
16484
|
{
|
16406
|
-
"path": "dist/HLSView-
|
16485
|
+
"path": "dist/HLSView-W72TK3BE.js",
|
16407
16486
|
"kind": "dynamic-import"
|
16408
16487
|
},
|
16409
16488
|
{
|
@@ -16851,6 +16930,7 @@
|
|
16851
16930
|
"VideoTileStats",
|
16852
16931
|
"__async",
|
16853
16932
|
"__objRest",
|
16933
|
+
"__spreadProps",
|
16854
16934
|
"__spreadValues",
|
16855
16935
|
"config",
|
16856
16936
|
"createTheme",
|
@@ -16878,10 +16958,10 @@
|
|
16878
16958
|
],
|
16879
16959
|
"inputs": {
|
16880
16960
|
"<define:process.env>": {
|
16881
|
-
"bytesInOutput":
|
16961
|
+
"bytesInOutput": 18228
|
16882
16962
|
},
|
16883
16963
|
"../../node_modules/lodash/lodash.js": {
|
16884
|
-
"bytesInOutput":
|
16964
|
+
"bytesInOutput": 224298
|
16885
16965
|
},
|
16886
16966
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
16887
16967
|
"bytesInOutput": 42482
|
@@ -16890,7 +16970,7 @@
|
|
16890
16970
|
"bytesInOutput": 26591
|
16891
16971
|
},
|
16892
16972
|
"../../node_modules/sdp/sdp.js": {
|
16893
|
-
"bytesInOutput":
|
16973
|
+
"bytesInOutput": 22275
|
16894
16974
|
},
|
16895
16975
|
"../../node_modules/sdp-transform/lib/grammar.js": {
|
16896
16976
|
"bytesInOutput": 16120
|
@@ -16956,7 +17036,7 @@
|
|
16956
17036
|
"bytesInOutput": 27
|
16957
17037
|
},
|
16958
17038
|
"src/IconButton/IconButton.tsx": {
|
16959
|
-
"bytesInOutput":
|
17039
|
+
"bytesInOutput": 882
|
16960
17040
|
},
|
16961
17041
|
"src/Avatar/index.ts": {
|
16962
17042
|
"bytesInOutput": 27
|
@@ -17061,7 +17141,7 @@
|
|
17061
17141
|
"bytesInOutput": 755
|
17062
17142
|
},
|
17063
17143
|
"src/AudioLevel/AudioLevel.tsx": {
|
17064
|
-
"bytesInOutput":
|
17144
|
+
"bytesInOutput": 2196
|
17065
17145
|
},
|
17066
17146
|
"src/AudioLevel/audio-level.png": {
|
17067
17147
|
"bytesInOutput": 880
|
@@ -17097,7 +17177,7 @@
|
|
17097
17177
|
"bytesInOutput": 149
|
17098
17178
|
},
|
17099
17179
|
"src/Accordion/Accordion.tsx": {
|
17100
|
-
"bytesInOutput":
|
17180
|
+
"bytesInOutput": 2526
|
17101
17181
|
},
|
17102
17182
|
"src/Fieldset/Fieldset.tsx": {
|
17103
17183
|
"bytesInOutput": 233
|
@@ -17163,7 +17243,7 @@
|
|
17163
17243
|
"bytesInOutput": 1486
|
17164
17244
|
},
|
17165
17245
|
"src/Prebuilt/common/utils.js": {
|
17166
|
-
"bytesInOutput":
|
17246
|
+
"bytesInOutput": 3208
|
17167
17247
|
},
|
17168
17248
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
17169
17249
|
"bytesInOutput": 2499
|
@@ -17178,19 +17258,19 @@
|
|
17178
17258
|
"bytesInOutput": 4698
|
17179
17259
|
},
|
17180
17260
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17181
|
-
"bytesInOutput":
|
17261
|
+
"bytesInOutput": 7205
|
17182
17262
|
},
|
17183
17263
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
17184
|
-
"bytesInOutput":
|
17264
|
+
"bytesInOutput": 3145
|
17185
17265
|
},
|
17186
17266
|
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
17187
17267
|
"bytesInOutput": 10284
|
17188
17268
|
},
|
17189
17269
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
17190
|
-
"bytesInOutput":
|
17270
|
+
"bytesInOutput": 3151
|
17191
17271
|
},
|
17192
17272
|
"src/Prebuilt/IconButton.tsx": {
|
17193
|
-
"bytesInOutput":
|
17273
|
+
"bytesInOutput": 487
|
17194
17274
|
},
|
17195
17275
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
17196
17276
|
"bytesInOutput": 8957
|
@@ -17306,20 +17386,20 @@
|
|
17306
17386
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
17307
17387
|
"bytesInOutput": 437
|
17308
17388
|
},
|
17309
|
-
"src/Prebuilt/components/hooks/useMetadata.
|
17310
|
-
"bytesInOutput":
|
17389
|
+
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
17390
|
+
"bytesInOutput": 1826
|
17311
17391
|
},
|
17312
17392
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17313
|
-
"bytesInOutput":
|
17393
|
+
"bytesInOutput": 10902
|
17314
17394
|
},
|
17315
17395
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
17316
17396
|
"bytesInOutput": 10031
|
17317
17397
|
},
|
17318
17398
|
"../hms-video-store/dist/index.js": {
|
17319
|
-
"bytesInOutput":
|
17399
|
+
"bytesInOutput": 50213
|
17320
17400
|
},
|
17321
17401
|
"../../node_modules/reselect/es/index.js": {
|
17322
|
-
"bytesInOutput":
|
17402
|
+
"bytesInOutput": 2537
|
17323
17403
|
},
|
17324
17404
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
17325
17405
|
"bytesInOutput": 118
|
@@ -17334,7 +17414,7 @@
|
|
17334
17414
|
"bytesInOutput": 22678
|
17335
17415
|
},
|
17336
17416
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
17337
|
-
"bytesInOutput":
|
17417
|
+
"bytesInOutput": 6094
|
17338
17418
|
},
|
17339
17419
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
17340
17420
|
"bytesInOutput": 1256
|
@@ -17343,7 +17423,7 @@
|
|
17343
17423
|
"bytesInOutput": 9143
|
17344
17424
|
},
|
17345
17425
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
17346
|
-
"bytesInOutput":
|
17426
|
+
"bytesInOutput": 2122
|
17347
17427
|
},
|
17348
17428
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
17349
17429
|
"bytesInOutput": 842
|
@@ -17352,7 +17432,7 @@
|
|
17352
17432
|
"bytesInOutput": 11868
|
17353
17433
|
},
|
17354
17434
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
17355
|
-
"bytesInOutput":
|
17435
|
+
"bytesInOutput": 12465
|
17356
17436
|
},
|
17357
17437
|
"src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
|
17358
17438
|
"bytesInOutput": 6823
|
@@ -17379,7 +17459,7 @@
|
|
17379
17459
|
"bytesInOutput": 658
|
17380
17460
|
},
|
17381
17461
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
17382
|
-
"bytesInOutput":
|
17462
|
+
"bytesInOutput": 905
|
17383
17463
|
},
|
17384
17464
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
17385
17465
|
"bytesInOutput": 1619
|
@@ -17415,10 +17495,10 @@
|
|
17415
17495
|
"bytesInOutput": 958
|
17416
17496
|
},
|
17417
17497
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
17418
|
-
"bytesInOutput":
|
17498
|
+
"bytesInOutput": 1445
|
17419
17499
|
},
|
17420
17500
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
17421
|
-
"bytesInOutput":
|
17501
|
+
"bytesInOutput": 11723
|
17422
17502
|
},
|
17423
17503
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
17424
17504
|
"bytesInOutput": 3749
|
@@ -17430,7 +17510,7 @@
|
|
17430
17510
|
"bytesInOutput": 1290
|
17431
17511
|
},
|
17432
17512
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17433
|
-
"bytesInOutput":
|
17513
|
+
"bytesInOutput": 5214
|
17434
17514
|
},
|
17435
17515
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17436
17516
|
"bytesInOutput": 7326
|
@@ -17445,7 +17525,7 @@
|
|
17445
17525
|
"bytesInOutput": 1073
|
17446
17526
|
},
|
17447
17527
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
17448
|
-
"bytesInOutput":
|
17528
|
+
"bytesInOutput": 1291
|
17449
17529
|
},
|
17450
17530
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
17451
17531
|
"bytesInOutput": 2414
|
@@ -17454,7 +17534,7 @@
|
|
17454
17534
|
"bytesInOutput": 3077
|
17455
17535
|
},
|
17456
17536
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
17457
|
-
"bytesInOutput":
|
17537
|
+
"bytesInOutput": 9638
|
17458
17538
|
},
|
17459
17539
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17460
17540
|
"bytesInOutput": 6274
|
@@ -17463,7 +17543,7 @@
|
|
17463
17543
|
"bytesInOutput": 735
|
17464
17544
|
},
|
17465
17545
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17466
|
-
"bytesInOutput":
|
17546
|
+
"bytesInOutput": 7995
|
17467
17547
|
},
|
17468
17548
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
17469
17549
|
"bytesInOutput": 2247
|
@@ -17550,7 +17630,7 @@
|
|
17550
17630
|
"bytesInOutput": 4926
|
17551
17631
|
},
|
17552
17632
|
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
17553
|
-
"bytesInOutput":
|
17633
|
+
"bytesInOutput": 14726
|
17554
17634
|
},
|
17555
17635
|
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
17556
17636
|
"bytesInOutput": 9785
|
@@ -17562,7 +17642,7 @@
|
|
17562
17642
|
"bytesInOutput": 1210
|
17563
17643
|
},
|
17564
17644
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
17565
|
-
"bytesInOutput":
|
17645
|
+
"bytesInOutput": 2758
|
17566
17646
|
},
|
17567
17647
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17568
17648
|
"bytesInOutput": 1952
|
@@ -17574,7 +17654,7 @@
|
|
17574
17654
|
"bytesInOutput": 710
|
17575
17655
|
},
|
17576
17656
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17577
|
-
"bytesInOutput":
|
17657
|
+
"bytesInOutput": 9627
|
17578
17658
|
},
|
17579
17659
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
17580
17660
|
"bytesInOutput": 5318
|
@@ -17598,7 +17678,7 @@
|
|
17598
17678
|
"bytesInOutput": 1021
|
17599
17679
|
},
|
17600
17680
|
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
17601
|
-
"bytesInOutput":
|
17681
|
+
"bytesInOutput": 543
|
17602
17682
|
},
|
17603
17683
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17604
17684
|
"bytesInOutput": 4205
|
@@ -17652,10 +17732,10 @@
|
|
17652
17732
|
"bytesInOutput": 2163
|
17653
17733
|
},
|
17654
17734
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17655
|
-
"bytesInOutput":
|
17735
|
+
"bytesInOutput": 3388
|
17656
17736
|
},
|
17657
17737
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
17658
|
-
"bytesInOutput":
|
17738
|
+
"bytesInOutput": 4521
|
17659
17739
|
},
|
17660
17740
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
17661
17741
|
"bytesInOutput": 2019
|
@@ -17667,13 +17747,13 @@
|
|
17667
17747
|
"bytesInOutput": 451
|
17668
17748
|
},
|
17669
17749
|
"src/Prebuilt/components/Pagination.tsx": {
|
17670
|
-
"bytesInOutput":
|
17750
|
+
"bytesInOutput": 1699
|
17671
17751
|
},
|
17672
17752
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
17673
17753
|
"bytesInOutput": 1204
|
17674
17754
|
},
|
17675
17755
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
17676
|
-
"bytesInOutput":
|
17756
|
+
"bytesInOutput": 3839
|
17677
17757
|
},
|
17678
17758
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
17679
17759
|
"bytesInOutput": 2183
|
@@ -17699,8 +17779,11 @@
|
|
17699
17779
|
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
17700
17780
|
"bytesInOutput": 1226
|
17701
17781
|
},
|
17782
|
+
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
17783
|
+
"bytesInOutput": 2887
|
17784
|
+
},
|
17702
17785
|
"src/Prebuilt/common/PeersSorter.ts": {
|
17703
|
-
"bytesInOutput":
|
17786
|
+
"bytesInOutput": 3099
|
17704
17787
|
},
|
17705
17788
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
17706
17789
|
"bytesInOutput": 2785
|
@@ -17711,11 +17794,8 @@
|
|
17711
17794
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
17712
17795
|
"bytesInOutput": 1415
|
17713
17796
|
},
|
17714
|
-
"src/Prebuilt/layouts/WhiteboardView.tsx": {
|
17715
|
-
"bytesInOutput": 2075
|
17716
|
-
},
|
17717
17797
|
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
17718
|
-
"bytesInOutput":
|
17798
|
+
"bytesInOutput": 1097
|
17719
17799
|
},
|
17720
17800
|
"src/Prebuilt/components/Header/index.tsx": {
|
17721
17801
|
"bytesInOutput": 27
|
@@ -17760,7 +17840,7 @@
|
|
17760
17840
|
"bytesInOutput": 27
|
17761
17841
|
},
|
17762
17842
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
17763
|
-
"bytesInOutput":
|
17843
|
+
"bytesInOutput": 7974
|
17764
17844
|
},
|
17765
17845
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17766
17846
|
"bytesInOutput": 1053
|
@@ -17775,7 +17855,7 @@
|
|
17775
17855
|
"bytesInOutput": 1983
|
17776
17856
|
},
|
17777
17857
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
17778
|
-
"bytesInOutput":
|
17858
|
+
"bytesInOutput": 7229
|
17779
17859
|
},
|
17780
17860
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
17781
17861
|
"bytesInOutput": 1596
|
@@ -17838,7 +17918,7 @@
|
|
17838
17918
|
"bytesInOutput": 651
|
17839
17919
|
}
|
17840
17920
|
},
|
17841
|
-
"bytes":
|
17921
|
+
"bytes": 1308413
|
17842
17922
|
}
|
17843
17923
|
}
|
17844
17924
|
}
|