@100mslive/roomkit-react 0.1.6-alpha.0 → 0.1.6-alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/{HLSView-PY2FKWX3.js → HLSView-HNVYG5VE.js} +208 -118
- package/dist/HLSView-HNVYG5VE.js.map +7 -0
- package/dist/Prebuilt/AppContext.d.ts +1 -1
- package/dist/Prebuilt/components/Chat/ChatFooter.d.ts +7 -0
- package/dist/Prebuilt/components/Connection/ConnectionIndicator.d.ts +6 -0
- package/dist/Prebuilt/components/Connection/TileConnection.d.ts +10 -0
- package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +4 -0
- package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +14 -0
- package/dist/Prebuilt/components/Footer/RoleOptions.d.ts +6 -0
- package/dist/Prebuilt/components/Header/StreamActions.d.ts +11 -0
- package/dist/Prebuilt/components/Leave/DesktopLeaveRoom.d.ts +4 -3
- package/dist/Prebuilt/components/Leave/EndSessionContent.d.ts +4 -3
- package/dist/Prebuilt/components/Leave/LeaveCard.d.ts +1 -2
- package/dist/Prebuilt/components/Leave/LeaveSessionContent.d.ts +3 -1
- package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +4 -3
- package/dist/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.d.ts +6 -0
- package/dist/Prebuilt/components/Preview/PreviewContainer.d.ts +3 -0
- package/dist/Prebuilt/components/Preview/PreviewJoin.d.ts +16 -0
- package/dist/Prebuilt/components/RoleChangeRequestModal.d.ts +2 -0
- package/dist/Prebuilt/components/SecondaryTiles.d.ts +1 -1
- package/dist/Prebuilt/components/VideoLayouts/EqualProminence.d.ts +1 -1
- package/dist/Prebuilt/components/VideoLayouts/Grid.d.ts +1 -0
- package/dist/Prebuilt/components/VideoLayouts/GridLayout.d.ts +5 -3
- package/dist/Prebuilt/components/VideoLayouts/ProminenceLayout.d.ts +6 -3
- package/dist/Prebuilt/components/VideoLayouts/RoleProminence.d.ts +1 -1
- package/dist/Prebuilt/components/VideoLayouts/ScreenshareLayout.d.ts +1 -1
- package/dist/Prebuilt/components/VideoLayouts/interface.d.ts +1 -0
- package/dist/Prebuilt/components/hooks/useAutoStartStreaming.d.ts +1 -0
- package/dist/Prebuilt/components/hooks/useRedirectToLeave.d.ts +3 -0
- package/dist/Prebuilt/components/hooks/useTileLayout.d.ts +2 -1
- package/dist/Prebuilt/components/hooks/useVideoTileLayout.d.ts +2 -0
- package/dist/Prebuilt/layouts/SidePane.d.ts +4 -1
- package/dist/Prebuilt/layouts/VideoStreamingSection.d.ts +2 -1
- package/dist/{VirtualBackground-AYDHYLIZ.js → VirtualBackground-UM2FOUHQ.js} +3 -3
- package/dist/{chunk-E2M2ZSOL.js → chunk-364HP22I.js} +2 -2
- package/dist/{chunk-RXTHJUMZ.js → chunk-LYSAET4G.js} +946 -390
- package/dist/chunk-LYSAET4G.js.map +7 -0
- package/dist/{chunk-GQD2AGWW.js → chunk-POE7H4IE.js} +12 -2
- package/dist/{chunk-GQD2AGWW.js.map → chunk-POE7H4IE.js.map} +2 -2
- package/dist/{conference-V2XZGTKU.js → conference-UWLJHMB2.js} +1116 -1316
- package/dist/conference-UWLJHMB2.js.map +7 -0
- package/dist/index.cjs.js +6080 -5631
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +2 -2
- package/dist/meta.cjs.json +741 -493
- package/dist/meta.esbuild.json +782 -529
- package/package.json +8 -7
- package/src/Prebuilt/App.tsx +10 -21
- package/src/Prebuilt/AppContext.tsx +1 -1
- package/src/Prebuilt/IconButton.jsx +10 -0
- package/src/Prebuilt/common/PeersSorter.ts +1 -1
- package/src/Prebuilt/common/constants.js +1 -2
- package/src/Prebuilt/common/utils.js +1 -1
- package/src/Prebuilt/components/AppData/AppData.jsx +8 -2
- package/src/Prebuilt/components/AppData/useUISettings.js +6 -6
- package/src/Prebuilt/components/AudioVideoToggle.jsx +8 -6
- package/src/Prebuilt/components/Chat/Chat.jsx +23 -6
- package/src/Prebuilt/components/Chat/ChatBody.jsx +20 -21
- package/src/Prebuilt/components/Chat/{ChatFooter.jsx → ChatFooter.tsx} +38 -13
- package/src/Prebuilt/components/Chat/ChatParticipantHeader.jsx +38 -27
- package/src/Prebuilt/components/Chat/useEmojiPickerStyles.js +5 -4
- package/src/Prebuilt/components/Connection/{ConnectionIndicator.jsx → ConnectionIndicator.tsx} +12 -4
- package/src/Prebuilt/components/Connection/{TileConnection.jsx → TileConnection.tsx} +20 -6
- package/src/Prebuilt/components/EmojiReaction.jsx +2 -6
- package/src/Prebuilt/components/Footer/{ChatToggle.jsx → ChatToggle.tsx} +13 -3
- package/src/Prebuilt/components/Footer/Footer.tsx +15 -6
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +15 -47
- package/src/Prebuilt/components/Footer/{RoleAccordion.jsx → RoleAccordion.tsx} +33 -17
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +155 -0
- package/src/Prebuilt/components/FullPageProgress.jsx +3 -3
- package/src/Prebuilt/components/HMSVideo/Controls.jsx +1 -0
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx +39 -17
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +2 -2
- package/src/Prebuilt/components/HMSVideo/VideoProgress.jsx +5 -6
- package/src/Prebuilt/components/HMSVideo/VolumeControl.jsx +1 -1
- package/src/Prebuilt/components/Header/{StreamActions.jsx → StreamActions.tsx} +23 -9
- package/src/Prebuilt/components/Header/common.jsx +5 -2
- package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx +6 -1
- package/src/Prebuilt/components/InsetTile.tsx +14 -8
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +21 -11
- package/src/Prebuilt/components/Leave/EndSessionContent.tsx +2 -5
- package/src/Prebuilt/components/Leave/LeaveCard.tsx +1 -3
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +28 -25
- package/src/Prebuilt/components/Leave/LeaveSessionContent.tsx +8 -2
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +8 -8
- package/src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx +4 -0
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +1 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +9 -23
- package/src/Prebuilt/components/MoreSettings/SplitComponents/{MwebOptions.jsx → MwebOptions.tsx} +88 -27
- package/src/Prebuilt/components/Notifications/Notifications.jsx +30 -21
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.jsx +5 -11
- package/src/Prebuilt/components/Pagination.tsx +14 -12
- package/src/Prebuilt/components/Preview/{PreviewContainer.jsx → PreviewContainer.tsx} +11 -2
- package/src/Prebuilt/components/Preview/PreviewForm.tsx +6 -8
- package/src/Prebuilt/components/Preview/{PreviewJoin.jsx → PreviewJoin.tsx} +43 -19
- package/src/Prebuilt/components/{RoleChangeRequestModal.jsx → RoleChangeRequestModal.tsx} +32 -15
- package/src/Prebuilt/components/ScreenshareTile.jsx +6 -7
- package/src/Prebuilt/components/SecondaryTiles.tsx +12 -10
- package/src/Prebuilt/components/TileMenu/TileMenu.jsx +1 -1
- package/src/Prebuilt/components/TileMenu/TileMenuContent.jsx +14 -10
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +5 -4
- package/src/Prebuilt/components/VideoLayouts/EqualProminence.tsx +13 -10
- package/src/Prebuilt/components/VideoLayouts/Grid.tsx +36 -34
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +33 -15
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +45 -31
- package/src/Prebuilt/components/VideoLayouts/RoleProminence.tsx +12 -9
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +25 -9
- package/src/Prebuilt/components/VideoLayouts/interface.ts +1 -0
- package/src/Prebuilt/components/VideoTile.jsx +45 -53
- package/src/Prebuilt/components/conference.jsx +71 -74
- package/src/Prebuilt/components/hooks/useAutoStartStreaming.tsx +57 -0
- package/src/Prebuilt/components/hooks/useMetadata.jsx +12 -3
- package/src/Prebuilt/components/hooks/useRedirectToLeave.tsx +34 -0
- package/src/Prebuilt/components/hooks/useRoleProminencePeers.tsx +1 -1
- package/src/Prebuilt/components/hooks/useTileLayout.tsx +24 -18
- package/src/Prebuilt/components/hooks/useVideoTileLayout.ts +4 -0
- package/src/Prebuilt/layouts/EmbedView.jsx +1 -11
- package/src/Prebuilt/layouts/HLSView.jsx +152 -82
- package/src/Prebuilt/layouts/SidePane.tsx +15 -3
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +11 -47
- package/src/Prebuilt/plugins/FlyingEmoji.jsx +14 -2
- package/src/Prebuilt/services/FeatureFlags.jsx +0 -1
- package/src/VideoTile/StyledVideoTile.tsx +1 -0
- package/dist/HLSView-PY2FKWX3.js.map +0 -7
- package/dist/chunk-RXTHJUMZ.js.map +0 -7
- package/dist/conference-V2XZGTKU.js.map +0 -7
- package/src/Prebuilt/components/AudioLevel/BeamSpeakerLabelsLogging.jsx +0 -16
- package/src/Prebuilt/components/VideoList.jsx +0 -73
- /package/dist/{VirtualBackground-AYDHYLIZ.js.map → VirtualBackground-UM2FOUHQ.js.map} +0 -0
- /package/dist/{chunk-E2M2ZSOL.js.map → chunk-364HP22I.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -842,7 +842,7 @@
|
|
842
842
|
"format": "esm"
|
843
843
|
},
|
844
844
|
"src/VideoTile/StyledVideoTile.tsx": {
|
845
|
-
"bytes":
|
845
|
+
"bytes": 3000,
|
846
846
|
"imports": [
|
847
847
|
{
|
848
848
|
"path": "src/Layout/index.tsx",
|
@@ -1828,7 +1828,7 @@
|
|
1828
1828
|
"format": "esm"
|
1829
1829
|
},
|
1830
1830
|
"src/Prebuilt/common/constants.js": {
|
1831
|
-
"bytes":
|
1831
|
+
"bytes": 3307,
|
1832
1832
|
"imports": [
|
1833
1833
|
{
|
1834
1834
|
"path": "@100mslive/react-sdk",
|
@@ -1870,7 +1870,7 @@
|
|
1870
1870
|
"format": "esm"
|
1871
1871
|
},
|
1872
1872
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
1873
|
-
"bytes":
|
1873
|
+
"bytes": 4892,
|
1874
1874
|
"imports": [
|
1875
1875
|
{
|
1876
1876
|
"path": "react",
|
@@ -1906,7 +1906,7 @@
|
|
1906
1906
|
"format": "esm"
|
1907
1907
|
},
|
1908
1908
|
"src/Prebuilt/components/AppData/AppData.jsx": {
|
1909
|
-
"bytes":
|
1909
|
+
"bytes": 5962,
|
1910
1910
|
"imports": [
|
1911
1911
|
{
|
1912
1912
|
"path": "react",
|
@@ -1956,65 +1956,8 @@
|
|
1956
1956
|
],
|
1957
1957
|
"format": "esm"
|
1958
1958
|
},
|
1959
|
-
"src/Prebuilt/services/FeatureFlags.jsx": {
|
1960
|
-
"bytes": 1442,
|
1961
|
-
"imports": [
|
1962
|
-
{
|
1963
|
-
"path": "react",
|
1964
|
-
"kind": "import-statement",
|
1965
|
-
"external": true
|
1966
|
-
},
|
1967
|
-
{
|
1968
|
-
"path": "@100mslive/react-sdk",
|
1969
|
-
"kind": "import-statement",
|
1970
|
-
"external": true
|
1971
|
-
},
|
1972
|
-
{
|
1973
|
-
"path": "<define:process.env>",
|
1974
|
-
"kind": "import-statement",
|
1975
|
-
"external": true
|
1976
|
-
},
|
1977
|
-
{
|
1978
|
-
"path": "<runtime>",
|
1979
|
-
"kind": "import-statement",
|
1980
|
-
"external": true
|
1981
|
-
}
|
1982
|
-
],
|
1983
|
-
"format": "esm"
|
1984
|
-
},
|
1985
|
-
"src/Prebuilt/components/AudioLevel/BeamSpeakerLabelsLogging.jsx": {
|
1986
|
-
"bytes": 520,
|
1987
|
-
"imports": [
|
1988
|
-
{
|
1989
|
-
"path": "react",
|
1990
|
-
"kind": "import-statement",
|
1991
|
-
"external": true
|
1992
|
-
},
|
1993
|
-
{
|
1994
|
-
"path": "@100mslive/react-sdk",
|
1995
|
-
"kind": "import-statement",
|
1996
|
-
"external": true
|
1997
|
-
},
|
1998
|
-
{
|
1999
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
2000
|
-
"kind": "import-statement",
|
2001
|
-
"original": "../AppData/useUISettings"
|
2002
|
-
},
|
2003
|
-
{
|
2004
|
-
"path": "src/Prebuilt/services/FeatureFlags.jsx",
|
2005
|
-
"kind": "import-statement",
|
2006
|
-
"original": "../../services/FeatureFlags"
|
2007
|
-
},
|
2008
|
-
{
|
2009
|
-
"path": "<define:process.env>",
|
2010
|
-
"kind": "import-statement",
|
2011
|
-
"external": true
|
2012
|
-
}
|
2013
|
-
],
|
2014
|
-
"format": "esm"
|
2015
|
-
},
|
2016
1959
|
"src/Prebuilt/AppContext.tsx": {
|
2017
|
-
"bytes":
|
1960
|
+
"bytes": 708,
|
2018
1961
|
"imports": [
|
2019
1962
|
{
|
2020
1963
|
"path": "react",
|
@@ -2203,7 +2146,7 @@
|
|
2203
2146
|
"format": "esm"
|
2204
2147
|
},
|
2205
2148
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
2206
|
-
"bytes":
|
2149
|
+
"bytes": 524,
|
2207
2150
|
"imports": [
|
2208
2151
|
{
|
2209
2152
|
"path": "react",
|
@@ -2229,6 +2172,37 @@
|
|
2229
2172
|
"path": "<define:process.env>",
|
2230
2173
|
"kind": "import-statement",
|
2231
2174
|
"external": true
|
2175
|
+
},
|
2176
|
+
{
|
2177
|
+
"path": "<runtime>",
|
2178
|
+
"kind": "import-statement",
|
2179
|
+
"external": true
|
2180
|
+
}
|
2181
|
+
],
|
2182
|
+
"format": "esm"
|
2183
|
+
},
|
2184
|
+
"src/Prebuilt/services/FeatureFlags.jsx": {
|
2185
|
+
"bytes": 1342,
|
2186
|
+
"imports": [
|
2187
|
+
{
|
2188
|
+
"path": "react",
|
2189
|
+
"kind": "import-statement",
|
2190
|
+
"external": true
|
2191
|
+
},
|
2192
|
+
{
|
2193
|
+
"path": "@100mslive/react-sdk",
|
2194
|
+
"kind": "import-statement",
|
2195
|
+
"external": true
|
2196
|
+
},
|
2197
|
+
{
|
2198
|
+
"path": "<define:process.env>",
|
2199
|
+
"kind": "import-statement",
|
2200
|
+
"external": true
|
2201
|
+
},
|
2202
|
+
{
|
2203
|
+
"path": "<runtime>",
|
2204
|
+
"kind": "import-statement",
|
2205
|
+
"external": true
|
2232
2206
|
}
|
2233
2207
|
],
|
2234
2208
|
"format": "esm"
|
@@ -2364,7 +2338,7 @@
|
|
2364
2338
|
"format": "esm"
|
2365
2339
|
},
|
2366
2340
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
2367
|
-
"bytes":
|
2341
|
+
"bytes": 5100,
|
2368
2342
|
"imports": [
|
2369
2343
|
{
|
2370
2344
|
"path": "react",
|
@@ -2514,7 +2488,7 @@
|
|
2514
2488
|
"format": "esm"
|
2515
2489
|
},
|
2516
2490
|
"src/Prebuilt/common/utils.js": {
|
2517
|
-
"bytes":
|
2491
|
+
"bytes": 2951,
|
2518
2492
|
"imports": [
|
2519
2493
|
{
|
2520
2494
|
"path": "<define:process.env>",
|
@@ -2620,7 +2594,7 @@
|
|
2620
2594
|
"format": "esm"
|
2621
2595
|
},
|
2622
2596
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.jsx": {
|
2623
|
-
"bytes":
|
2597
|
+
"bytes": 2122,
|
2624
2598
|
"imports": [
|
2625
2599
|
{
|
2626
2600
|
"path": "react",
|
@@ -2738,8 +2712,112 @@
|
|
2738
2712
|
],
|
2739
2713
|
"format": "esm"
|
2740
2714
|
},
|
2715
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
2716
|
+
"bytes": 6437,
|
2717
|
+
"imports": [
|
2718
|
+
{
|
2719
|
+
"path": "<define:process.env>",
|
2720
|
+
"kind": "import-statement",
|
2721
|
+
"external": true
|
2722
|
+
}
|
2723
|
+
],
|
2724
|
+
"format": "esm"
|
2725
|
+
},
|
2726
|
+
"src/Prebuilt/components/PIP/PIPManager.js": {
|
2727
|
+
"bytes": 10148,
|
2728
|
+
"imports": [
|
2729
|
+
{
|
2730
|
+
"path": "worker-timers",
|
2731
|
+
"kind": "import-statement",
|
2732
|
+
"external": true
|
2733
|
+
},
|
2734
|
+
{
|
2735
|
+
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
2736
|
+
"kind": "import-statement",
|
2737
|
+
"original": "./pipUtils"
|
2738
|
+
},
|
2739
|
+
{
|
2740
|
+
"path": "src/Prebuilt/common/constants.js",
|
2741
|
+
"kind": "import-statement",
|
2742
|
+
"original": "../../common/constants"
|
2743
|
+
},
|
2744
|
+
{
|
2745
|
+
"path": "<define:process.env>",
|
2746
|
+
"kind": "import-statement",
|
2747
|
+
"external": true
|
2748
|
+
},
|
2749
|
+
{
|
2750
|
+
"path": "<runtime>",
|
2751
|
+
"kind": "import-statement",
|
2752
|
+
"external": true
|
2753
|
+
}
|
2754
|
+
],
|
2755
|
+
"format": "esm"
|
2756
|
+
},
|
2757
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
2758
|
+
"bytes": 1916,
|
2759
|
+
"imports": [
|
2760
|
+
{
|
2761
|
+
"path": "@100mslive/types-prebuilt",
|
2762
|
+
"kind": "import-statement",
|
2763
|
+
"external": true
|
2764
|
+
},
|
2765
|
+
{
|
2766
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
2767
|
+
"kind": "import-statement",
|
2768
|
+
"original": ".."
|
2769
|
+
},
|
2770
|
+
{
|
2771
|
+
"path": "<define:process.env>",
|
2772
|
+
"kind": "import-statement",
|
2773
|
+
"external": true
|
2774
|
+
}
|
2775
|
+
],
|
2776
|
+
"format": "esm"
|
2777
|
+
},
|
2778
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
2779
|
+
"bytes": 1236,
|
2780
|
+
"imports": [
|
2781
|
+
{
|
2782
|
+
"path": "react",
|
2783
|
+
"kind": "import-statement",
|
2784
|
+
"external": true
|
2785
|
+
},
|
2786
|
+
{
|
2787
|
+
"path": "react-router-dom",
|
2788
|
+
"kind": "import-statement",
|
2789
|
+
"external": true
|
2790
|
+
},
|
2791
|
+
{
|
2792
|
+
"path": "src/Prebuilt/AppContext.tsx",
|
2793
|
+
"kind": "import-statement",
|
2794
|
+
"original": "../../AppContext"
|
2795
|
+
},
|
2796
|
+
{
|
2797
|
+
"path": "src/Prebuilt/components/PIP/PIPManager.js",
|
2798
|
+
"kind": "import-statement",
|
2799
|
+
"original": "../PIP/PIPManager"
|
2800
|
+
},
|
2801
|
+
{
|
2802
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
2803
|
+
"kind": "import-statement",
|
2804
|
+
"original": "../Toast/ToastManager"
|
2805
|
+
},
|
2806
|
+
{
|
2807
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
2808
|
+
"kind": "import-statement",
|
2809
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
2810
|
+
},
|
2811
|
+
{
|
2812
|
+
"path": "<define:process.env>",
|
2813
|
+
"kind": "import-statement",
|
2814
|
+
"external": true
|
2815
|
+
}
|
2816
|
+
],
|
2817
|
+
"format": "esm"
|
2818
|
+
},
|
2741
2819
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
2742
|
-
"bytes":
|
2820
|
+
"bytes": 6328,
|
2743
2821
|
"imports": [
|
2744
2822
|
{
|
2745
2823
|
"path": "react",
|
@@ -2821,11 +2899,21 @@
|
|
2821
2899
|
"kind": "import-statement",
|
2822
2900
|
"original": "../AppData/useUISettings"
|
2823
2901
|
},
|
2902
|
+
{
|
2903
|
+
"path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
|
2904
|
+
"kind": "import-statement",
|
2905
|
+
"original": "../hooks/useRedirectToLeave"
|
2906
|
+
},
|
2824
2907
|
{
|
2825
2908
|
"path": "src/Prebuilt/common/utils.js",
|
2826
2909
|
"kind": "import-statement",
|
2827
2910
|
"original": "../../common/utils"
|
2828
2911
|
},
|
2912
|
+
{
|
2913
|
+
"path": "src/Prebuilt/common/constants.js",
|
2914
|
+
"kind": "import-statement",
|
2915
|
+
"original": "../../common/constants"
|
2916
|
+
},
|
2829
2917
|
{
|
2830
2918
|
"path": "<define:process.env>",
|
2831
2919
|
"kind": "import-statement",
|
@@ -2959,7 +3047,7 @@
|
|
2959
3047
|
"format": "esm"
|
2960
3048
|
},
|
2961
3049
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
2962
|
-
"bytes":
|
3050
|
+
"bytes": 1951,
|
2963
3051
|
"imports": [
|
2964
3052
|
{
|
2965
3053
|
"path": "react",
|
@@ -3128,8 +3216,8 @@
|
|
3128
3216
|
],
|
3129
3217
|
"format": "esm"
|
3130
3218
|
},
|
3131
|
-
"src/Prebuilt/components/Header/StreamActions.
|
3132
|
-
"bytes":
|
3219
|
+
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
3220
|
+
"bytes": 8339,
|
3133
3221
|
"imports": [
|
3134
3222
|
{
|
3135
3223
|
"path": "react",
|
@@ -3154,7 +3242,7 @@
|
|
3154
3242
|
{
|
3155
3243
|
"path": "src/index.ts",
|
3156
3244
|
"kind": "import-statement",
|
3157
|
-
"original": "
|
3245
|
+
"original": "../../.."
|
3158
3246
|
},
|
3159
3247
|
{
|
3160
3248
|
"path": "src/Sheet/index.ts",
|
@@ -3200,7 +3288,7 @@
|
|
3200
3288
|
"format": "esm"
|
3201
3289
|
},
|
3202
3290
|
"src/Prebuilt/IconButton.jsx": {
|
3203
|
-
"bytes":
|
3291
|
+
"bytes": 646,
|
3204
3292
|
"imports": [
|
3205
3293
|
{
|
3206
3294
|
"path": "src/IconButton/index.tsx",
|
@@ -3221,7 +3309,7 @@
|
|
3221
3309
|
"format": "esm"
|
3222
3310
|
},
|
3223
3311
|
"src/Prebuilt/components/Header/common.jsx": {
|
3224
|
-
"bytes":
|
3312
|
+
"bytes": 4902,
|
3225
3313
|
"imports": [
|
3226
3314
|
{
|
3227
3315
|
"path": "react",
|
@@ -3315,7 +3403,7 @@
|
|
3315
3403
|
"original": "./HeaderComponents"
|
3316
3404
|
},
|
3317
3405
|
{
|
3318
|
-
"path": "src/Prebuilt/components/Header/StreamActions.
|
3406
|
+
"path": "src/Prebuilt/components/Header/StreamActions.tsx",
|
3319
3407
|
"kind": "import-statement",
|
3320
3408
|
"original": "./StreamActions"
|
3321
3409
|
},
|
@@ -3348,27 +3436,6 @@
|
|
3348
3436
|
],
|
3349
3437
|
"format": "esm"
|
3350
3438
|
},
|
3351
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
3352
|
-
"bytes": 1916,
|
3353
|
-
"imports": [
|
3354
|
-
{
|
3355
|
-
"path": "@100mslive/types-prebuilt",
|
3356
|
-
"kind": "import-statement",
|
3357
|
-
"external": true
|
3358
|
-
},
|
3359
|
-
{
|
3360
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
3361
|
-
"kind": "import-statement",
|
3362
|
-
"original": ".."
|
3363
|
-
},
|
3364
|
-
{
|
3365
|
-
"path": "<define:process.env>",
|
3366
|
-
"kind": "import-statement",
|
3367
|
-
"external": true
|
3368
|
-
}
|
3369
|
-
],
|
3370
|
-
"format": "esm"
|
3371
|
-
},
|
3372
3439
|
"src/Prebuilt/components/PostLeave.jsx": {
|
3373
3440
|
"bytes": 2785,
|
3374
3441
|
"imports": [
|
@@ -3446,7 +3513,7 @@
|
|
3446
3513
|
"format": "esm"
|
3447
3514
|
},
|
3448
3515
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
|
3449
|
-
"bytes":
|
3516
|
+
"bytes": 3097,
|
3450
3517
|
"imports": [
|
3451
3518
|
{
|
3452
3519
|
"path": "react",
|
@@ -3492,7 +3559,7 @@
|
|
3492
3559
|
"format": "esm"
|
3493
3560
|
},
|
3494
3561
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
3495
|
-
"bytes":
|
3562
|
+
"bytes": 5611,
|
3496
3563
|
"imports": [
|
3497
3564
|
{
|
3498
3565
|
"path": "react",
|
@@ -3589,8 +3656,8 @@
|
|
3589
3656
|
],
|
3590
3657
|
"format": "esm"
|
3591
3658
|
},
|
3592
|
-
"src/Prebuilt/components/Connection/ConnectionIndicator.
|
3593
|
-
"bytes":
|
3659
|
+
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
3660
|
+
"bytes": 3560,
|
3594
3661
|
"imports": [
|
3595
3662
|
{
|
3596
3663
|
"path": "react",
|
@@ -3610,7 +3677,7 @@
|
|
3610
3677
|
{
|
3611
3678
|
"path": "src/index.ts",
|
3612
3679
|
"kind": "import-statement",
|
3613
|
-
"original": "
|
3680
|
+
"original": "../../.."
|
3614
3681
|
},
|
3615
3682
|
{
|
3616
3683
|
"path": "src/Prebuilt/components/Connection/connectionQualityUtils.js",
|
@@ -3625,8 +3692,8 @@
|
|
3625
3692
|
],
|
3626
3693
|
"format": "esm"
|
3627
3694
|
},
|
3628
|
-
"src/Prebuilt/components/Connection/TileConnection.
|
3629
|
-
"bytes":
|
3695
|
+
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
3696
|
+
"bytes": 1648,
|
3630
3697
|
"imports": [
|
3631
3698
|
{
|
3632
3699
|
"path": "react",
|
@@ -3641,10 +3708,10 @@
|
|
3641
3708
|
{
|
3642
3709
|
"path": "src/index.ts",
|
3643
3710
|
"kind": "import-statement",
|
3644
|
-
"original": "
|
3711
|
+
"original": "../../.."
|
3645
3712
|
},
|
3646
3713
|
{
|
3647
|
-
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.
|
3714
|
+
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
|
3648
3715
|
"kind": "import-statement",
|
3649
3716
|
"original": "./ConnectionIndicator"
|
3650
3717
|
},
|
@@ -4000,7 +4067,7 @@
|
|
4000
4067
|
"format": "esm"
|
4001
4068
|
},
|
4002
4069
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
4003
|
-
"bytes":
|
4070
|
+
"bytes": 2933,
|
4004
4071
|
"imports": [
|
4005
4072
|
{
|
4006
4073
|
"path": "react",
|
@@ -4102,13 +4169,18 @@
|
|
4102
4169
|
"format": "esm"
|
4103
4170
|
},
|
4104
4171
|
"src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
|
4105
|
-
"bytes":
|
4172
|
+
"bytes": 9915,
|
4106
4173
|
"imports": [
|
4107
4174
|
{
|
4108
4175
|
"path": "react",
|
4109
4176
|
"kind": "import-statement",
|
4110
4177
|
"external": true
|
4111
4178
|
},
|
4179
|
+
{
|
4180
|
+
"path": "react-use",
|
4181
|
+
"kind": "import-statement",
|
4182
|
+
"external": true
|
4183
|
+
},
|
4112
4184
|
{
|
4113
4185
|
"path": "@100mslive/react-sdk",
|
4114
4186
|
"kind": "import-statement",
|
@@ -4134,6 +4206,11 @@
|
|
4134
4206
|
"kind": "import-statement",
|
4135
4207
|
"original": "../../../Text"
|
4136
4208
|
},
|
4209
|
+
{
|
4210
|
+
"path": "src/Theme/index.tsx",
|
4211
|
+
"kind": "import-statement",
|
4212
|
+
"original": "../../../Theme"
|
4213
|
+
},
|
4137
4214
|
{
|
4138
4215
|
"path": "src/TileMenu/index.tsx",
|
4139
4216
|
"kind": "import-statement",
|
@@ -4199,7 +4276,7 @@
|
|
4199
4276
|
"format": "esm"
|
4200
4277
|
},
|
4201
4278
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
4202
|
-
"bytes":
|
4279
|
+
"bytes": 4567,
|
4203
4280
|
"imports": [
|
4204
4281
|
{
|
4205
4282
|
"path": "react",
|
@@ -4291,18 +4368,13 @@
|
|
4291
4368
|
"format": "esm"
|
4292
4369
|
},
|
4293
4370
|
"src/Prebuilt/components/VideoTile.jsx": {
|
4294
|
-
"bytes":
|
4371
|
+
"bytes": 7648,
|
4295
4372
|
"imports": [
|
4296
4373
|
{
|
4297
4374
|
"path": "react",
|
4298
4375
|
"kind": "import-statement",
|
4299
4376
|
"external": true
|
4300
4377
|
},
|
4301
|
-
{
|
4302
|
-
"path": "react-use",
|
4303
|
-
"kind": "import-statement",
|
4304
|
-
"external": true
|
4305
|
-
},
|
4306
4378
|
{
|
4307
4379
|
"path": "@100mslive/react-sdk",
|
4308
4380
|
"kind": "import-statement",
|
@@ -4314,7 +4386,7 @@
|
|
4314
4386
|
"external": true
|
4315
4387
|
},
|
4316
4388
|
{
|
4317
|
-
"path": "src/Prebuilt/components/Connection/TileConnection.
|
4389
|
+
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
4318
4390
|
"kind": "import-statement",
|
4319
4391
|
"original": "./Connection/TileConnection"
|
4320
4392
|
},
|
@@ -4382,7 +4454,7 @@
|
|
4382
4454
|
"format": "esm"
|
4383
4455
|
},
|
4384
4456
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
4385
|
-
"bytes":
|
4457
|
+
"bytes": 2636,
|
4386
4458
|
"imports": [
|
4387
4459
|
{
|
4388
4460
|
"path": "react",
|
@@ -4420,7 +4492,7 @@
|
|
4420
4492
|
"original": "../../provider/roomLayoutProvider"
|
4421
4493
|
},
|
4422
4494
|
{
|
4423
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.
|
4495
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
4424
4496
|
"kind": "import-statement",
|
4425
4497
|
"original": "./PreviewJoin"
|
4426
4498
|
},
|
@@ -4550,14 +4622,19 @@
|
|
4550
4622
|
],
|
4551
4623
|
"format": "esm"
|
4552
4624
|
},
|
4553
|
-
"src/Prebuilt/components/Preview/PreviewJoin.
|
4554
|
-
"bytes":
|
4625
|
+
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4626
|
+
"bytes": 9176,
|
4555
4627
|
"imports": [
|
4556
4628
|
{
|
4557
4629
|
"path": "react",
|
4558
4630
|
"kind": "import-statement",
|
4559
4631
|
"external": true
|
4560
4632
|
},
|
4633
|
+
{
|
4634
|
+
"path": "react-use",
|
4635
|
+
"kind": "import-statement",
|
4636
|
+
"external": true
|
4637
|
+
},
|
4561
4638
|
{
|
4562
4639
|
"path": "@100mslive/react-sdk",
|
4563
4640
|
"kind": "import-statement",
|
@@ -4571,7 +4648,7 @@
|
|
4571
4648
|
{
|
4572
4649
|
"path": "src/index.ts",
|
4573
4650
|
"kind": "import-statement",
|
4574
|
-
"original": "
|
4651
|
+
"original": "../../.."
|
4575
4652
|
},
|
4576
4653
|
{
|
4577
4654
|
"path": "src/Prebuilt/AppContext.tsx",
|
@@ -4599,7 +4676,7 @@
|
|
4599
4676
|
"original": "../Chip"
|
4600
4677
|
},
|
4601
4678
|
{
|
4602
|
-
"path": "src/Prebuilt/components/Connection/TileConnection.
|
4679
|
+
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
4603
4680
|
"kind": "import-statement",
|
4604
4681
|
"original": "../Connection/TileConnection"
|
4605
4682
|
},
|
@@ -4666,8 +4743,8 @@
|
|
4666
4743
|
],
|
4667
4744
|
"format": "esm"
|
4668
4745
|
},
|
4669
|
-
"src/Prebuilt/components/Preview/PreviewContainer.
|
4670
|
-
"bytes":
|
4746
|
+
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
4747
|
+
"bytes": 2128,
|
4671
4748
|
"imports": [
|
4672
4749
|
{
|
4673
4750
|
"path": "react",
|
@@ -4687,7 +4764,7 @@
|
|
4687
4764
|
{
|
4688
4765
|
"path": "src/index.ts",
|
4689
4766
|
"kind": "import-statement",
|
4690
|
-
"original": "
|
4767
|
+
"original": "../../.."
|
4691
4768
|
},
|
4692
4769
|
{
|
4693
4770
|
"path": "src/Prebuilt/AppContext.tsx",
|
@@ -4705,7 +4782,7 @@
|
|
4705
4782
|
"original": "../FullPageProgress"
|
4706
4783
|
},
|
4707
4784
|
{
|
4708
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.
|
4785
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
4709
4786
|
"kind": "import-statement",
|
4710
4787
|
"original": "./PreviewJoin"
|
4711
4788
|
},
|
@@ -4805,7 +4882,7 @@
|
|
4805
4882
|
"format": "esm"
|
4806
4883
|
},
|
4807
4884
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
4808
|
-
"bytes":
|
4885
|
+
"bytes": 3826,
|
4809
4886
|
"imports": [
|
4810
4887
|
{
|
4811
4888
|
"path": "react",
|
@@ -4837,6 +4914,11 @@
|
|
4837
4914
|
"kind": "import-statement",
|
4838
4915
|
"original": "../../Theme"
|
4839
4916
|
},
|
4917
|
+
{
|
4918
|
+
"path": "src/Prebuilt/common/constants.js",
|
4919
|
+
"kind": "import-statement",
|
4920
|
+
"original": "../common/constants"
|
4921
|
+
},
|
4840
4922
|
{
|
4841
4923
|
"path": "<define:process.env>",
|
4842
4924
|
"kind": "import-statement",
|
@@ -4876,8 +4958,8 @@
|
|
4876
4958
|
],
|
4877
4959
|
"format": "esm"
|
4878
4960
|
},
|
4879
|
-
"src/Prebuilt/
|
4880
|
-
"bytes":
|
4961
|
+
"src/Prebuilt/common/hooks.js": {
|
4962
|
+
"bytes": 3236,
|
4881
4963
|
"imports": [
|
4882
4964
|
{
|
4883
4965
|
"path": "react",
|
@@ -4885,7 +4967,84 @@
|
|
4885
4967
|
"external": true
|
4886
4968
|
},
|
4887
4969
|
{
|
4888
|
-
"path": "
|
4970
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
4971
|
+
"kind": "import-statement",
|
4972
|
+
"external": true
|
4973
|
+
},
|
4974
|
+
{
|
4975
|
+
"path": "@100mslive/react-sdk",
|
4976
|
+
"kind": "import-statement",
|
4977
|
+
"external": true
|
4978
|
+
},
|
4979
|
+
{
|
4980
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4981
|
+
"kind": "import-statement",
|
4982
|
+
"original": "../provider/roomLayoutProvider"
|
4983
|
+
},
|
4984
|
+
{
|
4985
|
+
"path": "src/Prebuilt/common/utils.js",
|
4986
|
+
"kind": "import-statement",
|
4987
|
+
"original": "./utils"
|
4988
|
+
},
|
4989
|
+
{
|
4990
|
+
"path": "<define:process.env>",
|
4991
|
+
"kind": "import-statement",
|
4992
|
+
"external": true
|
4993
|
+
}
|
4994
|
+
],
|
4995
|
+
"format": "esm"
|
4996
|
+
},
|
4997
|
+
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
4998
|
+
"bytes": 1849,
|
4999
|
+
"imports": [
|
5000
|
+
{
|
5001
|
+
"path": "react",
|
5002
|
+
"kind": "import-statement",
|
5003
|
+
"external": true
|
5004
|
+
},
|
5005
|
+
{
|
5006
|
+
"path": "@100mslive/react-sdk",
|
5007
|
+
"kind": "import-statement",
|
5008
|
+
"external": true
|
5009
|
+
},
|
5010
|
+
{
|
5011
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
5012
|
+
"kind": "import-statement",
|
5013
|
+
"original": "../AppData/useUISettings"
|
5014
|
+
},
|
5015
|
+
{
|
5016
|
+
"path": "src/Prebuilt/common/hooks.js",
|
5017
|
+
"kind": "import-statement",
|
5018
|
+
"original": "../../common/hooks"
|
5019
|
+
},
|
5020
|
+
{
|
5021
|
+
"path": "src/Prebuilt/common/constants.js",
|
5022
|
+
"kind": "import-statement",
|
5023
|
+
"original": "../../common/constants"
|
5024
|
+
},
|
5025
|
+
{
|
5026
|
+
"path": "<define:process.env>",
|
5027
|
+
"kind": "import-statement",
|
5028
|
+
"external": true
|
5029
|
+
},
|
5030
|
+
{
|
5031
|
+
"path": "<runtime>",
|
5032
|
+
"kind": "import-statement",
|
5033
|
+
"external": true
|
5034
|
+
}
|
5035
|
+
],
|
5036
|
+
"format": "esm"
|
5037
|
+
},
|
5038
|
+
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
5039
|
+
"bytes": 1189,
|
5040
|
+
"imports": [
|
5041
|
+
{
|
5042
|
+
"path": "react",
|
5043
|
+
"kind": "import-statement",
|
5044
|
+
"external": true
|
5045
|
+
},
|
5046
|
+
{
|
5047
|
+
"path": "src/Layout/index.tsx",
|
4889
5048
|
"kind": "import-statement",
|
4890
5049
|
"original": "../../../Layout"
|
4891
5050
|
},
|
@@ -4903,7 +5062,7 @@
|
|
4903
5062
|
"format": "esm"
|
4904
5063
|
},
|
4905
5064
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
4906
|
-
"bytes":
|
5065
|
+
"bytes": 2758,
|
4907
5066
|
"imports": [
|
4908
5067
|
{
|
4909
5068
|
"path": "react",
|
@@ -4988,50 +5147,8 @@
|
|
4988
5147
|
],
|
4989
5148
|
"format": "esm"
|
4990
5149
|
},
|
4991
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
4992
|
-
"bytes": 6437,
|
4993
|
-
"imports": [
|
4994
|
-
{
|
4995
|
-
"path": "<define:process.env>",
|
4996
|
-
"kind": "import-statement",
|
4997
|
-
"external": true
|
4998
|
-
}
|
4999
|
-
],
|
5000
|
-
"format": "esm"
|
5001
|
-
},
|
5002
|
-
"src/Prebuilt/components/PIP/PIPManager.js": {
|
5003
|
-
"bytes": 10148,
|
5004
|
-
"imports": [
|
5005
|
-
{
|
5006
|
-
"path": "worker-timers",
|
5007
|
-
"kind": "import-statement",
|
5008
|
-
"external": true
|
5009
|
-
},
|
5010
|
-
{
|
5011
|
-
"path": "src/Prebuilt/components/PIP/pipUtils.js",
|
5012
|
-
"kind": "import-statement",
|
5013
|
-
"original": "./pipUtils"
|
5014
|
-
},
|
5015
|
-
{
|
5016
|
-
"path": "src/Prebuilt/common/constants.js",
|
5017
|
-
"kind": "import-statement",
|
5018
|
-
"original": "../../common/constants"
|
5019
|
-
},
|
5020
|
-
{
|
5021
|
-
"path": "<define:process.env>",
|
5022
|
-
"kind": "import-statement",
|
5023
|
-
"external": true
|
5024
|
-
},
|
5025
|
-
{
|
5026
|
-
"path": "<runtime>",
|
5027
|
-
"kind": "import-statement",
|
5028
|
-
"external": true
|
5029
|
-
}
|
5030
|
-
],
|
5031
|
-
"format": "esm"
|
5032
|
-
},
|
5033
5150
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
5034
|
-
"bytes":
|
5151
|
+
"bytes": 1981,
|
5035
5152
|
"imports": [
|
5036
5153
|
{
|
5037
5154
|
"path": "react",
|
@@ -5093,7 +5210,7 @@
|
|
5093
5210
|
"format": "esm"
|
5094
5211
|
},
|
5095
5212
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
5096
|
-
"bytes":
|
5213
|
+
"bytes": 788,
|
5097
5214
|
"imports": [
|
5098
5215
|
{
|
5099
5216
|
"path": "react",
|
@@ -5129,7 +5246,7 @@
|
|
5129
5246
|
"format": "esm"
|
5130
5247
|
},
|
5131
5248
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
5132
|
-
"bytes":
|
5249
|
+
"bytes": 1753,
|
5133
5250
|
"imports": [
|
5134
5251
|
{
|
5135
5252
|
"path": "react",
|
@@ -5165,7 +5282,7 @@
|
|
5165
5282
|
"format": "esm"
|
5166
5283
|
},
|
5167
5284
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
5168
|
-
"bytes":
|
5285
|
+
"bytes": 6435,
|
5169
5286
|
"imports": [
|
5170
5287
|
{
|
5171
5288
|
"path": "react",
|
@@ -5241,7 +5358,7 @@
|
|
5241
5358
|
"format": "esm"
|
5242
5359
|
},
|
5243
5360
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
5244
|
-
"bytes":
|
5361
|
+
"bytes": 4841,
|
5245
5362
|
"imports": [
|
5246
5363
|
{
|
5247
5364
|
"path": "react",
|
@@ -5312,18 +5429,13 @@
|
|
5312
5429
|
"format": "esm"
|
5313
5430
|
},
|
5314
5431
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
5315
|
-
"bytes":
|
5432
|
+
"bytes": 2282,
|
5316
5433
|
"imports": [
|
5317
5434
|
{
|
5318
5435
|
"path": "react",
|
5319
5436
|
"kind": "import-statement",
|
5320
5437
|
"external": true
|
5321
5438
|
},
|
5322
|
-
{
|
5323
|
-
"path": "react-router-dom",
|
5324
|
-
"kind": "import-statement",
|
5325
|
-
"external": true
|
5326
|
-
},
|
5327
5439
|
{
|
5328
5440
|
"path": "react-use",
|
5329
5441
|
"kind": "import-statement",
|
@@ -5344,16 +5456,6 @@
|
|
5344
5456
|
"kind": "import-statement",
|
5345
5457
|
"original": "../../../Theme"
|
5346
5458
|
},
|
5347
|
-
{
|
5348
|
-
"path": "src/Prebuilt/AppContext.tsx",
|
5349
|
-
"kind": "import-statement",
|
5350
|
-
"original": "../../AppContext"
|
5351
|
-
},
|
5352
|
-
{
|
5353
|
-
"path": "src/Prebuilt/components/PIP/PIPManager.js",
|
5354
|
-
"kind": "import-statement",
|
5355
|
-
"original": "../PIP/PIPManager"
|
5356
|
-
},
|
5357
5459
|
{
|
5358
5460
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
5359
5461
|
"kind": "import-statement",
|
@@ -5370,9 +5472,9 @@
|
|
5370
5472
|
"original": "./MwebLeaveRoom"
|
5371
5473
|
},
|
5372
5474
|
{
|
5373
|
-
"path": "src/Prebuilt/
|
5475
|
+
"path": "src/Prebuilt/components/hooks/useRedirectToLeave.tsx",
|
5374
5476
|
"kind": "import-statement",
|
5375
|
-
"original": "
|
5477
|
+
"original": "../hooks/useRedirectToLeave"
|
5376
5478
|
},
|
5377
5479
|
{
|
5378
5480
|
"path": "<define:process.env>",
|
@@ -5480,42 +5582,6 @@
|
|
5480
5582
|
],
|
5481
5583
|
"format": "esm"
|
5482
5584
|
},
|
5483
|
-
"src/Prebuilt/common/hooks.js": {
|
5484
|
-
"bytes": 3236,
|
5485
|
-
"imports": [
|
5486
|
-
{
|
5487
|
-
"path": "react",
|
5488
|
-
"kind": "import-statement",
|
5489
|
-
"external": true
|
5490
|
-
},
|
5491
|
-
{
|
5492
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
5493
|
-
"kind": "import-statement",
|
5494
|
-
"external": true
|
5495
|
-
},
|
5496
|
-
{
|
5497
|
-
"path": "@100mslive/react-sdk",
|
5498
|
-
"kind": "import-statement",
|
5499
|
-
"external": true
|
5500
|
-
},
|
5501
|
-
{
|
5502
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
5503
|
-
"kind": "import-statement",
|
5504
|
-
"original": "../provider/roomLayoutProvider"
|
5505
|
-
},
|
5506
|
-
{
|
5507
|
-
"path": "src/Prebuilt/common/utils.js",
|
5508
|
-
"kind": "import-statement",
|
5509
|
-
"original": "./utils"
|
5510
|
-
},
|
5511
|
-
{
|
5512
|
-
"path": "<define:process.env>",
|
5513
|
-
"kind": "import-statement",
|
5514
|
-
"external": true
|
5515
|
-
}
|
5516
|
-
],
|
5517
|
-
"format": "esm"
|
5518
|
-
},
|
5519
5585
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
5520
5586
|
"bytes": 6486,
|
5521
5587
|
"imports": [
|
@@ -6088,7 +6154,7 @@
|
|
6088
6154
|
"format": "esm"
|
6089
6155
|
},
|
6090
6156
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
6091
|
-
"bytes":
|
6157
|
+
"bytes": 7910,
|
6092
6158
|
"imports": [
|
6093
6159
|
{
|
6094
6160
|
"path": "react",
|
@@ -6193,8 +6259,8 @@
|
|
6193
6259
|
],
|
6194
6260
|
"format": "esm"
|
6195
6261
|
},
|
6196
|
-
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.
|
6197
|
-
"bytes":
|
6262
|
+
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
6263
|
+
"bytes": 10869,
|
6198
6264
|
"imports": [
|
6199
6265
|
{
|
6200
6266
|
"path": "react",
|
@@ -6206,6 +6272,11 @@
|
|
6206
6272
|
"kind": "import-statement",
|
6207
6273
|
"external": true
|
6208
6274
|
},
|
6275
|
+
{
|
6276
|
+
"path": "@100mslive/types-prebuilt",
|
6277
|
+
"kind": "import-statement",
|
6278
|
+
"external": true
|
6279
|
+
},
|
6209
6280
|
{
|
6210
6281
|
"path": "@100mslive/react-sdk",
|
6211
6282
|
"kind": "import-statement",
|
@@ -6219,7 +6290,7 @@
|
|
6219
6290
|
{
|
6220
6291
|
"path": "src/index.ts",
|
6221
6292
|
"kind": "import-statement",
|
6222
|
-
"original": "
|
6293
|
+
"original": "../../../.."
|
6223
6294
|
},
|
6224
6295
|
{
|
6225
6296
|
"path": "src/Sheet/index.ts",
|
@@ -6237,7 +6308,7 @@
|
|
6237
6308
|
"original": "../../EmojiReaction"
|
6238
6309
|
},
|
6239
6310
|
{
|
6240
|
-
"path": "src/Prebuilt/components/Header/StreamActions.
|
6311
|
+
"path": "src/Prebuilt/components/Header/StreamActions.tsx",
|
6241
6312
|
"kind": "import-statement",
|
6242
6313
|
"original": "../../Header/StreamActions"
|
6243
6314
|
},
|
@@ -6254,17 +6325,17 @@
|
|
6254
6325
|
{
|
6255
6326
|
"path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
|
6256
6327
|
"kind": "import-statement",
|
6257
|
-
"original": "
|
6328
|
+
"original": "../ActionTile"
|
6258
6329
|
},
|
6259
6330
|
{
|
6260
6331
|
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
|
6261
6332
|
"kind": "import-statement",
|
6262
|
-
"original": "
|
6333
|
+
"original": "../ChangeNameModal"
|
6263
6334
|
},
|
6264
6335
|
{
|
6265
6336
|
"path": "src/Prebuilt/components/MoreSettings/MuteAllModal.jsx",
|
6266
6337
|
"kind": "import-statement",
|
6267
|
-
"original": "
|
6338
|
+
"original": "../MuteAllModal"
|
6268
6339
|
},
|
6269
6340
|
{
|
6270
6341
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
@@ -6276,6 +6347,11 @@
|
|
6276
6347
|
"kind": "import-statement",
|
6277
6348
|
"original": "../../hooks/useDropdownList"
|
6278
6349
|
},
|
6350
|
+
{
|
6351
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
6352
|
+
"kind": "import-statement",
|
6353
|
+
"original": "../../hooks/useMetadata"
|
6354
|
+
},
|
6279
6355
|
{
|
6280
6356
|
"path": "src/Prebuilt/common/utils.js",
|
6281
6357
|
"kind": "import-statement",
|
@@ -6323,7 +6399,7 @@
|
|
6323
6399
|
"original": "./SplitComponents/DesktopOptions"
|
6324
6400
|
},
|
6325
6401
|
{
|
6326
|
-
"path": "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.
|
6402
|
+
"path": "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx",
|
6327
6403
|
"kind": "import-statement",
|
6328
6404
|
"original": "./SplitComponents/MwebOptions"
|
6329
6405
|
},
|
@@ -6697,8 +6773,8 @@
|
|
6697
6773
|
],
|
6698
6774
|
"format": "esm"
|
6699
6775
|
},
|
6700
|
-
"src/Prebuilt/components/Footer/ChatToggle.
|
6701
|
-
"bytes":
|
6776
|
+
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
6777
|
+
"bytes": 1287,
|
6702
6778
|
"imports": [
|
6703
6779
|
{
|
6704
6780
|
"path": "react",
|
@@ -6718,7 +6794,7 @@
|
|
6718
6794
|
{
|
6719
6795
|
"path": "src/index.ts",
|
6720
6796
|
"kind": "import-statement",
|
6721
|
-
"original": "
|
6797
|
+
"original": "../../.."
|
6722
6798
|
},
|
6723
6799
|
{
|
6724
6800
|
"path": "src/Prebuilt/IconButton.jsx",
|
@@ -6744,7 +6820,7 @@
|
|
6744
6820
|
"format": "esm"
|
6745
6821
|
},
|
6746
6822
|
"src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
|
6747
|
-
"bytes":
|
6823
|
+
"bytes": 2908,
|
6748
6824
|
"imports": [
|
6749
6825
|
{
|
6750
6826
|
"path": "react",
|
@@ -6766,6 +6842,11 @@
|
|
6766
6842
|
"kind": "import-statement",
|
6767
6843
|
"original": "../../.."
|
6768
6844
|
},
|
6845
|
+
{
|
6846
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6847
|
+
"kind": "import-statement",
|
6848
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6849
|
+
},
|
6769
6850
|
{
|
6770
6851
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6771
6852
|
"kind": "import-statement",
|
@@ -6789,8 +6870,69 @@
|
|
6789
6870
|
],
|
6790
6871
|
"format": "esm"
|
6791
6872
|
},
|
6792
|
-
"src/Prebuilt/components/Footer/
|
6793
|
-
"bytes":
|
6873
|
+
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
6874
|
+
"bytes": 5408,
|
6875
|
+
"imports": [
|
6876
|
+
{
|
6877
|
+
"path": "react",
|
6878
|
+
"kind": "import-statement",
|
6879
|
+
"external": true
|
6880
|
+
},
|
6881
|
+
{
|
6882
|
+
"path": "@100mslive/types-prebuilt",
|
6883
|
+
"kind": "import-statement",
|
6884
|
+
"external": true
|
6885
|
+
},
|
6886
|
+
{
|
6887
|
+
"path": "@100mslive/react-sdk",
|
6888
|
+
"kind": "import-statement",
|
6889
|
+
"external": true
|
6890
|
+
},
|
6891
|
+
{
|
6892
|
+
"path": "@100mslive/react-icons",
|
6893
|
+
"kind": "import-statement",
|
6894
|
+
"external": true
|
6895
|
+
},
|
6896
|
+
{
|
6897
|
+
"path": "src/Dropdown/index.tsx",
|
6898
|
+
"kind": "import-statement",
|
6899
|
+
"original": "../../../Dropdown"
|
6900
|
+
},
|
6901
|
+
{
|
6902
|
+
"path": "src/Layout/index.tsx",
|
6903
|
+
"kind": "import-statement",
|
6904
|
+
"original": "../../../Layout"
|
6905
|
+
},
|
6906
|
+
{
|
6907
|
+
"path": "src/Text/index.tsx",
|
6908
|
+
"kind": "import-statement",
|
6909
|
+
"original": "../../../Text"
|
6910
|
+
},
|
6911
|
+
{
|
6912
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6913
|
+
"kind": "import-statement",
|
6914
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6915
|
+
},
|
6916
|
+
{
|
6917
|
+
"path": "src/Prebuilt/common/utils.js",
|
6918
|
+
"kind": "import-statement",
|
6919
|
+
"original": "../../common/utils"
|
6920
|
+
},
|
6921
|
+
{
|
6922
|
+
"path": "<define:process.env>",
|
6923
|
+
"kind": "import-statement",
|
6924
|
+
"external": true
|
6925
|
+
},
|
6926
|
+
{
|
6927
|
+
"path": "<runtime>",
|
6928
|
+
"kind": "import-statement",
|
6929
|
+
"external": true
|
6930
|
+
}
|
6931
|
+
],
|
6932
|
+
"format": "esm"
|
6933
|
+
},
|
6934
|
+
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6935
|
+
"bytes": 3113,
|
6794
6936
|
"imports": [
|
6795
6937
|
{
|
6796
6938
|
"path": "react",
|
@@ -6807,6 +6949,11 @@
|
|
6807
6949
|
"kind": "import-statement",
|
6808
6950
|
"external": true
|
6809
6951
|
},
|
6952
|
+
{
|
6953
|
+
"path": "@100mslive/react-sdk",
|
6954
|
+
"kind": "import-statement",
|
6955
|
+
"external": true
|
6956
|
+
},
|
6810
6957
|
{
|
6811
6958
|
"path": "src/Accordion/index.ts",
|
6812
6959
|
"kind": "import-statement",
|
@@ -6817,11 +6964,21 @@
|
|
6817
6964
|
"kind": "import-statement",
|
6818
6965
|
"original": "../../../Layout"
|
6819
6966
|
},
|
6967
|
+
{
|
6968
|
+
"path": "src/Text/index.tsx",
|
6969
|
+
"kind": "import-statement",
|
6970
|
+
"original": "../../../Text"
|
6971
|
+
},
|
6820
6972
|
{
|
6821
6973
|
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
6822
6974
|
"kind": "import-statement",
|
6823
6975
|
"original": "./ParticipantList"
|
6824
6976
|
},
|
6977
|
+
{
|
6978
|
+
"path": "src/Prebuilt/components/Footer/RoleOptions.tsx",
|
6979
|
+
"kind": "import-statement",
|
6980
|
+
"original": "./RoleOptions"
|
6981
|
+
},
|
6825
6982
|
{
|
6826
6983
|
"path": "src/Prebuilt/common/utils.js",
|
6827
6984
|
"kind": "import-statement",
|
@@ -6836,7 +6993,7 @@
|
|
6836
6993
|
"format": "esm"
|
6837
6994
|
},
|
6838
6995
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6839
|
-
"bytes":
|
6996
|
+
"bytes": 10592,
|
6840
6997
|
"imports": [
|
6841
6998
|
{
|
6842
6999
|
"path": "react",
|
@@ -6868,36 +7025,31 @@
|
|
6868
7025
|
"kind": "import-statement",
|
6869
7026
|
"original": "../../IconButton"
|
6870
7027
|
},
|
6871
|
-
{
|
6872
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
6873
|
-
"kind": "import-statement",
|
6874
|
-
"original": "../../provider/roomLayoutProvider"
|
6875
|
-
},
|
6876
7028
|
{
|
6877
7029
|
"path": "src/Prebuilt/components/Chat/ChatParticipantHeader.jsx",
|
6878
7030
|
"kind": "import-statement",
|
6879
7031
|
"original": "../Chat/ChatParticipantHeader"
|
6880
7032
|
},
|
6881
7033
|
{
|
6882
|
-
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.
|
7034
|
+
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
|
6883
7035
|
"kind": "import-statement",
|
6884
7036
|
"original": "../Connection/ConnectionIndicator"
|
6885
7037
|
},
|
6886
|
-
{
|
6887
|
-
"path": "src/Prebuilt/components/RoleChangeModal.jsx",
|
6888
|
-
"kind": "import-statement",
|
6889
|
-
"original": "../RoleChangeModal"
|
6890
|
-
},
|
6891
7038
|
{
|
6892
7039
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6893
7040
|
"kind": "import-statement",
|
6894
7041
|
"original": "../Toast/ToastManager"
|
6895
7042
|
},
|
6896
7043
|
{
|
6897
|
-
"path": "src/Prebuilt/components/Footer/RoleAccordion.
|
7044
|
+
"path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
|
6898
7045
|
"kind": "import-statement",
|
6899
7046
|
"original": "./RoleAccordion"
|
6900
7047
|
},
|
7048
|
+
{
|
7049
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7050
|
+
"kind": "import-statement",
|
7051
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7052
|
+
},
|
6901
7053
|
{
|
6902
7054
|
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6903
7055
|
"kind": "import-statement",
|
@@ -6932,7 +7084,7 @@
|
|
6932
7084
|
"format": "esm"
|
6933
7085
|
},
|
6934
7086
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
6935
|
-
"bytes":
|
7087
|
+
"bytes": 3349,
|
6936
7088
|
"imports": [
|
6937
7089
|
{
|
6938
7090
|
"path": "react",
|
@@ -6949,6 +7101,16 @@
|
|
6949
7101
|
"kind": "import-statement",
|
6950
7102
|
"external": true
|
6951
7103
|
},
|
7104
|
+
{
|
7105
|
+
"path": "@100mslive/types-prebuilt/elements/chat",
|
7106
|
+
"kind": "import-statement",
|
7107
|
+
"external": true
|
7108
|
+
},
|
7109
|
+
{
|
7110
|
+
"path": "@100mslive/react-sdk",
|
7111
|
+
"kind": "import-statement",
|
7112
|
+
"external": true
|
7113
|
+
},
|
6952
7114
|
{
|
6953
7115
|
"path": "src/index.ts",
|
6954
7116
|
"kind": "import-statement",
|
@@ -6985,7 +7147,7 @@
|
|
6985
7147
|
"original": "../ScreenShareToggle"
|
6986
7148
|
},
|
6987
7149
|
{
|
6988
|
-
"path": "src/Prebuilt/components/Footer/ChatToggle.
|
7150
|
+
"path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
|
6989
7151
|
"kind": "import-statement",
|
6990
7152
|
"original": "./ChatToggle"
|
6991
7153
|
},
|
@@ -6998,6 +7160,11 @@
|
|
6998
7160
|
"path": "<define:process.env>",
|
6999
7161
|
"kind": "import-statement",
|
7000
7162
|
"external": true
|
7163
|
+
},
|
7164
|
+
{
|
7165
|
+
"path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
|
7166
|
+
"kind": "dynamic-import",
|
7167
|
+
"original": "../../plugins/VirtualBackground/VirtualBackground"
|
7001
7168
|
}
|
7002
7169
|
],
|
7003
7170
|
"format": "esm"
|
@@ -7058,8 +7225,24 @@
|
|
7058
7225
|
],
|
7059
7226
|
"format": "esm"
|
7060
7227
|
},
|
7228
|
+
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
7229
|
+
"bytes": 707,
|
7230
|
+
"imports": [
|
7231
|
+
{
|
7232
|
+
"path": "react",
|
7233
|
+
"kind": "import-statement",
|
7234
|
+
"external": true
|
7235
|
+
},
|
7236
|
+
{
|
7237
|
+
"path": "<define:process.env>",
|
7238
|
+
"kind": "import-statement",
|
7239
|
+
"external": true
|
7240
|
+
}
|
7241
|
+
],
|
7242
|
+
"format": "esm"
|
7243
|
+
},
|
7061
7244
|
"src/Prebuilt/components/InsetTile.tsx": {
|
7062
|
-
"bytes":
|
7245
|
+
"bytes": 4209,
|
7063
7246
|
"imports": [
|
7064
7247
|
{
|
7065
7248
|
"path": "react",
|
@@ -7117,9 +7300,14 @@
|
|
7117
7300
|
"original": "./VideoTile"
|
7118
7301
|
},
|
7119
7302
|
{
|
7120
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7303
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7304
|
+
"kind": "import-statement",
|
7305
|
+
"original": "./AppData/useUISettings"
|
7306
|
+
},
|
7307
|
+
{
|
7308
|
+
"path": "src/Prebuilt/components/hooks/useVideoTileLayout.ts",
|
7121
7309
|
"kind": "import-statement",
|
7122
|
-
"original": "./
|
7310
|
+
"original": "./hooks/useVideoTileLayout"
|
7123
7311
|
},
|
7124
7312
|
{
|
7125
7313
|
"path": "src/Prebuilt/common/constants.js",
|
@@ -7140,7 +7328,7 @@
|
|
7140
7328
|
"format": "esm"
|
7141
7329
|
},
|
7142
7330
|
"src/Prebuilt/components/Pagination.tsx": {
|
7143
|
-
"bytes":
|
7331
|
+
"bytes": 1833,
|
7144
7332
|
"imports": [
|
7145
7333
|
{
|
7146
7334
|
"path": "react",
|
@@ -7165,24 +7353,8 @@
|
|
7165
7353
|
],
|
7166
7354
|
"format": "esm"
|
7167
7355
|
},
|
7168
|
-
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
7169
|
-
"bytes": 581,
|
7170
|
-
"imports": [
|
7171
|
-
{
|
7172
|
-
"path": "react",
|
7173
|
-
"kind": "import-statement",
|
7174
|
-
"external": true
|
7175
|
-
},
|
7176
|
-
{
|
7177
|
-
"path": "<define:process.env>",
|
7178
|
-
"kind": "import-statement",
|
7179
|
-
"external": true
|
7180
|
-
}
|
7181
|
-
],
|
7182
|
-
"format": "esm"
|
7183
|
-
},
|
7184
7356
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
7185
|
-
"bytes":
|
7357
|
+
"bytes": 1272,
|
7186
7358
|
"imports": [
|
7187
7359
|
{
|
7188
7360
|
"path": "react",
|
@@ -7223,7 +7395,7 @@
|
|
7223
7395
|
"format": "esm"
|
7224
7396
|
},
|
7225
7397
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
7226
|
-
"bytes":
|
7398
|
+
"bytes": 4413,
|
7227
7399
|
"imports": [
|
7228
7400
|
{
|
7229
7401
|
"path": "react",
|
@@ -7254,7 +7426,7 @@
|
|
7254
7426
|
"format": "esm"
|
7255
7427
|
},
|
7256
7428
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
7257
|
-
"bytes":
|
7429
|
+
"bytes": 2328,
|
7258
7430
|
"imports": [
|
7259
7431
|
{
|
7260
7432
|
"path": "react",
|
@@ -7325,7 +7497,7 @@
|
|
7325
7497
|
"format": "esm"
|
7326
7498
|
},
|
7327
7499
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
7328
|
-
"bytes":
|
7500
|
+
"bytes": 2085,
|
7329
7501
|
"imports": [
|
7330
7502
|
{
|
7331
7503
|
"path": "react",
|
@@ -7371,7 +7543,7 @@
|
|
7371
7543
|
"format": "esm"
|
7372
7544
|
},
|
7373
7545
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
7374
|
-
"bytes":
|
7546
|
+
"bytes": 1217,
|
7375
7547
|
"imports": [
|
7376
7548
|
{
|
7377
7549
|
"path": "react",
|
@@ -7417,7 +7589,7 @@
|
|
7417
7589
|
"format": "esm"
|
7418
7590
|
},
|
7419
7591
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
7420
|
-
"bytes":
|
7592
|
+
"bytes": 1092,
|
7421
7593
|
"imports": [
|
7422
7594
|
{
|
7423
7595
|
"path": "react",
|
@@ -7443,7 +7615,7 @@
|
|
7443
7615
|
"format": "esm"
|
7444
7616
|
},
|
7445
7617
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
7446
|
-
"bytes":
|
7618
|
+
"bytes": 1904,
|
7447
7619
|
"imports": [
|
7448
7620
|
{
|
7449
7621
|
"path": "react",
|
@@ -7550,7 +7722,7 @@
|
|
7550
7722
|
"format": "esm"
|
7551
7723
|
},
|
7552
7724
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
7553
|
-
"bytes":
|
7725
|
+
"bytes": 3494,
|
7554
7726
|
"imports": [
|
7555
7727
|
{
|
7556
7728
|
"path": "react",
|
@@ -7626,18 +7798,28 @@
|
|
7626
7798
|
"format": "esm"
|
7627
7799
|
},
|
7628
7800
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
7629
|
-
"bytes":
|
7801
|
+
"bytes": 2131,
|
7630
7802
|
"imports": [
|
7631
7803
|
{
|
7632
7804
|
"path": "react",
|
7633
7805
|
"kind": "import-statement",
|
7634
7806
|
"external": true
|
7635
7807
|
},
|
7808
|
+
{
|
7809
|
+
"path": "react-use",
|
7810
|
+
"kind": "import-statement",
|
7811
|
+
"external": true
|
7812
|
+
},
|
7636
7813
|
{
|
7637
7814
|
"path": "@100mslive/react-sdk",
|
7638
7815
|
"kind": "import-statement",
|
7639
7816
|
"external": true
|
7640
7817
|
},
|
7818
|
+
{
|
7819
|
+
"path": "src/Theme/index.tsx",
|
7820
|
+
"kind": "import-statement",
|
7821
|
+
"original": "../../../Theme"
|
7822
|
+
},
|
7641
7823
|
{
|
7642
7824
|
"path": "src/Prebuilt/components/Pagination.tsx",
|
7643
7825
|
"kind": "import-statement",
|
@@ -7682,7 +7864,7 @@
|
|
7682
7864
|
"format": "esm"
|
7683
7865
|
},
|
7684
7866
|
"src/Prebuilt/common/PeersSorter.ts": {
|
7685
|
-
"bytes":
|
7867
|
+
"bytes": 2767,
|
7686
7868
|
"imports": [
|
7687
7869
|
{
|
7688
7870
|
"path": "@100mslive/react-sdk",
|
@@ -7698,7 +7880,7 @@
|
|
7698
7880
|
"format": "esm"
|
7699
7881
|
},
|
7700
7882
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
7701
|
-
"bytes":
|
7883
|
+
"bytes": 3819,
|
7702
7884
|
"imports": [
|
7703
7885
|
{
|
7704
7886
|
"path": "react",
|
@@ -7754,7 +7936,7 @@
|
|
7754
7936
|
"format": "esm"
|
7755
7937
|
},
|
7756
7938
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
7757
|
-
"bytes":
|
7939
|
+
"bytes": 3505,
|
7758
7940
|
"imports": [
|
7759
7941
|
{
|
7760
7942
|
"path": "react",
|
@@ -7886,7 +8068,7 @@
|
|
7886
8068
|
"format": "esm"
|
7887
8069
|
},
|
7888
8070
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
7889
|
-
"bytes":
|
8071
|
+
"bytes": 12870,
|
7890
8072
|
"imports": [
|
7891
8073
|
{
|
7892
8074
|
"path": "react",
|
@@ -7959,9 +8141,9 @@
|
|
7959
8141
|
"original": "../../images/empty-chat.svg"
|
7960
8142
|
},
|
7961
8143
|
{
|
7962
|
-
"path": "src/Prebuilt/
|
8144
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
7963
8145
|
"kind": "import-statement",
|
7964
|
-
"original": "
|
8146
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
7965
8147
|
},
|
7966
8148
|
{
|
7967
8149
|
"path": "src/Prebuilt/components/hooks/useSetPinnedMessage.js",
|
@@ -8008,7 +8190,7 @@
|
|
8008
8190
|
"format": "esm"
|
8009
8191
|
},
|
8010
8192
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
8011
|
-
"bytes":
|
8193
|
+
"bytes": 1022,
|
8012
8194
|
"imports": [
|
8013
8195
|
{
|
8014
8196
|
"path": "react",
|
@@ -8023,8 +8205,8 @@
|
|
8023
8205
|
],
|
8024
8206
|
"format": "esm"
|
8025
8207
|
},
|
8026
|
-
"src/Prebuilt/components/Chat/ChatFooter.
|
8027
|
-
"bytes":
|
8208
|
+
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8209
|
+
"bytes": 5859,
|
8028
8210
|
"imports": [
|
8029
8211
|
{
|
8030
8212
|
"path": "react",
|
@@ -8059,13 +8241,18 @@
|
|
8059
8241
|
{
|
8060
8242
|
"path": "src/index.ts",
|
8061
8243
|
"kind": "import-statement",
|
8062
|
-
"original": "
|
8244
|
+
"original": "../../.."
|
8063
8245
|
},
|
8064
8246
|
{
|
8065
8247
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
8066
8248
|
"kind": "import-statement",
|
8067
8249
|
"original": "../Toast/ToastManager"
|
8068
8250
|
},
|
8251
|
+
{
|
8252
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8253
|
+
"kind": "import-statement",
|
8254
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8255
|
+
},
|
8069
8256
|
{
|
8070
8257
|
"path": "src/Prebuilt/components/AppData/useChatState.js",
|
8071
8258
|
"kind": "import-statement",
|
@@ -8106,7 +8293,7 @@
|
|
8106
8293
|
"format": "esm"
|
8107
8294
|
},
|
8108
8295
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
8109
|
-
"bytes":
|
8296
|
+
"bytes": 6662,
|
8110
8297
|
"imports": [
|
8111
8298
|
{
|
8112
8299
|
"path": "react",
|
@@ -8154,7 +8341,7 @@
|
|
8154
8341
|
"original": "./ChatBody"
|
8155
8342
|
},
|
8156
8343
|
{
|
8157
|
-
"path": "src/Prebuilt/components/Chat/ChatFooter.
|
8344
|
+
"path": "src/Prebuilt/components/Chat/ChatFooter.tsx",
|
8158
8345
|
"kind": "import-statement",
|
8159
8346
|
"original": "./ChatFooter"
|
8160
8347
|
},
|
@@ -8163,6 +8350,11 @@
|
|
8163
8350
|
"kind": "import-statement",
|
8164
8351
|
"original": "./ChatParticipantHeader"
|
8165
8352
|
},
|
8353
|
+
{
|
8354
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8355
|
+
"kind": "import-statement",
|
8356
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8357
|
+
},
|
8166
8358
|
{
|
8167
8359
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
8168
8360
|
"kind": "import-statement",
|
@@ -8323,7 +8515,7 @@
|
|
8323
8515
|
"format": "esm"
|
8324
8516
|
},
|
8325
8517
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
8326
|
-
"bytes":
|
8518
|
+
"bytes": 3553,
|
8327
8519
|
"imports": [
|
8328
8520
|
{
|
8329
8521
|
"path": "react",
|
@@ -8360,6 +8552,11 @@
|
|
8360
8552
|
"kind": "import-statement",
|
8361
8553
|
"original": "../components/Streaming/StreamingLanding"
|
8362
8554
|
},
|
8555
|
+
{
|
8556
|
+
"path": "../components/VideoLayouts/GridLayout",
|
8557
|
+
"kind": "import-statement",
|
8558
|
+
"external": true
|
8559
|
+
},
|
8363
8560
|
{
|
8364
8561
|
"path": "src/Prebuilt/components/VideoTile.jsx",
|
8365
8562
|
"kind": "import-statement",
|
@@ -8375,6 +8572,11 @@
|
|
8375
8572
|
"kind": "import-statement",
|
8376
8573
|
"original": "../../Theme"
|
8377
8574
|
},
|
8575
|
+
{
|
8576
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
8577
|
+
"kind": "import-statement",
|
8578
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
8579
|
+
},
|
8378
8580
|
{
|
8379
8581
|
"path": "src/Prebuilt/common/constants.js",
|
8380
8582
|
"kind": "import-statement",
|
@@ -8384,6 +8586,11 @@
|
|
8384
8586
|
"path": "<define:process.env>",
|
8385
8587
|
"kind": "import-statement",
|
8386
8588
|
"external": true
|
8589
|
+
},
|
8590
|
+
{
|
8591
|
+
"path": "<runtime>",
|
8592
|
+
"kind": "import-statement",
|
8593
|
+
"external": true
|
8387
8594
|
}
|
8388
8595
|
],
|
8389
8596
|
"format": "esm"
|
@@ -8456,7 +8663,7 @@
|
|
8456
8663
|
"format": "esm"
|
8457
8664
|
},
|
8458
8665
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
8459
|
-
"bytes":
|
8666
|
+
"bytes": 463,
|
8460
8667
|
"imports": [
|
8461
8668
|
{
|
8462
8669
|
"path": "src/index.ts",
|
@@ -8472,7 +8679,7 @@
|
|
8472
8679
|
"format": "esm"
|
8473
8680
|
},
|
8474
8681
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
8475
|
-
"bytes":
|
8682
|
+
"bytes": 415,
|
8476
8683
|
"imports": [
|
8477
8684
|
{
|
8478
8685
|
"path": "react",
|
@@ -8488,6 +8695,11 @@
|
|
8488
8695
|
"path": "<define:process.env>",
|
8489
8696
|
"kind": "import-statement",
|
8490
8697
|
"external": true
|
8698
|
+
},
|
8699
|
+
{
|
8700
|
+
"path": "<runtime>",
|
8701
|
+
"kind": "import-statement",
|
8702
|
+
"external": true
|
8491
8703
|
}
|
8492
8704
|
],
|
8493
8705
|
"format": "esm"
|
@@ -8530,7 +8742,7 @@
|
|
8530
8742
|
"format": "esm"
|
8531
8743
|
},
|
8532
8744
|
"src/Prebuilt/components/HMSVideo/VideoProgress.jsx": {
|
8533
|
-
"bytes":
|
8745
|
+
"bytes": 2352,
|
8534
8746
|
"imports": [
|
8535
8747
|
{
|
8536
8748
|
"path": "react",
|
@@ -8701,7 +8913,7 @@
|
|
8701
8913
|
"format": "esm"
|
8702
8914
|
},
|
8703
8915
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
|
8704
|
-
"bytes":
|
8916
|
+
"bytes": 4183,
|
8705
8917
|
"imports": [
|
8706
8918
|
{
|
8707
8919
|
"path": "react",
|
@@ -8727,7 +8939,7 @@
|
|
8727
8939
|
"format": "esm"
|
8728
8940
|
},
|
8729
8941
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
8730
|
-
"bytes":
|
8942
|
+
"bytes": 14271,
|
8731
8943
|
"imports": [
|
8732
8944
|
{
|
8733
8945
|
"path": "react",
|
@@ -8838,18 +9050,13 @@
|
|
8838
9050
|
"format": "esm"
|
8839
9051
|
},
|
8840
9052
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
8841
|
-
"bytes":
|
9053
|
+
"bytes": 3145,
|
8842
9054
|
"imports": [
|
8843
9055
|
{
|
8844
9056
|
"path": "react",
|
8845
9057
|
"kind": "import-statement",
|
8846
9058
|
"external": true
|
8847
9059
|
},
|
8848
|
-
{
|
8849
|
-
"path": "@100mslive/hms-video",
|
8850
|
-
"kind": "import-statement",
|
8851
|
-
"external": true
|
8852
|
-
},
|
8853
9060
|
{
|
8854
9061
|
"path": "@100mslive/types-prebuilt",
|
8855
9062
|
"kind": "import-statement",
|
@@ -8900,11 +9107,6 @@
|
|
8900
9107
|
"kind": "import-statement",
|
8901
9108
|
"original": "../components/AppData/useUISettings"
|
8902
9109
|
},
|
8903
|
-
{
|
8904
|
-
"path": "src/Prebuilt/common/hooks.js",
|
8905
|
-
"kind": "import-statement",
|
8906
|
-
"original": "../common/hooks"
|
8907
|
-
},
|
8908
9110
|
{
|
8909
9111
|
"path": "src/Prebuilt/common/constants.js",
|
8910
9112
|
"kind": "import-statement",
|
@@ -8928,8 +9130,8 @@
|
|
8928
9130
|
],
|
8929
9131
|
"format": "esm"
|
8930
9132
|
},
|
8931
|
-
"src/Prebuilt/components/RoleChangeRequestModal.
|
8932
|
-
"bytes":
|
9133
|
+
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
9134
|
+
"bytes": 3605,
|
8933
9135
|
"imports": [
|
8934
9136
|
{
|
8935
9137
|
"path": "react",
|
@@ -8942,19 +9144,14 @@
|
|
8942
9144
|
"external": true
|
8943
9145
|
},
|
8944
9146
|
{
|
8945
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.
|
9147
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
8946
9148
|
"kind": "import-statement",
|
8947
9149
|
"original": "./Preview/PreviewJoin"
|
8948
9150
|
},
|
8949
9151
|
{
|
8950
9152
|
"path": "src/index.ts",
|
8951
9153
|
"kind": "import-statement",
|
8952
|
-
"original": "
|
8953
|
-
},
|
8954
|
-
{
|
8955
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
8956
|
-
"kind": "import-statement",
|
8957
|
-
"original": "./AppData/useUISettings"
|
9154
|
+
"original": "../.."
|
8958
9155
|
},
|
8959
9156
|
{
|
8960
9157
|
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
@@ -8980,7 +9177,7 @@
|
|
8980
9177
|
"format": "esm"
|
8981
9178
|
},
|
8982
9179
|
"src/Prebuilt/components/conference.jsx": {
|
8983
|
-
"bytes":
|
9180
|
+
"bytes": 6434,
|
8984
9181
|
"imports": [
|
8985
9182
|
{
|
8986
9183
|
"path": "react",
|
@@ -9048,7 +9245,7 @@
|
|
9048
9245
|
"original": "./Header"
|
9049
9246
|
},
|
9050
9247
|
{
|
9051
|
-
"path": "src/Prebuilt/components/RoleChangeRequestModal.
|
9248
|
+
"path": "src/Prebuilt/components/RoleChangeRequestModal.tsx",
|
9052
9249
|
"kind": "import-statement",
|
9053
9250
|
"original": "./RoleChangeRequestModal"
|
9054
9251
|
},
|
@@ -9076,7 +9273,7 @@
|
|
9076
9273
|
"format": "esm"
|
9077
9274
|
},
|
9078
9275
|
"src/Prebuilt/App.tsx": {
|
9079
|
-
"bytes":
|
9276
|
+
"bytes": 11824,
|
9080
9277
|
"imports": [
|
9081
9278
|
{
|
9082
9279
|
"path": "react",
|
@@ -9108,11 +9305,6 @@
|
|
9108
9305
|
"kind": "import-statement",
|
9109
9306
|
"original": "./components/AppData/AppData"
|
9110
9307
|
},
|
9111
|
-
{
|
9112
|
-
"path": "src/Prebuilt/components/AudioLevel/BeamSpeakerLabelsLogging.jsx",
|
9113
|
-
"kind": "import-statement",
|
9114
|
-
"original": "./components/AudioLevel/BeamSpeakerLabelsLogging"
|
9115
|
-
},
|
9116
9308
|
{
|
9117
9309
|
"path": "src/Prebuilt/components/AuthToken.jsx",
|
9118
9310
|
"kind": "import-statement",
|
@@ -9149,7 +9341,7 @@
|
|
9149
9341
|
"original": "./components/PostLeave"
|
9150
9342
|
},
|
9151
9343
|
{
|
9152
|
-
"path": "src/Prebuilt/components/Preview/PreviewContainer.
|
9344
|
+
"path": "src/Prebuilt/components/Preview/PreviewContainer.tsx",
|
9153
9345
|
"kind": "import-statement",
|
9154
9346
|
"original": "./components/Preview/PreviewContainer"
|
9155
9347
|
},
|
@@ -9188,6 +9380,16 @@
|
|
9188
9380
|
"kind": "import-statement",
|
9189
9381
|
"original": "./plugins/RemoteStopScreenshare"
|
9190
9382
|
},
|
9383
|
+
{
|
9384
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
9385
|
+
"kind": "import-statement",
|
9386
|
+
"original": "./components/AppData/useUISettings"
|
9387
|
+
},
|
9388
|
+
{
|
9389
|
+
"path": "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx",
|
9390
|
+
"kind": "import-statement",
|
9391
|
+
"original": "./components/hooks/useAutoStartStreaming"
|
9392
|
+
},
|
9191
9393
|
{
|
9192
9394
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
9193
9395
|
"kind": "import-statement",
|
@@ -9465,11 +9667,11 @@
|
|
9465
9667
|
"dist/index.js": {
|
9466
9668
|
"imports": [
|
9467
9669
|
{
|
9468
|
-
"path": "dist/chunk-
|
9670
|
+
"path": "dist/chunk-LYSAET4G.js",
|
9469
9671
|
"kind": "import-statement"
|
9470
9672
|
},
|
9471
9673
|
{
|
9472
|
-
"path": "dist/chunk-
|
9674
|
+
"path": "dist/chunk-POE7H4IE.js",
|
9473
9675
|
"kind": "import-statement"
|
9474
9676
|
}
|
9475
9677
|
],
|
@@ -9538,20 +9740,20 @@
|
|
9538
9740
|
"inputs": {},
|
9539
9741
|
"bytes": 1702
|
9540
9742
|
},
|
9541
|
-
"dist/VirtualBackground-
|
9743
|
+
"dist/VirtualBackground-UM2FOUHQ.js.map": {
|
9542
9744
|
"imports": [],
|
9543
9745
|
"exports": [],
|
9544
9746
|
"inputs": {},
|
9545
9747
|
"bytes": 9199
|
9546
9748
|
},
|
9547
|
-
"dist/VirtualBackground-
|
9749
|
+
"dist/VirtualBackground-UM2FOUHQ.js": {
|
9548
9750
|
"imports": [
|
9549
9751
|
{
|
9550
|
-
"path": "dist/chunk-
|
9752
|
+
"path": "dist/chunk-364HP22I.js",
|
9551
9753
|
"kind": "import-statement"
|
9552
9754
|
},
|
9553
9755
|
{
|
9554
|
-
"path": "dist/chunk-
|
9756
|
+
"path": "dist/chunk-POE7H4IE.js",
|
9555
9757
|
"kind": "import-statement"
|
9556
9758
|
},
|
9557
9759
|
{
|
@@ -9600,20 +9802,20 @@
|
|
9600
9802
|
},
|
9601
9803
|
"bytes": 6135
|
9602
9804
|
},
|
9603
|
-
"dist/HLSView-
|
9805
|
+
"dist/HLSView-HNVYG5VE.js.map": {
|
9604
9806
|
"imports": [],
|
9605
9807
|
"exports": [],
|
9606
9808
|
"inputs": {},
|
9607
|
-
"bytes":
|
9809
|
+
"bytes": 51606
|
9608
9810
|
},
|
9609
|
-
"dist/HLSView-
|
9811
|
+
"dist/HLSView-HNVYG5VE.js": {
|
9610
9812
|
"imports": [
|
9611
9813
|
{
|
9612
|
-
"path": "dist/chunk-
|
9814
|
+
"path": "dist/chunk-LYSAET4G.js",
|
9613
9815
|
"kind": "import-statement"
|
9614
9816
|
},
|
9615
9817
|
{
|
9616
|
-
"path": "dist/chunk-
|
9818
|
+
"path": "dist/chunk-POE7H4IE.js",
|
9617
9819
|
"kind": "import-statement"
|
9618
9820
|
},
|
9619
9821
|
{
|
@@ -9723,22 +9925,22 @@
|
|
9723
9925
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
9724
9926
|
"inputs": {
|
9725
9927
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
9726
|
-
"bytesInOutput":
|
9928
|
+
"bytesInOutput": 14036
|
9727
9929
|
},
|
9728
9930
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
9729
9931
|
"bytesInOutput": 3494
|
9730
9932
|
},
|
9731
9933
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
9732
|
-
"bytesInOutput":
|
9934
|
+
"bytesInOutput": 389
|
9733
9935
|
},
|
9734
9936
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
9735
|
-
"bytesInOutput":
|
9937
|
+
"bytesInOutput": 494
|
9736
9938
|
},
|
9737
9939
|
"src/Prebuilt/components/HMSVideo/PlayButton.jsx": {
|
9738
9940
|
"bytesInOutput": 507
|
9739
9941
|
},
|
9740
9942
|
"src/Prebuilt/components/HMSVideo/VideoProgress.jsx": {
|
9741
|
-
"bytesInOutput":
|
9943
|
+
"bytesInOutput": 2512
|
9742
9944
|
},
|
9743
9945
|
"src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js": {
|
9744
9946
|
"bytesInOutput": 698
|
@@ -9759,29 +9961,29 @@
|
|
9759
9961
|
"bytesInOutput": 875
|
9760
9962
|
},
|
9761
9963
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx": {
|
9762
|
-
"bytesInOutput":
|
9964
|
+
"bytesInOutput": 3945
|
9763
9965
|
}
|
9764
9966
|
},
|
9765
|
-
"bytes":
|
9967
|
+
"bytes": 31959
|
9766
9968
|
},
|
9767
|
-
"dist/conference-
|
9969
|
+
"dist/conference-UWLJHMB2.js.map": {
|
9768
9970
|
"imports": [],
|
9769
9971
|
"exports": [],
|
9770
9972
|
"inputs": {},
|
9771
|
-
"bytes":
|
9973
|
+
"bytes": 396479
|
9772
9974
|
},
|
9773
|
-
"dist/conference-
|
9975
|
+
"dist/conference-UWLJHMB2.js": {
|
9774
9976
|
"imports": [
|
9775
9977
|
{
|
9776
|
-
"path": "dist/chunk-
|
9978
|
+
"path": "dist/chunk-364HP22I.js",
|
9777
9979
|
"kind": "import-statement"
|
9778
9980
|
},
|
9779
9981
|
{
|
9780
|
-
"path": "dist/chunk-
|
9982
|
+
"path": "dist/chunk-LYSAET4G.js",
|
9781
9983
|
"kind": "import-statement"
|
9782
9984
|
},
|
9783
9985
|
{
|
9784
|
-
"path": "dist/chunk-
|
9986
|
+
"path": "dist/chunk-POE7H4IE.js",
|
9785
9987
|
"kind": "import-statement"
|
9786
9988
|
},
|
9787
9989
|
{
|
@@ -9814,6 +10016,16 @@
|
|
9814
10016
|
"kind": "import-statement",
|
9815
10017
|
"external": true
|
9816
10018
|
},
|
10019
|
+
{
|
10020
|
+
"path": "@100mslive/types-prebuilt/elements/chat",
|
10021
|
+
"kind": "import-statement",
|
10022
|
+
"external": true
|
10023
|
+
},
|
10024
|
+
{
|
10025
|
+
"path": "@100mslive/react-sdk",
|
10026
|
+
"kind": "import-statement",
|
10027
|
+
"external": true
|
10028
|
+
},
|
9817
10029
|
{
|
9818
10030
|
"path": "react",
|
9819
10031
|
"kind": "import-statement",
|
@@ -9854,11 +10066,6 @@
|
|
9854
10066
|
"kind": "import-statement",
|
9855
10067
|
"external": true
|
9856
10068
|
},
|
9857
|
-
{
|
9858
|
-
"path": "react-router-dom",
|
9859
|
-
"kind": "import-statement",
|
9860
|
-
"external": true
|
9861
|
-
},
|
9862
10069
|
{
|
9863
10070
|
"path": "react-use",
|
9864
10071
|
"kind": "import-statement",
|
@@ -9869,11 +10076,6 @@
|
|
9869
10076
|
"kind": "import-statement",
|
9870
10077
|
"external": true
|
9871
10078
|
},
|
9872
|
-
{
|
9873
|
-
"path": "worker-timers",
|
9874
|
-
"kind": "import-statement",
|
9875
|
-
"external": true
|
9876
|
-
},
|
9877
10079
|
{
|
9878
10080
|
"path": "react",
|
9879
10081
|
"kind": "import-statement",
|
@@ -10004,21 +10206,6 @@
|
|
10004
10206
|
"kind": "import-statement",
|
10005
10207
|
"external": true
|
10006
10208
|
},
|
10007
|
-
{
|
10008
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
10009
|
-
"kind": "import-statement",
|
10010
|
-
"external": true
|
10011
|
-
},
|
10012
|
-
{
|
10013
|
-
"path": "@100mslive/react-sdk",
|
10014
|
-
"kind": "import-statement",
|
10015
|
-
"external": true
|
10016
|
-
},
|
10017
|
-
{
|
10018
|
-
"path": "react",
|
10019
|
-
"kind": "import-statement",
|
10020
|
-
"external": true
|
10021
|
-
},
|
10022
10209
|
{
|
10023
10210
|
"path": "@100mslive/react-sdk",
|
10024
10211
|
"kind": "import-statement",
|
@@ -10309,6 +10496,25 @@
|
|
10309
10496
|
"kind": "import-statement",
|
10310
10497
|
"external": true
|
10311
10498
|
},
|
10499
|
+
{
|
10500
|
+
"path": "@100mslive/react-icons",
|
10501
|
+
"kind": "import-statement",
|
10502
|
+
"external": true
|
10503
|
+
},
|
10504
|
+
{
|
10505
|
+
"path": "dist/VirtualBackground-UM2FOUHQ.js",
|
10506
|
+
"kind": "dynamic-import"
|
10507
|
+
},
|
10508
|
+
{
|
10509
|
+
"path": "react",
|
10510
|
+
"kind": "import-statement",
|
10511
|
+
"external": true
|
10512
|
+
},
|
10513
|
+
{
|
10514
|
+
"path": "@100mslive/react-sdk",
|
10515
|
+
"kind": "import-statement",
|
10516
|
+
"external": true
|
10517
|
+
},
|
10312
10518
|
{
|
10313
10519
|
"path": "react",
|
10314
10520
|
"kind": "import-statement",
|
@@ -10375,12 +10581,12 @@
|
|
10375
10581
|
"external": true
|
10376
10582
|
},
|
10377
10583
|
{
|
10378
|
-
"path": "
|
10584
|
+
"path": "react",
|
10379
10585
|
"kind": "import-statement",
|
10380
10586
|
"external": true
|
10381
10587
|
},
|
10382
10588
|
{
|
10383
|
-
"path": "react",
|
10589
|
+
"path": "@100mslive/react-icons",
|
10384
10590
|
"kind": "import-statement",
|
10385
10591
|
"external": true
|
10386
10592
|
},
|
@@ -10439,6 +10645,11 @@
|
|
10439
10645
|
"kind": "import-statement",
|
10440
10646
|
"external": true
|
10441
10647
|
},
|
10648
|
+
{
|
10649
|
+
"path": "react-use",
|
10650
|
+
"kind": "import-statement",
|
10651
|
+
"external": true
|
10652
|
+
},
|
10442
10653
|
{
|
10443
10654
|
"path": "@100mslive/react-sdk",
|
10444
10655
|
"kind": "import-statement",
|
@@ -10680,7 +10891,7 @@
|
|
10680
10891
|
"external": true
|
10681
10892
|
},
|
10682
10893
|
{
|
10683
|
-
"path": "dist/HLSView-
|
10894
|
+
"path": "dist/HLSView-HNVYG5VE.js",
|
10684
10895
|
"kind": "dynamic-import"
|
10685
10896
|
},
|
10686
10897
|
{
|
@@ -10700,64 +10911,55 @@
|
|
10700
10911
|
"entryPoint": "src/Prebuilt/components/conference.jsx",
|
10701
10912
|
"inputs": {
|
10702
10913
|
"src/Prebuilt/components/conference.jsx": {
|
10703
|
-
"bytesInOutput":
|
10914
|
+
"bytesInOutput": 6205
|
10704
10915
|
},
|
10705
10916
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
10706
|
-
"bytesInOutput":
|
10917
|
+
"bytesInOutput": 3120
|
10707
10918
|
},
|
10708
10919
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
10709
|
-
"bytesInOutput":
|
10920
|
+
"bytesInOutput": 1987
|
10710
10921
|
},
|
10711
10922
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
10712
10923
|
"bytesInOutput": 937
|
10713
10924
|
},
|
10714
10925
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
10715
|
-
"bytesInOutput":
|
10716
|
-
},
|
10717
|
-
"src/Prebuilt/components/PIP/PIPManager.js": {
|
10718
|
-
"bytesInOutput": 9129
|
10719
|
-
},
|
10720
|
-
"src/Prebuilt/components/PIP/pipUtils.js": {
|
10721
|
-
"bytesInOutput": 4262
|
10926
|
+
"bytesInOutput": 1922
|
10722
10927
|
},
|
10723
10928
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
10724
|
-
"bytesInOutput":
|
10929
|
+
"bytesInOutput": 5635
|
10725
10930
|
},
|
10726
10931
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
10727
|
-
"bytesInOutput":
|
10932
|
+
"bytesInOutput": 1894
|
10728
10933
|
},
|
10729
10934
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
10730
10935
|
"bytesInOutput": 464
|
10731
10936
|
},
|
10732
10937
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
10733
|
-
"bytesInOutput":
|
10938
|
+
"bytesInOutput": 605
|
10734
10939
|
},
|
10735
10940
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
10736
|
-
"bytesInOutput":
|
10941
|
+
"bytesInOutput": 1704
|
10737
10942
|
},
|
10738
10943
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
10739
|
-
"bytesInOutput":
|
10944
|
+
"bytesInOutput": 4341
|
10740
10945
|
},
|
10741
10946
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
10742
|
-
"bytesInOutput":
|
10947
|
+
"bytesInOutput": 365
|
10743
10948
|
},
|
10744
10949
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
10745
|
-
"bytesInOutput":
|
10950
|
+
"bytesInOutput": 6505
|
10746
10951
|
},
|
10747
10952
|
"src/Prebuilt/components/PIP/index.jsx": {
|
10748
10953
|
"bytesInOutput": 151
|
10749
10954
|
},
|
10750
10955
|
"src/Prebuilt/components/PIP/PIPComponent.jsx": {
|
10751
|
-
"bytesInOutput":
|
10956
|
+
"bytesInOutput": 2241
|
10752
10957
|
},
|
10753
10958
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
10754
10959
|
"bytesInOutput": 2442
|
10755
10960
|
},
|
10756
10961
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
10757
|
-
"bytesInOutput":
|
10758
|
-
},
|
10759
|
-
"src/Prebuilt/common/hooks.js": {
|
10760
|
-
"bytesInOutput": 2182
|
10962
|
+
"bytesInOutput": 5978
|
10761
10963
|
},
|
10762
10964
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
10763
10965
|
"bytesInOutput": 4189
|
@@ -10772,7 +10974,7 @@
|
|
10772
10974
|
"bytesInOutput": 4416
|
10773
10975
|
},
|
10774
10976
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
10775
|
-
"bytesInOutput":
|
10977
|
+
"bytesInOutput": 9440
|
10776
10978
|
},
|
10777
10979
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
10778
10980
|
"bytesInOutput": 4968
|
@@ -10789,11 +10991,11 @@
|
|
10789
10991
|
"src/Prebuilt/components/MoreSettings/MuteAllContent.jsx": {
|
10790
10992
|
"bytesInOutput": 2246
|
10791
10993
|
},
|
10792
|
-
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.
|
10793
|
-
"bytesInOutput":
|
10994
|
+
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
10995
|
+
"bytesInOutput": 9211
|
10794
10996
|
},
|
10795
10997
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
10796
|
-
"bytesInOutput":
|
10998
|
+
"bytesInOutput": 740
|
10797
10999
|
},
|
10798
11000
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
10799
11001
|
"bytesInOutput": 1404
|
@@ -10825,83 +11027,86 @@
|
|
10825
11027
|
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
10826
11028
|
"bytesInOutput": 796
|
10827
11029
|
},
|
10828
|
-
"src/Prebuilt/components/Footer/ChatToggle.
|
10829
|
-
"bytesInOutput":
|
11030
|
+
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
11031
|
+
"bytesInOutput": 1029
|
10830
11032
|
},
|
10831
11033
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
10832
|
-
"bytesInOutput":
|
11034
|
+
"bytesInOutput": 11048
|
10833
11035
|
},
|
10834
11036
|
"src/Prebuilt/components/Chat/ChatParticipantHeader.jsx": {
|
10835
|
-
"bytesInOutput":
|
11037
|
+
"bytesInOutput": 2830
|
11038
|
+
},
|
11039
|
+
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
11040
|
+
"bytesInOutput": 2623
|
10836
11041
|
},
|
10837
|
-
"src/Prebuilt/components/Footer/
|
10838
|
-
"bytesInOutput":
|
11042
|
+
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
11043
|
+
"bytesInOutput": 5744
|
10839
11044
|
},
|
10840
11045
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
10841
|
-
"bytesInOutput":
|
11046
|
+
"bytesInOutput": 2329
|
10842
11047
|
},
|
10843
11048
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
10844
|
-
"bytesInOutput":
|
11049
|
+
"bytesInOutput": 2255
|
10845
11050
|
},
|
10846
11051
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
10847
|
-
"bytesInOutput":
|
11052
|
+
"bytesInOutput": 3145
|
10848
11053
|
},
|
10849
11054
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
10850
|
-
"bytesInOutput":
|
11055
|
+
"bytesInOutput": 1947
|
10851
11056
|
},
|
10852
11057
|
"src/Prebuilt/components/InsetTile.tsx": {
|
10853
|
-
"bytesInOutput":
|
11058
|
+
"bytesInOutput": 3899
|
11059
|
+
},
|
11060
|
+
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
11061
|
+
"bytesInOutput": 406
|
10854
11062
|
},
|
10855
11063
|
"src/Prebuilt/components/Pagination.tsx": {
|
10856
|
-
"bytesInOutput":
|
11064
|
+
"bytesInOutput": 1661
|
10857
11065
|
},
|
10858
11066
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
10859
|
-
"bytesInOutput":
|
10860
|
-
},
|
10861
|
-
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
10862
|
-
"bytesInOutput": 346
|
11067
|
+
"bytesInOutput": 1167
|
10863
11068
|
},
|
10864
11069
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
10865
|
-
"bytesInOutput":
|
11070
|
+
"bytesInOutput": 3793
|
10866
11071
|
},
|
10867
11072
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
10868
|
-
"bytesInOutput":
|
11073
|
+
"bytesInOutput": 1698
|
10869
11074
|
},
|
10870
11075
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
10871
|
-
"bytesInOutput":
|
11076
|
+
"bytesInOutput": 1034
|
10872
11077
|
},
|
10873
11078
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
10874
|
-
"bytesInOutput":
|
11079
|
+
"bytesInOutput": 1912
|
10875
11080
|
},
|
10876
11081
|
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
10877
|
-
"bytesInOutput":
|
11082
|
+
"bytesInOutput": 932
|
10878
11083
|
},
|
10879
11084
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
10880
|
-
"bytesInOutput":
|
11085
|
+
"bytesInOutput": 1827
|
10881
11086
|
},
|
10882
11087
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
10883
|
-
"bytesInOutput":
|
11088
|
+
"bytesInOutput": 3527
|
10884
11089
|
},
|
10885
11090
|
"src/Prebuilt/components/ScreenshareDisplay.jsx": {
|
10886
11091
|
"bytesInOutput": 1191
|
10887
11092
|
},
|
10888
11093
|
"src/Prebuilt/common/PeersSorter.ts": {
|
10889
|
-
"bytesInOutput":
|
11094
|
+
"bytesInOutput": 2710
|
10890
11095
|
},
|
10891
11096
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
10892
|
-
"bytesInOutput":
|
11097
|
+
"bytesInOutput": 3224
|
10893
11098
|
},
|
10894
11099
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
10895
|
-
"bytesInOutput":
|
11100
|
+
"bytesInOutput": 3127
|
10896
11101
|
},
|
10897
11102
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
10898
|
-
"bytesInOutput":
|
11103
|
+
"bytesInOutput": 2880
|
10899
11104
|
},
|
10900
11105
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
10901
|
-
"bytesInOutput":
|
11106
|
+
"bytesInOutput": 6957
|
10902
11107
|
},
|
10903
11108
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
10904
|
-
"bytesInOutput":
|
11109
|
+
"bytesInOutput": 12384
|
10905
11110
|
},
|
10906
11111
|
"src/Prebuilt/images/empty-chat.svg": {
|
10907
11112
|
"bytesInOutput": 2261
|
@@ -10909,14 +11114,14 @@
|
|
10909
11114
|
"src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
|
10910
11115
|
"bytesInOutput": 1207
|
10911
11116
|
},
|
10912
|
-
"src/Prebuilt/components/Chat/ChatFooter.
|
10913
|
-
"bytesInOutput":
|
11117
|
+
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
11118
|
+
"bytesInOutput": 5440
|
10914
11119
|
},
|
10915
11120
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
10916
11121
|
"bytesInOutput": 639
|
10917
11122
|
},
|
10918
11123
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
10919
|
-
"bytesInOutput":
|
11124
|
+
"bytesInOutput": 1143
|
10920
11125
|
},
|
10921
11126
|
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
10922
11127
|
"bytesInOutput": 497
|
@@ -10933,22 +11138,22 @@
|
|
10933
11138
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
10934
11139
|
"bytesInOutput": 1380
|
10935
11140
|
},
|
10936
|
-
"src/Prebuilt/components/RoleChangeRequestModal.
|
10937
|
-
"bytesInOutput":
|
11141
|
+
"src/Prebuilt/components/RoleChangeRequestModal.tsx": {
|
11142
|
+
"bytesInOutput": 3790
|
10938
11143
|
}
|
10939
11144
|
},
|
10940
|
-
"bytes":
|
11145
|
+
"bytes": 299663
|
10941
11146
|
},
|
10942
|
-
"dist/chunk-
|
11147
|
+
"dist/chunk-364HP22I.js.map": {
|
10943
11148
|
"imports": [],
|
10944
11149
|
"exports": [],
|
10945
11150
|
"inputs": {},
|
10946
11151
|
"bytes": 2406
|
10947
11152
|
},
|
10948
|
-
"dist/chunk-
|
11153
|
+
"dist/chunk-364HP22I.js": {
|
10949
11154
|
"imports": [
|
10950
11155
|
{
|
10951
|
-
"path": "dist/chunk-
|
11156
|
+
"path": "dist/chunk-POE7H4IE.js",
|
10952
11157
|
"kind": "import-statement"
|
10953
11158
|
},
|
10954
11159
|
{
|
@@ -10967,16 +11172,16 @@
|
|
10967
11172
|
},
|
10968
11173
|
"bytes": 1591
|
10969
11174
|
},
|
10970
|
-
"dist/chunk-
|
11175
|
+
"dist/chunk-LYSAET4G.js.map": {
|
10971
11176
|
"imports": [],
|
10972
11177
|
"exports": [],
|
10973
11178
|
"inputs": {},
|
10974
|
-
"bytes":
|
11179
|
+
"bytes": 494921
|
10975
11180
|
},
|
10976
|
-
"dist/chunk-
|
11181
|
+
"dist/chunk-LYSAET4G.js": {
|
10977
11182
|
"imports": [
|
10978
11183
|
{
|
10979
|
-
"path": "dist/chunk-
|
11184
|
+
"path": "dist/chunk-POE7H4IE.js",
|
10980
11185
|
"kind": "import-statement"
|
10981
11186
|
},
|
10982
11187
|
{
|
@@ -11269,23 +11474,13 @@
|
|
11269
11474
|
"kind": "import-statement",
|
11270
11475
|
"external": true
|
11271
11476
|
},
|
11272
|
-
{
|
11273
|
-
"path": "@100mslive/react-sdk",
|
11274
|
-
"kind": "import-statement",
|
11275
|
-
"external": true
|
11276
|
-
},
|
11277
11477
|
{
|
11278
11478
|
"path": "react",
|
11279
11479
|
"kind": "import-statement",
|
11280
11480
|
"external": true
|
11281
11481
|
},
|
11282
11482
|
{
|
11283
|
-
"path": "@100mslive/react-
|
11284
|
-
"kind": "import-statement",
|
11285
|
-
"external": true
|
11286
|
-
},
|
11287
|
-
{
|
11288
|
-
"path": "react",
|
11483
|
+
"path": "@100mslive/react-icons",
|
11289
11484
|
"kind": "import-statement",
|
11290
11485
|
"external": true
|
11291
11486
|
},
|
@@ -11305,7 +11500,7 @@
|
|
11305
11500
|
"external": true
|
11306
11501
|
},
|
11307
11502
|
{
|
11308
|
-
"path": "
|
11503
|
+
"path": "react",
|
11309
11504
|
"kind": "import-statement",
|
11310
11505
|
"external": true
|
11311
11506
|
},
|
@@ -11315,7 +11510,7 @@
|
|
11315
11510
|
"external": true
|
11316
11511
|
},
|
11317
11512
|
{
|
11318
|
-
"path": "react",
|
11513
|
+
"path": "@100mslive/react-sdk",
|
11319
11514
|
"kind": "import-statement",
|
11320
11515
|
"external": true
|
11321
11516
|
},
|
@@ -11484,6 +11679,21 @@
|
|
11484
11679
|
"kind": "import-statement",
|
11485
11680
|
"external": true
|
11486
11681
|
},
|
11682
|
+
{
|
11683
|
+
"path": "worker-timers",
|
11684
|
+
"kind": "import-statement",
|
11685
|
+
"external": true
|
11686
|
+
},
|
11687
|
+
{
|
11688
|
+
"path": "react",
|
11689
|
+
"kind": "import-statement",
|
11690
|
+
"external": true
|
11691
|
+
},
|
11692
|
+
{
|
11693
|
+
"path": "react-router-dom",
|
11694
|
+
"kind": "import-statement",
|
11695
|
+
"external": true
|
11696
|
+
},
|
11487
11697
|
{
|
11488
11698
|
"path": "@100mslive/react-icons",
|
11489
11699
|
"kind": "import-statement",
|
@@ -11644,6 +11854,11 @@
|
|
11644
11854
|
"kind": "import-statement",
|
11645
11855
|
"external": true
|
11646
11856
|
},
|
11857
|
+
{
|
11858
|
+
"path": "react-use",
|
11859
|
+
"kind": "import-statement",
|
11860
|
+
"external": true
|
11861
|
+
},
|
11647
11862
|
{
|
11648
11863
|
"path": "@100mslive/react-sdk",
|
11649
11864
|
"kind": "import-statement",
|
@@ -11784,11 +11999,6 @@
|
|
11784
11999
|
"kind": "import-statement",
|
11785
12000
|
"external": true
|
11786
12001
|
},
|
11787
|
-
{
|
11788
|
-
"path": "react-use",
|
11789
|
-
"kind": "import-statement",
|
11790
|
-
"external": true
|
11791
|
-
},
|
11792
12002
|
{
|
11793
12003
|
"path": "@100mslive/react-sdk",
|
11794
12004
|
"kind": "import-statement",
|
@@ -11849,6 +12059,11 @@
|
|
11849
12059
|
"kind": "import-statement",
|
11850
12060
|
"external": true
|
11851
12061
|
},
|
12062
|
+
{
|
12063
|
+
"path": "react-use",
|
12064
|
+
"kind": "import-statement",
|
12065
|
+
"external": true
|
12066
|
+
},
|
11852
12067
|
{
|
11853
12068
|
"path": "@100mslive/react-sdk",
|
11854
12069
|
"kind": "import-statement",
|
@@ -11890,7 +12105,7 @@
|
|
11890
12105
|
"external": true
|
11891
12106
|
},
|
11892
12107
|
{
|
11893
|
-
"path": "dist/VirtualBackground-
|
12108
|
+
"path": "dist/VirtualBackground-UM2FOUHQ.js",
|
11894
12109
|
"kind": "dynamic-import"
|
11895
12110
|
},
|
11896
12111
|
{
|
@@ -11934,7 +12149,32 @@
|
|
11934
12149
|
"external": true
|
11935
12150
|
},
|
11936
12151
|
{
|
11937
|
-
"path": "
|
12152
|
+
"path": "react",
|
12153
|
+
"kind": "import-statement",
|
12154
|
+
"external": true
|
12155
|
+
},
|
12156
|
+
{
|
12157
|
+
"path": "@100mslive/react-sdk",
|
12158
|
+
"kind": "import-statement",
|
12159
|
+
"external": true
|
12160
|
+
},
|
12161
|
+
{
|
12162
|
+
"path": "react",
|
12163
|
+
"kind": "import-statement",
|
12164
|
+
"external": true
|
12165
|
+
},
|
12166
|
+
{
|
12167
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
12168
|
+
"kind": "import-statement",
|
12169
|
+
"external": true
|
12170
|
+
},
|
12171
|
+
{
|
12172
|
+
"path": "@100mslive/react-sdk",
|
12173
|
+
"kind": "import-statement",
|
12174
|
+
"external": true
|
12175
|
+
},
|
12176
|
+
{
|
12177
|
+
"path": "dist/conference-UWLJHMB2.js",
|
11938
12178
|
"kind": "dynamic-import"
|
11939
12179
|
},
|
11940
12180
|
{
|
@@ -11974,6 +12214,7 @@
|
|
11974
12214
|
"Label",
|
11975
12215
|
"Link",
|
11976
12216
|
"PasswordInput",
|
12217
|
+
"PictureInPicture",
|
11977
12218
|
"Popover",
|
11978
12219
|
"PreviewControls",
|
11979
12220
|
"PreviewTile",
|
@@ -12013,6 +12254,7 @@
|
|
12013
12254
|
"VideoTile_default",
|
12014
12255
|
"getFormattedCount",
|
12015
12256
|
"getLeft",
|
12257
|
+
"getMetadata",
|
12016
12258
|
"getVideoTileLabel",
|
12017
12259
|
"isAndroid",
|
12018
12260
|
"isChrome",
|
@@ -12020,21 +12262,20 @@
|
|
12020
12262
|
"isIPadOS",
|
12021
12263
|
"isInternalRole",
|
12022
12264
|
"isMacOS",
|
12023
|
-
"isSafari",
|
12024
12265
|
"isScreenshareSupported",
|
12025
12266
|
"useAuthToken",
|
12026
12267
|
"useBorderAudioLevel",
|
12027
12268
|
"useDropdownList",
|
12028
12269
|
"useDropdownSelection",
|
12270
|
+
"useFilteredRoles",
|
12029
12271
|
"useHMSPrebuiltContext",
|
12030
|
-
"useIsHeadless",
|
12031
12272
|
"useIsSidepaneTypeOpen",
|
12032
12273
|
"useMyMetadata",
|
12033
12274
|
"usePDFAnnotator",
|
12275
|
+
"useParticipants",
|
12034
12276
|
"usePinnedTrack",
|
12035
|
-
"
|
12277
|
+
"useRedirectToLeave",
|
12036
12278
|
"useRoomLayoutConferencingScreen",
|
12037
|
-
"useRoomLayoutLeaveScreen",
|
12038
12279
|
"useRoomLayoutPreviewScreen",
|
12039
12280
|
"useSetAppDataByKey",
|
12040
12281
|
"useSetSubscribedChatSelector",
|
@@ -12108,7 +12349,7 @@
|
|
12108
12349
|
"bytesInOutput": 2574
|
12109
12350
|
},
|
12110
12351
|
"src/VideoTile/StyledVideoTile.tsx": {
|
12111
|
-
"bytesInOutput":
|
12352
|
+
"bytesInOutput": 2610
|
12112
12353
|
},
|
12113
12354
|
"src/VideoTile/index.tsx": {
|
12114
12355
|
"bytesInOutput": 0
|
@@ -12213,10 +12454,10 @@
|
|
12213
12454
|
"bytesInOutput": 860
|
12214
12455
|
},
|
12215
12456
|
"src/Prebuilt/App.tsx": {
|
12216
|
-
"bytesInOutput":
|
12457
|
+
"bytesInOutput": 10123
|
12217
12458
|
},
|
12218
12459
|
"src/Prebuilt/components/AppData/AppData.jsx": {
|
12219
|
-
"bytesInOutput":
|
12460
|
+
"bytesInOutput": 5447
|
12220
12461
|
},
|
12221
12462
|
"src/Prebuilt/components/init/initUtils.js": {
|
12222
12463
|
"bytesInOutput": 1693
|
@@ -12228,16 +12469,10 @@
|
|
12228
12469
|
"bytesInOutput": 1125
|
12229
12470
|
},
|
12230
12471
|
"src/Prebuilt/common/constants.js": {
|
12231
|
-
"bytesInOutput":
|
12472
|
+
"bytesInOutput": 2911
|
12232
12473
|
},
|
12233
12474
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
12234
|
-
"bytesInOutput":
|
12235
|
-
},
|
12236
|
-
"src/Prebuilt/components/AudioLevel/BeamSpeakerLabelsLogging.jsx": {
|
12237
|
-
"bytesInOutput": 427
|
12238
|
-
},
|
12239
|
-
"src/Prebuilt/services/FeatureFlags.jsx": {
|
12240
|
-
"bytesInOutput": 1532
|
12475
|
+
"bytesInOutput": 3966
|
12241
12476
|
},
|
12242
12477
|
"src/Prebuilt/components/AuthToken.jsx": {
|
12243
12478
|
"bytesInOutput": 3208
|
@@ -12252,16 +12487,19 @@
|
|
12252
12487
|
"bytesInOutput": 3272
|
12253
12488
|
},
|
12254
12489
|
"src/Prebuilt/components/FullPageProgress.jsx": {
|
12255
|
-
"bytesInOutput":
|
12490
|
+
"bytesInOutput": 543
|
12256
12491
|
},
|
12257
12492
|
"src/Prebuilt/components/init/Init.jsx": {
|
12258
12493
|
"bytesInOutput": 634
|
12259
12494
|
},
|
12495
|
+
"src/Prebuilt/services/FeatureFlags.jsx": {
|
12496
|
+
"bytesInOutput": 1396
|
12497
|
+
},
|
12260
12498
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
12261
12499
|
"bytesInOutput": 4346
|
12262
12500
|
},
|
12263
12501
|
"src/Prebuilt/components/Notifications/Notifications.jsx": {
|
12264
|
-
"bytesInOutput":
|
12502
|
+
"bytesInOutput": 5858
|
12265
12503
|
},
|
12266
12504
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
12267
12505
|
"bytesInOutput": 867
|
@@ -12273,7 +12511,7 @@
|
|
12273
12511
|
"bytesInOutput": 1049
|
12274
12512
|
},
|
12275
12513
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
12276
|
-
"bytesInOutput":
|
12514
|
+
"bytesInOutput": 6042
|
12277
12515
|
},
|
12278
12516
|
"src/Prebuilt/components/Toast/ToastManager.js": {
|
12279
12517
|
"bytesInOutput": 1001
|
@@ -12285,13 +12523,13 @@
|
|
12285
12523
|
"bytesInOutput": 1019
|
12286
12524
|
},
|
12287
12525
|
"src/Prebuilt/components/Notifications/InitErrorModal.jsx": {
|
12288
|
-
"bytesInOutput":
|
12526
|
+
"bytesInOutput": 1365
|
12289
12527
|
},
|
12290
12528
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
12291
12529
|
"bytesInOutput": 1713
|
12292
12530
|
},
|
12293
12531
|
"src/Prebuilt/common/utils.js": {
|
12294
|
-
"bytesInOutput":
|
12532
|
+
"bytesInOutput": 942
|
12295
12533
|
},
|
12296
12534
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
12297
12535
|
"bytesInOutput": 4316
|
@@ -12303,7 +12541,7 @@
|
|
12303
12541
|
"bytesInOutput": 11963
|
12304
12542
|
},
|
12305
12543
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.jsx": {
|
12306
|
-
"bytesInOutput":
|
12544
|
+
"bytesInOutput": 2299
|
12307
12545
|
},
|
12308
12546
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.jsx": {
|
12309
12547
|
"bytesInOutput": 1736
|
@@ -12314,11 +12552,23 @@
|
|
12314
12552
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.jsx": {
|
12315
12553
|
"bytesInOutput": 1759
|
12316
12554
|
},
|
12555
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
12556
|
+
"bytesInOutput": 933
|
12557
|
+
},
|
12558
|
+
"src/Prebuilt/components/PIP/PIPManager.js": {
|
12559
|
+
"bytesInOutput": 9135
|
12560
|
+
},
|
12561
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
12562
|
+
"bytesInOutput": 4262
|
12563
|
+
},
|
12564
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
12565
|
+
"bytesInOutput": 1293
|
12566
|
+
},
|
12317
12567
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12318
12568
|
"bytesInOutput": 0
|
12319
12569
|
},
|
12320
12570
|
"src/Prebuilt/components/PostLeave.jsx": {
|
12321
|
-
"bytesInOutput":
|
12571
|
+
"bytesInOutput": 2585
|
12322
12572
|
},
|
12323
12573
|
"src/Prebuilt/components/Header/Header.tsx": {
|
12324
12574
|
"bytesInOutput": 1512
|
@@ -12326,8 +12576,8 @@
|
|
12326
12576
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
12327
12577
|
"bytesInOutput": 1742
|
12328
12578
|
},
|
12329
|
-
"src/Prebuilt/components/Header/StreamActions.
|
12330
|
-
"bytesInOutput":
|
12579
|
+
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
12580
|
+
"bytesInOutput": 8958
|
12331
12581
|
},
|
12332
12582
|
"src/Sheet/Sheet.tsx": {
|
12333
12583
|
"bytesInOutput": 2743
|
@@ -12339,46 +12589,43 @@
|
|
12339
12589
|
"bytesInOutput": 7870
|
12340
12590
|
},
|
12341
12591
|
"src/Prebuilt/plugins/whiteboard/useWhiteboardMetadata.js": {
|
12342
|
-
"bytesInOutput":
|
12592
|
+
"bytesInOutput": 1733
|
12343
12593
|
},
|
12344
12594
|
"src/Prebuilt/components/hooks/useMetadata.jsx": {
|
12345
|
-
"bytesInOutput":
|
12595
|
+
"bytesInOutput": 2083
|
12346
12596
|
},
|
12347
12597
|
"src/Prebuilt/components/hooks/usePlaylistMusic.js": {
|
12348
|
-
"bytesInOutput":
|
12598
|
+
"bytesInOutput": 1044
|
12349
12599
|
},
|
12350
12600
|
"src/Prebuilt/components/hooks/useScreenshareAudio.js": {
|
12351
12601
|
"bytesInOutput": 880
|
12352
12602
|
},
|
12353
12603
|
"src/Prebuilt/components/Header/common.jsx": {
|
12354
|
-
"bytesInOutput":
|
12604
|
+
"bytesInOutput": 5056
|
12355
12605
|
},
|
12356
12606
|
"src/Prebuilt/components/Header/index.tsx": {
|
12357
12607
|
"bytesInOutput": 0
|
12358
12608
|
},
|
12359
|
-
"src/Prebuilt/
|
12360
|
-
"bytesInOutput":
|
12361
|
-
},
|
12362
|
-
"src/Prebuilt/components/Preview/PreviewContainer.jsx": {
|
12363
|
-
"bytesInOutput": 1680
|
12609
|
+
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
12610
|
+
"bytesInOutput": 1769
|
12364
12611
|
},
|
12365
|
-
"src/Prebuilt/components/Preview/PreviewJoin.
|
12366
|
-
"bytesInOutput":
|
12612
|
+
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12613
|
+
"bytesInOutput": 8952
|
12367
12614
|
},
|
12368
12615
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
12369
|
-
"bytesInOutput":
|
12616
|
+
"bytesInOutput": 5583
|
12370
12617
|
},
|
12371
12618
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
|
12372
|
-
"bytesInOutput":
|
12619
|
+
"bytesInOutput": 2838
|
12373
12620
|
},
|
12374
12621
|
"src/Prebuilt/components/Chip.jsx": {
|
12375
12622
|
"bytesInOutput": 594
|
12376
12623
|
},
|
12377
|
-
"src/Prebuilt/components/Connection/TileConnection.
|
12378
|
-
"bytesInOutput":
|
12624
|
+
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
12625
|
+
"bytesInOutput": 1455
|
12379
12626
|
},
|
12380
|
-
"src/Prebuilt/components/Connection/ConnectionIndicator.
|
12381
|
-
"bytesInOutput":
|
12627
|
+
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
12628
|
+
"bytesInOutput": 3722
|
12382
12629
|
},
|
12383
12630
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
12384
12631
|
"bytesInOutput": 750
|
@@ -12408,19 +12655,19 @@
|
|
12408
12655
|
"bytesInOutput": 1851
|
12409
12656
|
},
|
12410
12657
|
"src/Prebuilt/components/VideoTile.jsx": {
|
12411
|
-
"bytesInOutput":
|
12658
|
+
"bytesInOutput": 7793
|
12412
12659
|
},
|
12413
12660
|
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
12414
|
-
"bytesInOutput":
|
12661
|
+
"bytesInOutput": 4399
|
12415
12662
|
},
|
12416
12663
|
"src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
|
12417
12664
|
"bytesInOutput": 2094
|
12418
12665
|
},
|
12419
12666
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
12420
|
-
"bytesInOutput":
|
12667
|
+
"bytesInOutput": 3192
|
12421
12668
|
},
|
12422
12669
|
"src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
|
12423
|
-
"bytesInOutput":
|
12670
|
+
"bytesInOutput": 10516
|
12424
12671
|
},
|
12425
12672
|
"src/Prebuilt/components/hooks/useDropdownList.jsx": {
|
12426
12673
|
"bytesInOutput": 579
|
@@ -12429,7 +12676,7 @@
|
|
12429
12676
|
"bytesInOutput": 1023
|
12430
12677
|
},
|
12431
12678
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
12432
|
-
"bytesInOutput":
|
12679
|
+
"bytesInOutput": 2532
|
12433
12680
|
},
|
12434
12681
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
12435
12682
|
"bytesInOutput": 1017
|
@@ -12438,24 +12685,30 @@
|
|
12438
12685
|
"bytesInOutput": 505
|
12439
12686
|
},
|
12440
12687
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
12441
|
-
"bytesInOutput":
|
12688
|
+
"bytesInOutput": 3878
|
12442
12689
|
},
|
12443
12690
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
12444
12691
|
"bytesInOutput": 575
|
12445
12692
|
},
|
12693
|
+
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
12694
|
+
"bytesInOutput": 1705
|
12695
|
+
},
|
12696
|
+
"src/Prebuilt/common/hooks.js": {
|
12697
|
+
"bytesInOutput": 2244
|
12698
|
+
},
|
12446
12699
|
"src/Progress/index.tsx": {
|
12447
12700
|
"bytesInOutput": 391
|
12448
12701
|
}
|
12449
12702
|
},
|
12450
|
-
"bytes":
|
12703
|
+
"bytes": 309455
|
12451
12704
|
},
|
12452
|
-
"dist/chunk-
|
12705
|
+
"dist/chunk-POE7H4IE.js.map": {
|
12453
12706
|
"imports": [],
|
12454
12707
|
"exports": [],
|
12455
12708
|
"inputs": {},
|
12456
|
-
"bytes":
|
12709
|
+
"bytes": 39340
|
12457
12710
|
},
|
12458
|
-
"dist/chunk-
|
12711
|
+
"dist/chunk-POE7H4IE.js": {
|
12459
12712
|
"imports": [
|
12460
12713
|
{
|
12461
12714
|
"path": "@stitches/react",
|
@@ -12532,7 +12785,7 @@
|
|
12532
12785
|
],
|
12533
12786
|
"inputs": {
|
12534
12787
|
"<define:process.env>": {
|
12535
|
-
"bytesInOutput":
|
12788
|
+
"bytesInOutput": 18436
|
12536
12789
|
},
|
12537
12790
|
"src/Theme/stitches.config.ts": {
|
12538
12791
|
"bytesInOutput": 1652
|
@@ -12580,10 +12833,10 @@
|
|
12580
12833
|
"bytesInOutput": 0
|
12581
12834
|
},
|
12582
12835
|
"src/Prebuilt/IconButton.jsx": {
|
12583
|
-
"bytesInOutput":
|
12836
|
+
"bytesInOutput": 546
|
12584
12837
|
}
|
12585
12838
|
},
|
12586
|
-
"bytes":
|
12839
|
+
"bytes": 40049
|
12587
12840
|
}
|
12588
12841
|
}
|
12589
12842
|
}
|