@100mslive/roomkit-react 0.3.23 → 0.3.24-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Accordion/Accordion.d.ts +134 -322
- package/dist/Accordion/index.d.ts +134 -322
- package/dist/Avatar/Avatar.d.ts +47 -141
- package/dist/Button/Button.d.ts +47 -141
- package/dist/Checkbox/Checkbox.d.ts +134 -322
- package/dist/Collapsible/Collapsible.d.ts +201 -483
- package/dist/Divider/Divider.d.ts +134 -322
- package/dist/Dropdown/Dropdown.d.ts +804 -1932
- package/dist/Fieldset/Fieldset.d.ts +47 -141
- package/dist/Footer/Footer.d.ts +536 -1288
- package/dist/IconButton/IconButton.d.ts +47 -141
- package/dist/Input/Input.d.ts +362 -926
- package/dist/Label/Label.d.ts +47 -141
- package/dist/Layout/Box.d.ts +47 -141
- package/dist/Layout/Flex.d.ts +47 -141
- package/dist/Link/Link.d.ts +47 -141
- package/dist/Modal/Dialog.d.ts +329 -987
- package/dist/Modal/DialogContent.d.ts +469 -1127
- package/dist/Pagination/StyledPagination.d.ts +268 -644
- package/dist/Popover/index.d.ts +201 -483
- package/dist/Prebuilt/IconButton.d.ts +134 -322
- package/dist/Prebuilt/components/Chat/ChatBody.d.ts +134 -322
- package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +335 -805
- package/dist/Prebuilt/components/Notifications/DeviceChangeNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/ErrorNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/MessageNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/PollNotificationModal.d.ts +1 -0
- package/dist/Prebuilt/components/Notifications/RoleChangeNotification.d.ts +1 -0
- package/dist/Prebuilt/components/Settings/common.d.ts +134 -322
- package/dist/Progress/index.d.ts +134 -322
- package/dist/RadioGroup/RadioGroup.d.ts +201 -483
- package/dist/ReactSelect/ReactSelect.d.ts +670 -1610
- package/dist/Select/Select.d.ts +201 -483
- package/dist/Sheet/Sheet.d.ts +329 -987
- package/dist/Slider/Slider.d.ts +47 -141
- package/dist/Stats/StyledStats.d.ts +402 -966
- package/dist/Switch/Switch.d.ts +47 -141
- package/dist/Tabs/Tabs.d.ts +268 -644
- package/dist/Text/Text.d.ts +47 -141
- package/dist/TextArea/TextArea.d.ts +47 -141
- package/dist/Theme/base.config.d.ts +26 -78
- package/dist/Theme/stitches.config.d.ts +1046 -1493
- package/dist/TileMenu/StyledMenuTile.d.ts +469 -1127
- package/dist/Toast/Toast.d.ts +382 -946
- package/dist/Video/Video.d.ts +47 -141
- package/dist/VideoList/StyledVideoList.d.ts +201 -483
- package/dist/VideoTile/StyledVideoTile.d.ts +670 -1610
- package/dist/android-perm-1.png +0 -0
- package/dist/audio-level.png +0 -0
- package/dist/empty-chat.svg +12 -0
- package/dist/index.cjs.css +2 -2
- package/dist/index.cjs.css.map +1 -1
- package/dist/index.cjs.js +34062 -37242
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.js +36387 -67
- package/dist/index.js.map +4 -4
- package/dist/ios-perm-0.png +0 -0
- package/dist/meta.cjs.json +1531 -1218
- package/dist/meta.esbuild.json +942 -794
- package/dist/pdf-share.png +0 -0
- package/dist/screen-share.png +0 -0
- package/dist/transaction_error.svg +12 -0
- package/package.json +8 -8
- package/src/Avatar/Avatar.tsx +1 -1
- package/src/Popover/Popover.stories.tsx +1 -1
- package/src/Prebuilt/components/Chat/Chat.tsx +1 -1
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -1
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +11 -4
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -3
- package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +3 -0
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +14 -1
- package/src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx +18 -0
- package/src/Prebuilt/components/Notifications/ErrorNotifications.tsx +56 -0
- package/src/Prebuilt/components/Notifications/MessageNotifications.tsx +24 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +13 -171
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +9 -2
- package/src/Prebuilt/components/Notifications/PollNotificationModal.tsx +71 -0
- package/src/Prebuilt/components/Notifications/ReconnectNotifications.tsx +1 -5
- package/src/Prebuilt/components/Notifications/RoleChangeNotification.tsx +24 -0
- package/src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx +7 -5
- package/src/Prebuilt/components/Notifications/TrackNotifications.tsx +23 -1
- package/src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx +13 -5
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +3 -2
- package/src/Prebuilt/components/StatsForNerds.jsx +122 -9
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +0 -1
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +2 -2
- package/src/Prebuilt/components/VirtualBackground/VBOption.tsx +3 -1
- package/src/Prebuilt/components/VirtualBackground/VBPicker.tsx +6 -0
- package/src/Prebuilt/layouts/HLSView.jsx +3 -3
- package/src/Prebuilt/layouts/PDFView.jsx +1 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +82 -86
- package/src/Prebuilt/layouts/WaitingView.tsx +2 -2
- package/dist/HLSView-HYI6LLL6.js +0 -1652
- package/dist/HLSView-HYI6LLL6.js.map +0 -7
- package/dist/HLSView-S4NJF7Q2.css +0 -2780
- package/dist/HLSView-S4NJF7Q2.css.map +0 -7
- package/dist/chunk-LRJSQMZ4.js +0 -34759
- package/dist/chunk-LRJSQMZ4.js.map +0 -7
package/dist/meta.cjs.json
CHANGED
|
@@ -384,7 +384,7 @@
|
|
|
384
384
|
"format": "esm"
|
|
385
385
|
},
|
|
386
386
|
"src/Avatar/Avatar.tsx": {
|
|
387
|
-
"bytes":
|
|
387
|
+
"bytes": 1415,
|
|
388
388
|
"imports": [
|
|
389
389
|
{
|
|
390
390
|
"path": "react",
|
|
@@ -4734,13 +4734,18 @@
|
|
|
4734
4734
|
"format": "esm"
|
|
4735
4735
|
},
|
|
4736
4736
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
|
4737
|
-
"bytes":
|
|
4737
|
+
"bytes": 13008,
|
|
4738
4738
|
"imports": [
|
|
4739
4739
|
{
|
|
4740
4740
|
"path": "react",
|
|
4741
4741
|
"kind": "import-statement",
|
|
4742
4742
|
"external": true
|
|
4743
4743
|
},
|
|
4744
|
+
{
|
|
4745
|
+
"path": "react-use",
|
|
4746
|
+
"kind": "import-statement",
|
|
4747
|
+
"external": true
|
|
4748
|
+
},
|
|
4744
4749
|
{
|
|
4745
4750
|
"path": "ts-pattern",
|
|
4746
4751
|
"kind": "import-statement",
|
|
@@ -4751,6 +4756,11 @@
|
|
|
4751
4756
|
"kind": "import-statement",
|
|
4752
4757
|
"external": true
|
|
4753
4758
|
},
|
|
4759
|
+
{
|
|
4760
|
+
"path": "src/Accordion/index.ts",
|
|
4761
|
+
"kind": "import-statement",
|
|
4762
|
+
"original": "../../Accordion"
|
|
4763
|
+
},
|
|
4754
4764
|
{
|
|
4755
4765
|
"path": "src/Divider/index.ts",
|
|
4756
4766
|
"kind": "import-statement",
|
|
@@ -4776,6 +4786,11 @@
|
|
|
4776
4786
|
"kind": "import-statement",
|
|
4777
4787
|
"original": "../../Modal"
|
|
4778
4788
|
},
|
|
4789
|
+
{
|
|
4790
|
+
"path": "src/Sheet/index.ts",
|
|
4791
|
+
"kind": "import-statement",
|
|
4792
|
+
"original": "../../Sheet"
|
|
4793
|
+
},
|
|
4779
4794
|
{
|
|
4780
4795
|
"path": "src/Stats/index.tsx",
|
|
4781
4796
|
"kind": "import-statement",
|
|
@@ -4791,6 +4806,11 @@
|
|
|
4791
4806
|
"kind": "import-statement",
|
|
4792
4807
|
"original": "../../Text"
|
|
4793
4808
|
},
|
|
4809
|
+
{
|
|
4810
|
+
"path": "src/Theme/index.tsx",
|
|
4811
|
+
"kind": "import-statement",
|
|
4812
|
+
"original": "../../Theme"
|
|
4813
|
+
},
|
|
4794
4814
|
{
|
|
4795
4815
|
"path": "src/Prebuilt/primitives/DropdownTrigger.jsx",
|
|
4796
4816
|
"kind": "import-statement",
|
|
@@ -4815,6 +4835,11 @@
|
|
|
4815
4835
|
"path": "<define:process.env>",
|
|
4816
4836
|
"kind": "import-statement",
|
|
4817
4837
|
"external": true
|
|
4838
|
+
},
|
|
4839
|
+
{
|
|
4840
|
+
"path": "<runtime>",
|
|
4841
|
+
"kind": "import-statement",
|
|
4842
|
+
"external": true
|
|
4818
4843
|
}
|
|
4819
4844
|
],
|
|
4820
4845
|
"format": "esm"
|
|
@@ -5251,7 +5276,7 @@
|
|
|
5251
5276
|
"format": "esm"
|
|
5252
5277
|
},
|
|
5253
5278
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
5254
|
-
"bytes":
|
|
5279
|
+
"bytes": 10557,
|
|
5255
5280
|
"imports": [
|
|
5256
5281
|
{
|
|
5257
5282
|
"path": "react",
|
|
@@ -5749,7 +5774,7 @@
|
|
|
5749
5774
|
"format": "cjs"
|
|
5750
5775
|
},
|
|
5751
5776
|
"../hms-video-store/dist/index.js": {
|
|
5752
|
-
"bytes":
|
|
5777
|
+
"bytes": 372756,
|
|
5753
5778
|
"imports": [
|
|
5754
5779
|
{
|
|
5755
5780
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -6115,7 +6140,7 @@
|
|
|
6115
6140
|
"format": "esm"
|
|
6116
6141
|
},
|
|
6117
6142
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
6118
|
-
"bytes":
|
|
6143
|
+
"bytes": 14013,
|
|
6119
6144
|
"imports": [
|
|
6120
6145
|
{
|
|
6121
6146
|
"path": "react",
|
|
@@ -6182,6 +6207,11 @@
|
|
|
6182
6207
|
"kind": "import-statement",
|
|
6183
6208
|
"original": "../../Settings/SettingsModal"
|
|
6184
6209
|
},
|
|
6210
|
+
{
|
|
6211
|
+
"path": "src/Prebuilt/components/StatsForNerds.jsx",
|
|
6212
|
+
"kind": "import-statement",
|
|
6213
|
+
"original": "../../StatsForNerds"
|
|
6214
|
+
},
|
|
6185
6215
|
{
|
|
6186
6216
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
6187
6217
|
"kind": "import-statement",
|
|
@@ -7291,7 +7321,7 @@
|
|
|
7291
7321
|
"format": "esm"
|
|
7292
7322
|
},
|
|
7293
7323
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
|
7294
|
-
"bytes":
|
|
7324
|
+
"bytes": 1543,
|
|
7295
7325
|
"imports": [
|
|
7296
7326
|
{
|
|
7297
7327
|
"path": "react",
|
|
@@ -8887,7 +8917,7 @@
|
|
|
8887
8917
|
"format": "esm"
|
|
8888
8918
|
},
|
|
8889
8919
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
8890
|
-
"bytes":
|
|
8920
|
+
"bytes": 11589,
|
|
8891
8921
|
"imports": [
|
|
8892
8922
|
{
|
|
8893
8923
|
"path": "react",
|
|
@@ -8900,7 +8930,7 @@
|
|
|
8900
8930
|
"external": true
|
|
8901
8931
|
},
|
|
8902
8932
|
{
|
|
8903
|
-
"path": "@emoji-mart/data",
|
|
8933
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
|
8904
8934
|
"kind": "import-statement",
|
|
8905
8935
|
"external": true
|
|
8906
8936
|
},
|
|
@@ -9897,7 +9927,7 @@
|
|
|
9897
9927
|
"format": "esm"
|
|
9898
9928
|
},
|
|
9899
9929
|
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
|
9900
|
-
"bytes":
|
|
9930
|
+
"bytes": 1291,
|
|
9901
9931
|
"imports": [
|
|
9902
9932
|
{
|
|
9903
9933
|
"path": "react",
|
|
@@ -9969,7 +9999,7 @@
|
|
|
9969
9999
|
"format": "esm"
|
|
9970
10000
|
},
|
|
9971
10001
|
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
|
9972
|
-
"bytes":
|
|
10002
|
+
"bytes": 9072,
|
|
9973
10003
|
"imports": [
|
|
9974
10004
|
{
|
|
9975
10005
|
"path": "react",
|
|
@@ -10299,7 +10329,7 @@
|
|
|
10299
10329
|
"format": "esm"
|
|
10300
10330
|
},
|
|
10301
10331
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
10302
|
-
"bytes":
|
|
10332
|
+
"bytes": 10130,
|
|
10303
10333
|
"imports": [
|
|
10304
10334
|
{
|
|
10305
10335
|
"path": "react",
|
|
@@ -10814,7 +10844,7 @@
|
|
|
10814
10844
|
"format": "esm"
|
|
10815
10845
|
},
|
|
10816
10846
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
10817
|
-
"bytes":
|
|
10847
|
+
"bytes": 2536,
|
|
10818
10848
|
"imports": [
|
|
10819
10849
|
{
|
|
10820
10850
|
"path": "react",
|
|
@@ -11286,7 +11316,7 @@
|
|
|
11286
11316
|
],
|
|
11287
11317
|
"format": "esm"
|
|
11288
11318
|
},
|
|
11289
|
-
"../../../../../../../tmp/tmp-
|
|
11319
|
+
"../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f892/tldraw.css": {
|
|
11290
11320
|
"bytes": 80111,
|
|
11291
11321
|
"imports": [
|
|
11292
11322
|
{
|
|
@@ -11336,7 +11366,7 @@
|
|
|
11336
11366
|
}
|
|
11337
11367
|
]
|
|
11338
11368
|
},
|
|
11339
|
-
"../../../../../../../tmp/tmp-
|
|
11369
|
+
"../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f0e0/index.css": {
|
|
11340
11370
|
"bytes": 597,
|
|
11341
11371
|
"imports": [
|
|
11342
11372
|
{
|
|
@@ -11345,7 +11375,7 @@
|
|
|
11345
11375
|
"external": true
|
|
11346
11376
|
},
|
|
11347
11377
|
{
|
|
11348
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11378
|
+
"path": "../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f892/tldraw.css",
|
|
11349
11379
|
"kind": "import-rule",
|
|
11350
11380
|
"original": "@tldraw/tldraw/tldraw.css"
|
|
11351
11381
|
}
|
|
@@ -11420,7 +11450,7 @@
|
|
|
11420
11450
|
"original": "../../common/constants"
|
|
11421
11451
|
},
|
|
11422
11452
|
{
|
|
11423
|
-
"path": "../../../../../../../tmp/tmp-
|
|
11453
|
+
"path": "../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f0e0/index.css",
|
|
11424
11454
|
"kind": "import-statement",
|
|
11425
11455
|
"original": "@100mslive/hms-whiteboard/index.css"
|
|
11426
11456
|
},
|
|
@@ -11449,7 +11479,7 @@
|
|
|
11449
11479
|
"format": "esm"
|
|
11450
11480
|
},
|
|
11451
11481
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
|
11452
|
-
"bytes":
|
|
11482
|
+
"bytes": 5251,
|
|
11453
11483
|
"imports": [
|
|
11454
11484
|
{
|
|
11455
11485
|
"path": "react",
|
|
@@ -11570,139 +11600,6 @@
|
|
|
11570
11600
|
],
|
|
11571
11601
|
"format": "esm"
|
|
11572
11602
|
},
|
|
11573
|
-
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
11574
|
-
"bytes": 1930,
|
|
11575
|
-
"imports": [
|
|
11576
|
-
{
|
|
11577
|
-
"path": "react",
|
|
11578
|
-
"kind": "import-statement",
|
|
11579
|
-
"external": true
|
|
11580
|
-
},
|
|
11581
|
-
{
|
|
11582
|
-
"path": "@100mslive/react-sdk",
|
|
11583
|
-
"kind": "import-statement",
|
|
11584
|
-
"external": true
|
|
11585
|
-
},
|
|
11586
|
-
{
|
|
11587
|
-
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
11588
|
-
"kind": "import-statement",
|
|
11589
|
-
"original": "../components/Toast/ToastManager"
|
|
11590
|
-
},
|
|
11591
|
-
{
|
|
11592
|
-
"path": "src/Layout/index.tsx",
|
|
11593
|
-
"kind": "import-statement",
|
|
11594
|
-
"original": "../../Layout"
|
|
11595
|
-
},
|
|
11596
|
-
{
|
|
11597
|
-
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
|
11598
|
-
"kind": "import-statement",
|
|
11599
|
-
"original": "./EmbedView"
|
|
11600
|
-
},
|
|
11601
|
-
{
|
|
11602
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
11603
|
-
"kind": "import-statement",
|
|
11604
|
-
"original": "../components/AppData/useUISettings"
|
|
11605
|
-
},
|
|
11606
|
-
{
|
|
11607
|
-
"path": "<define:process.env>",
|
|
11608
|
-
"kind": "import-statement",
|
|
11609
|
-
"external": true
|
|
11610
|
-
},
|
|
11611
|
-
{
|
|
11612
|
-
"path": "<runtime>",
|
|
11613
|
-
"kind": "import-statement",
|
|
11614
|
-
"external": true
|
|
11615
|
-
}
|
|
11616
|
-
],
|
|
11617
|
-
"format": "esm"
|
|
11618
|
-
},
|
|
11619
|
-
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
11620
|
-
"bytes": 7733,
|
|
11621
|
-
"imports": [
|
|
11622
|
-
{
|
|
11623
|
-
"path": "react",
|
|
11624
|
-
"kind": "import-statement",
|
|
11625
|
-
"external": true
|
|
11626
|
-
},
|
|
11627
|
-
{
|
|
11628
|
-
"path": "react-draggable",
|
|
11629
|
-
"kind": "import-statement",
|
|
11630
|
-
"external": true
|
|
11631
|
-
},
|
|
11632
|
-
{
|
|
11633
|
-
"path": "react-use",
|
|
11634
|
-
"kind": "import-statement",
|
|
11635
|
-
"external": true
|
|
11636
|
-
},
|
|
11637
|
-
{
|
|
11638
|
-
"path": "@100mslive/react-sdk",
|
|
11639
|
-
"kind": "import-statement",
|
|
11640
|
-
"external": true
|
|
11641
|
-
},
|
|
11642
|
-
{
|
|
11643
|
-
"path": "src/Layout/index.tsx",
|
|
11644
|
-
"kind": "import-statement",
|
|
11645
|
-
"original": "../../Layout"
|
|
11646
|
-
},
|
|
11647
|
-
{
|
|
11648
|
-
"path": "src/Text/index.tsx",
|
|
11649
|
-
"kind": "import-statement",
|
|
11650
|
-
"original": "../../Text"
|
|
11651
|
-
},
|
|
11652
|
-
{
|
|
11653
|
-
"path": "src/Theme/index.tsx",
|
|
11654
|
-
"kind": "import-statement",
|
|
11655
|
-
"original": "../../Theme"
|
|
11656
|
-
},
|
|
11657
|
-
{
|
|
11658
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
11659
|
-
"kind": "import-statement",
|
|
11660
|
-
"original": "../components/AppData/useSidepane"
|
|
11661
|
-
},
|
|
11662
|
-
{
|
|
11663
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
11664
|
-
"kind": "import-statement",
|
|
11665
|
-
"original": "../components/AppData/useUISettings"
|
|
11666
|
-
},
|
|
11667
|
-
{
|
|
11668
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
11669
|
-
"kind": "import-statement",
|
|
11670
|
-
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
11671
|
-
},
|
|
11672
|
-
{
|
|
11673
|
-
"path": "src/Prebuilt/common/constants.ts",
|
|
11674
|
-
"kind": "import-statement",
|
|
11675
|
-
"original": "../common/constants"
|
|
11676
|
-
},
|
|
11677
|
-
{
|
|
11678
|
-
"path": "<define:process.env>",
|
|
11679
|
-
"kind": "import-statement",
|
|
11680
|
-
"external": true
|
|
11681
|
-
}
|
|
11682
|
-
],
|
|
11683
|
-
"format": "esm"
|
|
11684
|
-
},
|
|
11685
|
-
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
11686
|
-
"bytes": 617,
|
|
11687
|
-
"imports": [
|
|
11688
|
-
{
|
|
11689
|
-
"path": "react",
|
|
11690
|
-
"kind": "import-statement",
|
|
11691
|
-
"external": true
|
|
11692
|
-
},
|
|
11693
|
-
{
|
|
11694
|
-
"path": "@100mslive/react-sdk",
|
|
11695
|
-
"kind": "import-statement",
|
|
11696
|
-
"external": true
|
|
11697
|
-
},
|
|
11698
|
-
{
|
|
11699
|
-
"path": "<define:process.env>",
|
|
11700
|
-
"kind": "import-statement",
|
|
11701
|
-
"external": true
|
|
11702
|
-
}
|
|
11703
|
-
],
|
|
11704
|
-
"format": "esm"
|
|
11705
|
-
},
|
|
11706
11603
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
11707
11604
|
"bytes": 3131,
|
|
11708
11605
|
"imports": [
|
|
@@ -11756,7 +11653,7 @@
|
|
|
11756
11653
|
"format": "esm"
|
|
11757
11654
|
},
|
|
11758
11655
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
|
11759
|
-
"bytes":
|
|
11656
|
+
"bytes": 1996,
|
|
11760
11657
|
"imports": [
|
|
11761
11658
|
{
|
|
11762
11659
|
"path": "react",
|
|
@@ -12276,7 +12173,7 @@
|
|
|
12276
12173
|
"format": "esm"
|
|
12277
12174
|
},
|
|
12278
12175
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
12279
|
-
"bytes":
|
|
12176
|
+
"bytes": 28662,
|
|
12280
12177
|
"imports": [
|
|
12281
12178
|
{
|
|
12282
12179
|
"path": "react",
|
|
@@ -12441,8 +12338,8 @@
|
|
|
12441
12338
|
],
|
|
12442
12339
|
"format": "esm"
|
|
12443
12340
|
},
|
|
12444
|
-
"src/Prebuilt/layouts/
|
|
12445
|
-
"bytes":
|
|
12341
|
+
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
12342
|
+
"bytes": 1990,
|
|
12446
12343
|
"imports": [
|
|
12447
12344
|
{
|
|
12448
12345
|
"path": "react",
|
|
@@ -12450,79 +12347,85 @@
|
|
|
12450
12347
|
"external": true
|
|
12451
12348
|
},
|
|
12452
12349
|
{
|
|
12453
|
-
"path": "react-
|
|
12350
|
+
"path": "@100mslive/react-sdk",
|
|
12454
12351
|
"kind": "import-statement",
|
|
12455
12352
|
"external": true
|
|
12456
12353
|
},
|
|
12457
12354
|
{
|
|
12458
|
-
"path": "
|
|
12355
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
12459
12356
|
"kind": "import-statement",
|
|
12460
|
-
"
|
|
12357
|
+
"original": "../components/Toast/ToastManager"
|
|
12461
12358
|
},
|
|
12462
12359
|
{
|
|
12463
|
-
"path": "
|
|
12360
|
+
"path": "src/Layout/index.tsx",
|
|
12464
12361
|
"kind": "import-statement",
|
|
12465
|
-
"
|
|
12362
|
+
"original": "../../Layout"
|
|
12466
12363
|
},
|
|
12467
12364
|
{
|
|
12468
|
-
"path": "
|
|
12365
|
+
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
|
12469
12366
|
"kind": "import-statement",
|
|
12470
|
-
"
|
|
12367
|
+
"original": "./EmbedView"
|
|
12471
12368
|
},
|
|
12472
12369
|
{
|
|
12473
|
-
"path": "
|
|
12370
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
12474
12371
|
"kind": "import-statement",
|
|
12475
|
-
"
|
|
12372
|
+
"original": "../components/AppData/useUISettings"
|
|
12476
12373
|
},
|
|
12477
12374
|
{
|
|
12478
|
-
"path": "
|
|
12375
|
+
"path": "<define:process.env>",
|
|
12479
12376
|
"kind": "import-statement",
|
|
12480
12377
|
"external": true
|
|
12481
12378
|
},
|
|
12482
12379
|
{
|
|
12483
|
-
"path": "
|
|
12380
|
+
"path": "<runtime>",
|
|
12484
12381
|
"kind": "import-statement",
|
|
12485
|
-
"
|
|
12486
|
-
}
|
|
12382
|
+
"external": true
|
|
12383
|
+
}
|
|
12384
|
+
],
|
|
12385
|
+
"format": "esm"
|
|
12386
|
+
},
|
|
12387
|
+
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
12388
|
+
"bytes": 7733,
|
|
12389
|
+
"imports": [
|
|
12487
12390
|
{
|
|
12488
|
-
"path": "
|
|
12391
|
+
"path": "react",
|
|
12489
12392
|
"kind": "import-statement",
|
|
12490
|
-
"
|
|
12393
|
+
"external": true
|
|
12491
12394
|
},
|
|
12492
12395
|
{
|
|
12493
|
-
"path": "
|
|
12396
|
+
"path": "react-draggable",
|
|
12494
12397
|
"kind": "import-statement",
|
|
12495
|
-
"
|
|
12398
|
+
"external": true
|
|
12496
12399
|
},
|
|
12497
12400
|
{
|
|
12498
|
-
"path": "
|
|
12401
|
+
"path": "react-use",
|
|
12499
12402
|
"kind": "import-statement",
|
|
12500
|
-
"
|
|
12403
|
+
"external": true
|
|
12501
12404
|
},
|
|
12502
12405
|
{
|
|
12503
|
-
"path": "
|
|
12406
|
+
"path": "@100mslive/react-sdk",
|
|
12504
12407
|
"kind": "import-statement",
|
|
12505
|
-
"
|
|
12408
|
+
"external": true
|
|
12506
12409
|
},
|
|
12507
12410
|
{
|
|
12508
|
-
"path": "src/
|
|
12411
|
+
"path": "src/Layout/index.tsx",
|
|
12509
12412
|
"kind": "import-statement",
|
|
12510
|
-
"original": "
|
|
12413
|
+
"original": "../../Layout"
|
|
12511
12414
|
},
|
|
12512
12415
|
{
|
|
12513
|
-
"path": "src/
|
|
12416
|
+
"path": "src/Text/index.tsx",
|
|
12514
12417
|
"kind": "import-statement",
|
|
12515
|
-
"original": "
|
|
12418
|
+
"original": "../../Text"
|
|
12516
12419
|
},
|
|
12517
12420
|
{
|
|
12518
|
-
"path": "src/
|
|
12421
|
+
"path": "src/Theme/index.tsx",
|
|
12519
12422
|
"kind": "import-statement",
|
|
12520
|
-
"original": "
|
|
12423
|
+
"original": "../../Theme"
|
|
12521
12424
|
},
|
|
12522
12425
|
{
|
|
12523
|
-
"path": "src/Prebuilt/
|
|
12426
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
12524
12427
|
"kind": "import-statement",
|
|
12525
|
-
"original": "../
|
|
12428
|
+
"original": "../components/AppData/useSidepane"
|
|
12526
12429
|
},
|
|
12527
12430
|
{
|
|
12528
12431
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
@@ -12530,14 +12433,9 @@
|
|
|
12530
12433
|
"original": "../components/AppData/useUISettings"
|
|
12531
12434
|
},
|
|
12532
12435
|
{
|
|
12533
|
-
"path": "src/Prebuilt/
|
|
12534
|
-
"kind": "import-statement",
|
|
12535
|
-
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
|
12536
|
-
},
|
|
12537
|
-
{
|
|
12538
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
|
12436
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
12539
12437
|
"kind": "import-statement",
|
|
12540
|
-
"original": "../
|
|
12438
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
12541
12439
|
},
|
|
12542
12440
|
{
|
|
12543
12441
|
"path": "src/Prebuilt/common/constants.ts",
|
|
@@ -12548,22 +12446,12 @@
|
|
|
12548
12446
|
"path": "<define:process.env>",
|
|
12549
12447
|
"kind": "import-statement",
|
|
12550
12448
|
"external": true
|
|
12551
|
-
},
|
|
12552
|
-
{
|
|
12553
|
-
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
|
12554
|
-
"kind": "dynamic-import",
|
|
12555
|
-
"original": "./HLSView"
|
|
12556
|
-
},
|
|
12557
|
-
{
|
|
12558
|
-
"path": "<runtime>",
|
|
12559
|
-
"kind": "import-statement",
|
|
12560
|
-
"external": true
|
|
12561
12449
|
}
|
|
12562
12450
|
],
|
|
12563
12451
|
"format": "esm"
|
|
12564
12452
|
},
|
|
12565
|
-
"src/Prebuilt/components/
|
|
12566
|
-
"bytes":
|
|
12453
|
+
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
12454
|
+
"bytes": 617,
|
|
12567
12455
|
"imports": [
|
|
12568
12456
|
{
|
|
12569
12457
|
"path": "react",
|
|
@@ -12571,15 +12459,152 @@
|
|
|
12571
12459
|
"external": true
|
|
12572
12460
|
},
|
|
12573
12461
|
{
|
|
12574
|
-
"path": "react-
|
|
12462
|
+
"path": "@100mslive/react-sdk",
|
|
12575
12463
|
"kind": "import-statement",
|
|
12576
12464
|
"external": true
|
|
12577
12465
|
},
|
|
12578
12466
|
{
|
|
12579
|
-
"path": "
|
|
12467
|
+
"path": "<define:process.env>",
|
|
12580
12468
|
"kind": "import-statement",
|
|
12581
12469
|
"external": true
|
|
12582
|
-
}
|
|
12470
|
+
}
|
|
12471
|
+
],
|
|
12472
|
+
"format": "esm"
|
|
12473
|
+
},
|
|
12474
|
+
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
12475
|
+
"bytes": 5801,
|
|
12476
|
+
"imports": [
|
|
12477
|
+
{
|
|
12478
|
+
"path": "react",
|
|
12479
|
+
"kind": "import-statement",
|
|
12480
|
+
"external": true
|
|
12481
|
+
},
|
|
12482
|
+
{
|
|
12483
|
+
"path": "react-draggable",
|
|
12484
|
+
"kind": "import-statement",
|
|
12485
|
+
"external": true
|
|
12486
|
+
},
|
|
12487
|
+
{
|
|
12488
|
+
"path": "react-use",
|
|
12489
|
+
"kind": "import-statement",
|
|
12490
|
+
"external": true
|
|
12491
|
+
},
|
|
12492
|
+
{
|
|
12493
|
+
"path": "@100mslive/types-prebuilt",
|
|
12494
|
+
"kind": "import-statement",
|
|
12495
|
+
"external": true
|
|
12496
|
+
},
|
|
12497
|
+
{
|
|
12498
|
+
"path": "ts-pattern",
|
|
12499
|
+
"kind": "import-statement",
|
|
12500
|
+
"external": true
|
|
12501
|
+
},
|
|
12502
|
+
{
|
|
12503
|
+
"path": "@100mslive/react-sdk",
|
|
12504
|
+
"kind": "import-statement",
|
|
12505
|
+
"external": true
|
|
12506
|
+
},
|
|
12507
|
+
{
|
|
12508
|
+
"path": "@100mslive/react-icons",
|
|
12509
|
+
"kind": "import-statement",
|
|
12510
|
+
"external": true
|
|
12511
|
+
},
|
|
12512
|
+
{
|
|
12513
|
+
"path": "src/Prebuilt/components/VideoLayouts/GridLayout.tsx",
|
|
12514
|
+
"kind": "import-statement",
|
|
12515
|
+
"original": "../components/VideoLayouts/GridLayout"
|
|
12516
|
+
},
|
|
12517
|
+
{
|
|
12518
|
+
"path": "src/Layout/index.tsx",
|
|
12519
|
+
"kind": "import-statement",
|
|
12520
|
+
"original": "../../Layout"
|
|
12521
|
+
},
|
|
12522
|
+
{
|
|
12523
|
+
"path": "src/Theme/index.tsx",
|
|
12524
|
+
"kind": "import-statement",
|
|
12525
|
+
"original": "../../Theme"
|
|
12526
|
+
},
|
|
12527
|
+
{
|
|
12528
|
+
"path": "src/Prebuilt/layouts/EmbedView.jsx",
|
|
12529
|
+
"kind": "import-statement",
|
|
12530
|
+
"original": "./EmbedView"
|
|
12531
|
+
},
|
|
12532
|
+
{
|
|
12533
|
+
"path": "src/Prebuilt/layouts/HLSView.jsx",
|
|
12534
|
+
"kind": "import-statement",
|
|
12535
|
+
"original": "./HLSView"
|
|
12536
|
+
},
|
|
12537
|
+
{
|
|
12538
|
+
"path": "src/Prebuilt/layouts/PDFView.jsx",
|
|
12539
|
+
"kind": "import-statement",
|
|
12540
|
+
"original": "./PDFView"
|
|
12541
|
+
},
|
|
12542
|
+
{
|
|
12543
|
+
"path": "src/Prebuilt/layouts/SidePane.tsx",
|
|
12544
|
+
"kind": "import-statement",
|
|
12545
|
+
"original": "./SidePane"
|
|
12546
|
+
},
|
|
12547
|
+
{
|
|
12548
|
+
"path": "src/Prebuilt/layouts/WaitingView.tsx",
|
|
12549
|
+
"kind": "import-statement",
|
|
12550
|
+
"original": "./WaitingView"
|
|
12551
|
+
},
|
|
12552
|
+
{
|
|
12553
|
+
"path": "src/Prebuilt/plugins/CaptionsViewer.tsx",
|
|
12554
|
+
"kind": "import-statement",
|
|
12555
|
+
"original": "../plugins/CaptionsViewer"
|
|
12556
|
+
},
|
|
12557
|
+
{
|
|
12558
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
12559
|
+
"kind": "import-statement",
|
|
12560
|
+
"original": "../components/AppData/useUISettings"
|
|
12561
|
+
},
|
|
12562
|
+
{
|
|
12563
|
+
"path": "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx",
|
|
12564
|
+
"kind": "import-statement",
|
|
12565
|
+
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
|
12566
|
+
},
|
|
12567
|
+
{
|
|
12568
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
12569
|
+
"kind": "import-statement",
|
|
12570
|
+
"original": "../common/hooks"
|
|
12571
|
+
},
|
|
12572
|
+
{
|
|
12573
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
12574
|
+
"kind": "import-statement",
|
|
12575
|
+
"original": "../common/constants"
|
|
12576
|
+
},
|
|
12577
|
+
{
|
|
12578
|
+
"path": "<define:process.env>",
|
|
12579
|
+
"kind": "import-statement",
|
|
12580
|
+
"external": true
|
|
12581
|
+
},
|
|
12582
|
+
{
|
|
12583
|
+
"path": "<runtime>",
|
|
12584
|
+
"kind": "import-statement",
|
|
12585
|
+
"external": true
|
|
12586
|
+
}
|
|
12587
|
+
],
|
|
12588
|
+
"format": "esm"
|
|
12589
|
+
},
|
|
12590
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
|
12591
|
+
"bytes": 1952,
|
|
12592
|
+
"imports": [
|
|
12593
|
+
{
|
|
12594
|
+
"path": "react",
|
|
12595
|
+
"kind": "import-statement",
|
|
12596
|
+
"external": true
|
|
12597
|
+
},
|
|
12598
|
+
{
|
|
12599
|
+
"path": "react-use",
|
|
12600
|
+
"kind": "import-statement",
|
|
12601
|
+
"external": true
|
|
12602
|
+
},
|
|
12603
|
+
{
|
|
12604
|
+
"path": "@100mslive/react-icons",
|
|
12605
|
+
"kind": "import-statement",
|
|
12606
|
+
"external": true
|
|
12607
|
+
},
|
|
12583
12608
|
{
|
|
12584
12609
|
"path": "src/Layout/index.tsx",
|
|
12585
12610
|
"kind": "import-statement",
|
|
@@ -13419,6 +13444,32 @@
|
|
|
13419
13444
|
],
|
|
13420
13445
|
"format": "esm"
|
|
13421
13446
|
},
|
|
13447
|
+
"src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
|
|
13448
|
+
"bytes": 508,
|
|
13449
|
+
"imports": [
|
|
13450
|
+
{
|
|
13451
|
+
"path": "react",
|
|
13452
|
+
"kind": "import-statement",
|
|
13453
|
+
"external": true
|
|
13454
|
+
},
|
|
13455
|
+
{
|
|
13456
|
+
"path": "@100mslive/react-sdk",
|
|
13457
|
+
"kind": "import-statement",
|
|
13458
|
+
"external": true
|
|
13459
|
+
},
|
|
13460
|
+
{
|
|
13461
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13462
|
+
"kind": "import-statement",
|
|
13463
|
+
"original": "../Toast/ToastManager"
|
|
13464
|
+
},
|
|
13465
|
+
{
|
|
13466
|
+
"path": "<define:process.env>",
|
|
13467
|
+
"kind": "import-statement",
|
|
13468
|
+
"external": true
|
|
13469
|
+
}
|
|
13470
|
+
],
|
|
13471
|
+
"format": "esm"
|
|
13472
|
+
},
|
|
13422
13473
|
"src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
|
|
13423
13474
|
"bytes": 2822,
|
|
13424
13475
|
"imports": [
|
|
@@ -13455,6 +13506,47 @@
|
|
|
13455
13506
|
],
|
|
13456
13507
|
"format": "esm"
|
|
13457
13508
|
},
|
|
13509
|
+
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
|
13510
|
+
"bytes": 1850,
|
|
13511
|
+
"imports": [
|
|
13512
|
+
{
|
|
13513
|
+
"path": "react",
|
|
13514
|
+
"kind": "import-statement",
|
|
13515
|
+
"external": true
|
|
13516
|
+
},
|
|
13517
|
+
{
|
|
13518
|
+
"path": "@100mslive/react-sdk",
|
|
13519
|
+
"kind": "import-statement",
|
|
13520
|
+
"external": true
|
|
13521
|
+
},
|
|
13522
|
+
{
|
|
13523
|
+
"path": "@100mslive/react-icons",
|
|
13524
|
+
"kind": "import-statement",
|
|
13525
|
+
"external": true
|
|
13526
|
+
},
|
|
13527
|
+
{
|
|
13528
|
+
"path": "src/Layout/index.tsx",
|
|
13529
|
+
"kind": "import-statement",
|
|
13530
|
+
"original": "../../../Layout"
|
|
13531
|
+
},
|
|
13532
|
+
{
|
|
13533
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13534
|
+
"kind": "import-statement",
|
|
13535
|
+
"original": "../Toast/ToastManager"
|
|
13536
|
+
},
|
|
13537
|
+
{
|
|
13538
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
13539
|
+
"kind": "import-statement",
|
|
13540
|
+
"original": "../AppData/useUISettings"
|
|
13541
|
+
},
|
|
13542
|
+
{
|
|
13543
|
+
"path": "<define:process.env>",
|
|
13544
|
+
"kind": "import-statement",
|
|
13545
|
+
"external": true
|
|
13546
|
+
}
|
|
13547
|
+
],
|
|
13548
|
+
"format": "esm"
|
|
13549
|
+
},
|
|
13458
13550
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
|
13459
13551
|
"bytes": 5242,
|
|
13460
13552
|
"imports": [
|
|
@@ -13614,8 +13706,44 @@
|
|
|
13614
13706
|
],
|
|
13615
13707
|
"format": "esm"
|
|
13616
13708
|
},
|
|
13709
|
+
"src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
|
|
13710
|
+
"bytes": 982,
|
|
13711
|
+
"imports": [
|
|
13712
|
+
{
|
|
13713
|
+
"path": "react",
|
|
13714
|
+
"kind": "import-statement",
|
|
13715
|
+
"external": true
|
|
13716
|
+
},
|
|
13717
|
+
{
|
|
13718
|
+
"path": "../hms-video-store/dist/index.js",
|
|
13719
|
+
"kind": "import-statement",
|
|
13720
|
+
"original": "@100mslive/hms-video-store"
|
|
13721
|
+
},
|
|
13722
|
+
{
|
|
13723
|
+
"path": "@100mslive/react-sdk",
|
|
13724
|
+
"kind": "import-statement",
|
|
13725
|
+
"external": true
|
|
13726
|
+
},
|
|
13727
|
+
{
|
|
13728
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
13729
|
+
"kind": "import-statement",
|
|
13730
|
+
"original": "../../provider/roomLayoutProvider"
|
|
13731
|
+
},
|
|
13732
|
+
{
|
|
13733
|
+
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
|
13734
|
+
"kind": "import-statement",
|
|
13735
|
+
"original": "../PIP/usePIPWindow"
|
|
13736
|
+
},
|
|
13737
|
+
{
|
|
13738
|
+
"path": "<define:process.env>",
|
|
13739
|
+
"kind": "import-statement",
|
|
13740
|
+
"external": true
|
|
13741
|
+
}
|
|
13742
|
+
],
|
|
13743
|
+
"format": "esm"
|
|
13744
|
+
},
|
|
13617
13745
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
|
13618
|
-
"bytes":
|
|
13746
|
+
"bytes": 1767,
|
|
13619
13747
|
"imports": [
|
|
13620
13748
|
{
|
|
13621
13749
|
"path": "react",
|
|
@@ -13704,8 +13832,8 @@
|
|
|
13704
13832
|
],
|
|
13705
13833
|
"format": "esm"
|
|
13706
13834
|
},
|
|
13707
|
-
"src/Prebuilt/components/Notifications/
|
|
13708
|
-
"bytes":
|
|
13835
|
+
"src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
|
|
13836
|
+
"bytes": 2511,
|
|
13709
13837
|
"imports": [
|
|
13710
13838
|
{
|
|
13711
13839
|
"path": "react",
|
|
@@ -13718,15 +13846,25 @@
|
|
|
13718
13846
|
"external": true
|
|
13719
13847
|
},
|
|
13720
13848
|
{
|
|
13721
|
-
"path": "src/
|
|
13849
|
+
"path": "src/Button/index.tsx",
|
|
13722
13850
|
"kind": "import-statement",
|
|
13723
|
-
"original": "
|
|
13851
|
+
"original": "../../../Button"
|
|
13724
13852
|
},
|
|
13725
13853
|
{
|
|
13726
13854
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13727
13855
|
"kind": "import-statement",
|
|
13728
13856
|
"original": "../Toast/ToastManager"
|
|
13729
13857
|
},
|
|
13858
|
+
{
|
|
13859
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
13860
|
+
"kind": "import-statement",
|
|
13861
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
13862
|
+
},
|
|
13863
|
+
{
|
|
13864
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
13865
|
+
"kind": "import-statement",
|
|
13866
|
+
"original": "../AppData/useSidepane"
|
|
13867
|
+
},
|
|
13730
13868
|
{
|
|
13731
13869
|
"path": "<define:process.env>",
|
|
13732
13870
|
"kind": "import-statement",
|
|
@@ -13735,8 +13873,8 @@
|
|
|
13735
13873
|
],
|
|
13736
13874
|
"format": "esm"
|
|
13737
13875
|
},
|
|
13738
|
-
"src/Prebuilt/components/Notifications/
|
|
13739
|
-
"bytes":
|
|
13876
|
+
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
|
13877
|
+
"bytes": 1211,
|
|
13740
13878
|
"imports": [
|
|
13741
13879
|
{
|
|
13742
13880
|
"path": "react",
|
|
@@ -13749,12 +13887,74 @@
|
|
|
13749
13887
|
"external": true
|
|
13750
13888
|
},
|
|
13751
13889
|
{
|
|
13752
|
-
"path": "
|
|
13890
|
+
"path": "src/Prebuilt/components/Toast/ToastConfig.jsx",
|
|
13753
13891
|
"kind": "import-statement",
|
|
13754
|
-
"
|
|
13892
|
+
"original": "../Toast/ToastConfig"
|
|
13755
13893
|
},
|
|
13756
13894
|
{
|
|
13757
|
-
"path": "src/Prebuilt/
|
|
13895
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13896
|
+
"kind": "import-statement",
|
|
13897
|
+
"original": "../Toast/ToastManager"
|
|
13898
|
+
},
|
|
13899
|
+
{
|
|
13900
|
+
"path": "<define:process.env>",
|
|
13901
|
+
"kind": "import-statement",
|
|
13902
|
+
"external": true
|
|
13903
|
+
}
|
|
13904
|
+
],
|
|
13905
|
+
"format": "esm"
|
|
13906
|
+
},
|
|
13907
|
+
"src/Prebuilt/components/Notifications/RoleChangeNotification.tsx": {
|
|
13908
|
+
"bytes": 809,
|
|
13909
|
+
"imports": [
|
|
13910
|
+
{
|
|
13911
|
+
"path": "react",
|
|
13912
|
+
"kind": "import-statement",
|
|
13913
|
+
"external": true
|
|
13914
|
+
},
|
|
13915
|
+
{
|
|
13916
|
+
"path": "@100mslive/react-sdk",
|
|
13917
|
+
"kind": "import-statement",
|
|
13918
|
+
"external": true
|
|
13919
|
+
},
|
|
13920
|
+
{
|
|
13921
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
13922
|
+
"kind": "import-statement",
|
|
13923
|
+
"original": "../../provider/roomLayoutProvider"
|
|
13924
|
+
},
|
|
13925
|
+
{
|
|
13926
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13927
|
+
"kind": "import-statement",
|
|
13928
|
+
"original": "../Toast/ToastManager"
|
|
13929
|
+
},
|
|
13930
|
+
{
|
|
13931
|
+
"path": "<define:process.env>",
|
|
13932
|
+
"kind": "import-statement",
|
|
13933
|
+
"external": true
|
|
13934
|
+
}
|
|
13935
|
+
],
|
|
13936
|
+
"format": "esm"
|
|
13937
|
+
},
|
|
13938
|
+
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
|
13939
|
+
"bytes": 1813,
|
|
13940
|
+
"imports": [
|
|
13941
|
+
{
|
|
13942
|
+
"path": "react",
|
|
13943
|
+
"kind": "import-statement",
|
|
13944
|
+
"external": true
|
|
13945
|
+
},
|
|
13946
|
+
{
|
|
13947
|
+
"path": "@100mslive/react-sdk",
|
|
13948
|
+
"kind": "import-statement",
|
|
13949
|
+
"external": true
|
|
13950
|
+
},
|
|
13951
|
+
{
|
|
13952
|
+
"path": "@100mslive/react-icons",
|
|
13953
|
+
"kind": "import-statement",
|
|
13954
|
+
"external": true
|
|
13955
|
+
},
|
|
13956
|
+
{
|
|
13957
|
+
"path": "src/Prebuilt/primitives/DialogContent.jsx",
|
|
13758
13958
|
"kind": "import-statement",
|
|
13759
13959
|
"original": "../../primitives/DialogContent"
|
|
13760
13960
|
},
|
|
@@ -13767,7 +13967,7 @@
|
|
|
13767
13967
|
"format": "esm"
|
|
13768
13968
|
},
|
|
13769
13969
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
|
13770
|
-
"bytes":
|
|
13970
|
+
"bytes": 1350,
|
|
13771
13971
|
"imports": [
|
|
13772
13972
|
{
|
|
13773
13973
|
"path": "react",
|
|
@@ -13779,6 +13979,11 @@
|
|
|
13779
13979
|
"kind": "import-statement",
|
|
13780
13980
|
"external": true
|
|
13781
13981
|
},
|
|
13982
|
+
{
|
|
13983
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13984
|
+
"kind": "import-statement",
|
|
13985
|
+
"original": "../Toast/ToastManager"
|
|
13986
|
+
},
|
|
13782
13987
|
{
|
|
13783
13988
|
"path": "<define:process.env>",
|
|
13784
13989
|
"kind": "import-statement",
|
|
@@ -13788,7 +13993,7 @@
|
|
|
13788
13993
|
"format": "esm"
|
|
13789
13994
|
},
|
|
13790
13995
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
|
13791
|
-
"bytes":
|
|
13996
|
+
"bytes": 1936,
|
|
13792
13997
|
"imports": [
|
|
13793
13998
|
{
|
|
13794
13999
|
"path": "react",
|
|
@@ -13810,6 +14015,11 @@
|
|
|
13810
14015
|
"kind": "import-statement",
|
|
13811
14016
|
"original": "../../primitives/DialogContent"
|
|
13812
14017
|
},
|
|
14018
|
+
{
|
|
14019
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
14020
|
+
"kind": "import-statement",
|
|
14021
|
+
"original": "../Toast/ToastManager"
|
|
14022
|
+
},
|
|
13813
14023
|
{
|
|
13814
14024
|
"path": "<define:process.env>",
|
|
13815
14025
|
"kind": "import-statement",
|
|
@@ -13865,7 +14075,7 @@
|
|
|
13865
14075
|
"format": "esm"
|
|
13866
14076
|
},
|
|
13867
14077
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
13868
|
-
"bytes":
|
|
14078
|
+
"bytes": 2700,
|
|
13869
14079
|
"imports": [
|
|
13870
14080
|
{
|
|
13871
14081
|
"path": "react",
|
|
@@ -13877,21 +14087,6 @@
|
|
|
13877
14087
|
"kind": "import-statement",
|
|
13878
14088
|
"external": true
|
|
13879
14089
|
},
|
|
13880
|
-
{
|
|
13881
|
-
"path": "@100mslive/react-icons",
|
|
13882
|
-
"kind": "import-statement",
|
|
13883
|
-
"external": true
|
|
13884
|
-
},
|
|
13885
|
-
{
|
|
13886
|
-
"path": "src/index.ts",
|
|
13887
|
-
"kind": "import-statement",
|
|
13888
|
-
"original": "../../.."
|
|
13889
|
-
},
|
|
13890
|
-
{
|
|
13891
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
13892
|
-
"kind": "import-statement",
|
|
13893
|
-
"original": "../../provider/roomLayoutProvider"
|
|
13894
|
-
},
|
|
13895
14090
|
{
|
|
13896
14091
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
13897
14092
|
"kind": "import-statement",
|
|
@@ -13907,11 +14102,21 @@
|
|
|
13907
14102
|
"kind": "import-statement",
|
|
13908
14103
|
"original": "./ChatNotifications"
|
|
13909
14104
|
},
|
|
14105
|
+
{
|
|
14106
|
+
"path": "src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx",
|
|
14107
|
+
"kind": "import-statement",
|
|
14108
|
+
"original": "./DeviceChangeNotifications"
|
|
14109
|
+
},
|
|
13910
14110
|
{
|
|
13911
14111
|
"path": "src/Prebuilt/components/Notifications/DeviceInUseError.tsx",
|
|
13912
14112
|
"kind": "import-statement",
|
|
13913
14113
|
"original": "./DeviceInUseError"
|
|
13914
14114
|
},
|
|
14115
|
+
{
|
|
14116
|
+
"path": "src/Prebuilt/components/Notifications/ErrorNotifications.tsx",
|
|
14117
|
+
"kind": "import-statement",
|
|
14118
|
+
"original": "./ErrorNotifications"
|
|
14119
|
+
},
|
|
13915
14120
|
{
|
|
13916
14121
|
"path": "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx",
|
|
13917
14122
|
"kind": "import-statement",
|
|
@@ -13922,6 +14127,11 @@
|
|
|
13922
14127
|
"kind": "import-statement",
|
|
13923
14128
|
"original": "./InitErrorModal"
|
|
13924
14129
|
},
|
|
14130
|
+
{
|
|
14131
|
+
"path": "src/Prebuilt/components/Notifications/MessageNotifications.tsx",
|
|
14132
|
+
"kind": "import-statement",
|
|
14133
|
+
"original": "./MessageNotifications"
|
|
14134
|
+
},
|
|
13925
14135
|
{
|
|
13926
14136
|
"path": "src/Prebuilt/components/Notifications/PeerNotifications.tsx",
|
|
13927
14137
|
"kind": "import-statement",
|
|
@@ -13932,11 +14142,21 @@
|
|
|
13932
14142
|
"kind": "import-statement",
|
|
13933
14143
|
"original": "./PermissionErrorModal"
|
|
13934
14144
|
},
|
|
14145
|
+
{
|
|
14146
|
+
"path": "src/Prebuilt/components/Notifications/PollNotificationModal.tsx",
|
|
14147
|
+
"kind": "import-statement",
|
|
14148
|
+
"original": "./PollNotificationModal"
|
|
14149
|
+
},
|
|
13935
14150
|
{
|
|
13936
14151
|
"path": "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx",
|
|
13937
14152
|
"kind": "import-statement",
|
|
13938
14153
|
"original": "./ReconnectNotifications"
|
|
13939
14154
|
},
|
|
14155
|
+
{
|
|
14156
|
+
"path": "src/Prebuilt/components/Notifications/RoleChangeNotification.tsx",
|
|
14157
|
+
"kind": "import-statement",
|
|
14158
|
+
"original": "./RoleChangeNotification"
|
|
14159
|
+
},
|
|
13940
14160
|
{
|
|
13941
14161
|
"path": "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx",
|
|
13942
14162
|
"kind": "import-statement",
|
|
@@ -13957,26 +14177,11 @@
|
|
|
13957
14177
|
"kind": "import-statement",
|
|
13958
14178
|
"original": "./TranscriptionNotifications"
|
|
13959
14179
|
},
|
|
13960
|
-
{
|
|
13961
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
13962
|
-
"kind": "import-statement",
|
|
13963
|
-
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
13964
|
-
},
|
|
13965
|
-
{
|
|
13966
|
-
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
|
13967
|
-
"kind": "import-statement",
|
|
13968
|
-
"original": "../AppData/useSidepane"
|
|
13969
|
-
},
|
|
13970
14180
|
{
|
|
13971
14181
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
|
13972
14182
|
"kind": "import-statement",
|
|
13973
14183
|
"original": "../AppData/useUISettings"
|
|
13974
14184
|
},
|
|
13975
|
-
{
|
|
13976
|
-
"path": "src/Prebuilt/components/PIP/usePIPWindow.tsx",
|
|
13977
|
-
"kind": "import-statement",
|
|
13978
|
-
"original": "../PIP/usePIPWindow"
|
|
13979
|
-
},
|
|
13980
14185
|
{
|
|
13981
14186
|
"path": "src/Prebuilt/common/constants.ts",
|
|
13982
14187
|
"kind": "import-statement",
|
|
@@ -15440,36 +15645,106 @@
|
|
|
15440
15645
|
}
|
|
15441
15646
|
},
|
|
15442
15647
|
"outputs": {
|
|
15648
|
+
"dist/audio-level.png": {
|
|
15649
|
+
"imports": [],
|
|
15650
|
+
"exports": [],
|
|
15651
|
+
"inputs": {
|
|
15652
|
+
"src/AudioLevel/audio-level.png": {
|
|
15653
|
+
"bytesInOutput": 621
|
|
15654
|
+
}
|
|
15655
|
+
},
|
|
15656
|
+
"bytes": 621
|
|
15657
|
+
},
|
|
15658
|
+
"dist/transaction_error.svg": {
|
|
15659
|
+
"imports": [],
|
|
15660
|
+
"exports": [],
|
|
15661
|
+
"inputs": {
|
|
15662
|
+
"src/Prebuilt/images/transaction_error.svg": {
|
|
15663
|
+
"bytesInOutput": 4603
|
|
15664
|
+
}
|
|
15665
|
+
},
|
|
15666
|
+
"bytes": 4603
|
|
15667
|
+
},
|
|
15668
|
+
"dist/empty-chat.svg": {
|
|
15669
|
+
"imports": [],
|
|
15670
|
+
"exports": [],
|
|
15671
|
+
"inputs": {
|
|
15672
|
+
"src/Prebuilt/images/empty-chat.svg": {
|
|
15673
|
+
"bytesInOutput": 2177
|
|
15674
|
+
}
|
|
15675
|
+
},
|
|
15676
|
+
"bytes": 2177
|
|
15677
|
+
},
|
|
15678
|
+
"dist/pdf-share.png": {
|
|
15679
|
+
"imports": [],
|
|
15680
|
+
"exports": [],
|
|
15681
|
+
"inputs": {
|
|
15682
|
+
"src/Prebuilt/images/pdf-share.png": {
|
|
15683
|
+
"bytesInOutput": 19045
|
|
15684
|
+
}
|
|
15685
|
+
},
|
|
15686
|
+
"bytes": 19045
|
|
15687
|
+
},
|
|
15688
|
+
"dist/screen-share.png": {
|
|
15689
|
+
"imports": [],
|
|
15690
|
+
"exports": [],
|
|
15691
|
+
"inputs": {
|
|
15692
|
+
"src/Prebuilt/images/screen-share.png": {
|
|
15693
|
+
"bytesInOutput": 23333
|
|
15694
|
+
}
|
|
15695
|
+
},
|
|
15696
|
+
"bytes": 23333
|
|
15697
|
+
},
|
|
15698
|
+
"dist/android-perm-1.png": {
|
|
15699
|
+
"imports": [],
|
|
15700
|
+
"exports": [],
|
|
15701
|
+
"inputs": {
|
|
15702
|
+
"src/Prebuilt/images/android-perm-1.png": {
|
|
15703
|
+
"bytesInOutput": 7790
|
|
15704
|
+
}
|
|
15705
|
+
},
|
|
15706
|
+
"bytes": 7790
|
|
15707
|
+
},
|
|
15708
|
+
"dist/ios-perm-0.png": {
|
|
15709
|
+
"imports": [],
|
|
15710
|
+
"exports": [],
|
|
15711
|
+
"inputs": {
|
|
15712
|
+
"src/Prebuilt/images/ios-perm-0.png": {
|
|
15713
|
+
"bytesInOutput": 8933
|
|
15714
|
+
}
|
|
15715
|
+
},
|
|
15716
|
+
"bytes": 8933
|
|
15717
|
+
},
|
|
15443
15718
|
"dist/index.cjs.js.map": {
|
|
15444
15719
|
"imports": [],
|
|
15445
15720
|
"exports": [],
|
|
15446
15721
|
"inputs": {},
|
|
15447
|
-
"bytes":
|
|
15722
|
+
"bytes": 3615243
|
|
15448
15723
|
},
|
|
15449
15724
|
"dist/index.cjs.js": {
|
|
15450
15725
|
"imports": [
|
|
15451
15726
|
{
|
|
15452
|
-
"path": "
|
|
15727
|
+
"path": "react",
|
|
15453
15728
|
"kind": "require-call",
|
|
15454
15729
|
"external": true
|
|
15455
15730
|
},
|
|
15456
15731
|
{
|
|
15457
|
-
"path": "@
|
|
15732
|
+
"path": "@stitches/react",
|
|
15458
15733
|
"kind": "require-call",
|
|
15459
15734
|
"external": true
|
|
15460
15735
|
},
|
|
15461
15736
|
{
|
|
15462
|
-
"path": "
|
|
15737
|
+
"path": "lodash.merge",
|
|
15463
15738
|
"kind": "require-call",
|
|
15464
15739
|
"external": true
|
|
15465
15740
|
},
|
|
15466
15741
|
{
|
|
15467
|
-
"path": "
|
|
15742
|
+
"path": "@stitches/react",
|
|
15468
15743
|
"kind": "require-call",
|
|
15469
15744
|
"external": true
|
|
15470
15745
|
},
|
|
15471
15746
|
{
|
|
15472
|
-
"path": "react",
|
|
15747
|
+
"path": "@100mslive/react-sdk",
|
|
15473
15748
|
"kind": "require-call",
|
|
15474
15749
|
"external": true
|
|
15475
15750
|
},
|
|
@@ -15549,7 +15824,7 @@
|
|
|
15549
15824
|
"external": true
|
|
15550
15825
|
},
|
|
15551
15826
|
{
|
|
15552
|
-
"path": "@
|
|
15827
|
+
"path": "@stitches/react",
|
|
15553
15828
|
"kind": "require-call",
|
|
15554
15829
|
"external": true
|
|
15555
15830
|
},
|
|
@@ -15559,22 +15834,22 @@
|
|
|
15559
15834
|
"external": true
|
|
15560
15835
|
},
|
|
15561
15836
|
{
|
|
15562
|
-
"path": "react",
|
|
15837
|
+
"path": "@radix-ui/react-dialog",
|
|
15563
15838
|
"kind": "require-call",
|
|
15564
15839
|
"external": true
|
|
15565
15840
|
},
|
|
15566
15841
|
{
|
|
15567
|
-
"path": "react",
|
|
15842
|
+
"path": "@100mslive/react-icons",
|
|
15568
15843
|
"kind": "require-call",
|
|
15569
15844
|
"external": true
|
|
15570
15845
|
},
|
|
15571
15846
|
{
|
|
15572
|
-
"path": "
|
|
15847
|
+
"path": "react",
|
|
15573
15848
|
"kind": "require-call",
|
|
15574
15849
|
"external": true
|
|
15575
15850
|
},
|
|
15576
15851
|
{
|
|
15577
|
-
"path": "
|
|
15852
|
+
"path": "react",
|
|
15578
15853
|
"kind": "require-call",
|
|
15579
15854
|
"external": true
|
|
15580
15855
|
},
|
|
@@ -15628,6 +15903,10 @@
|
|
|
15628
15903
|
"kind": "require-call",
|
|
15629
15904
|
"external": true
|
|
15630
15905
|
},
|
|
15906
|
+
{
|
|
15907
|
+
"path": "dist/audio-level.png",
|
|
15908
|
+
"kind": "require-call"
|
|
15909
|
+
},
|
|
15631
15910
|
{
|
|
15632
15911
|
"path": "@radix-ui/react-popover",
|
|
15633
15912
|
"kind": "require-call",
|
|
@@ -15639,17 +15918,17 @@
|
|
|
15639
15918
|
"external": true
|
|
15640
15919
|
},
|
|
15641
15920
|
{
|
|
15642
|
-
"path": "react-
|
|
15921
|
+
"path": "@100mslive/react-sdk",
|
|
15643
15922
|
"kind": "require-call",
|
|
15644
15923
|
"external": true
|
|
15645
15924
|
},
|
|
15646
15925
|
{
|
|
15647
|
-
"path": "
|
|
15926
|
+
"path": "react",
|
|
15648
15927
|
"kind": "require-call",
|
|
15649
15928
|
"external": true
|
|
15650
15929
|
},
|
|
15651
15930
|
{
|
|
15652
|
-
"path": "react",
|
|
15931
|
+
"path": "react-use",
|
|
15653
15932
|
"kind": "require-call",
|
|
15654
15933
|
"external": true
|
|
15655
15934
|
},
|
|
@@ -15744,12 +16023,12 @@
|
|
|
15744
16023
|
"external": true
|
|
15745
16024
|
},
|
|
15746
16025
|
{
|
|
15747
|
-
"path": "
|
|
16026
|
+
"path": "ts-pattern",
|
|
15748
16027
|
"kind": "require-call",
|
|
15749
16028
|
"external": true
|
|
15750
16029
|
},
|
|
15751
16030
|
{
|
|
15752
|
-
"path": "react-
|
|
16031
|
+
"path": "@100mslive/react-sdk",
|
|
15753
16032
|
"kind": "require-call",
|
|
15754
16033
|
"external": true
|
|
15755
16034
|
},
|
|
@@ -15758,6 +16037,11 @@
|
|
|
15758
16037
|
"kind": "require-call",
|
|
15759
16038
|
"external": true
|
|
15760
16039
|
},
|
|
16040
|
+
{
|
|
16041
|
+
"path": "react-use",
|
|
16042
|
+
"kind": "require-call",
|
|
16043
|
+
"external": true
|
|
16044
|
+
},
|
|
15761
16045
|
{
|
|
15762
16046
|
"path": "@100mslive/react-sdk",
|
|
15763
16047
|
"kind": "require-call",
|
|
@@ -15779,7 +16063,7 @@
|
|
|
15779
16063
|
"external": true
|
|
15780
16064
|
},
|
|
15781
16065
|
{
|
|
15782
|
-
"path": "
|
|
16066
|
+
"path": "react",
|
|
15783
16067
|
"kind": "require-call",
|
|
15784
16068
|
"external": true
|
|
15785
16069
|
},
|
|
@@ -15789,7 +16073,7 @@
|
|
|
15789
16073
|
"external": true
|
|
15790
16074
|
},
|
|
15791
16075
|
{
|
|
15792
|
-
"path": "react",
|
|
16076
|
+
"path": "@100mslive/react-sdk",
|
|
15793
16077
|
"kind": "require-call",
|
|
15794
16078
|
"external": true
|
|
15795
16079
|
},
|
|
@@ -15799,7 +16083,7 @@
|
|
|
15799
16083
|
"external": true
|
|
15800
16084
|
},
|
|
15801
16085
|
{
|
|
15802
|
-
"path": "
|
|
16086
|
+
"path": "react-use",
|
|
15803
16087
|
"kind": "require-call",
|
|
15804
16088
|
"external": true
|
|
15805
16089
|
},
|
|
@@ -15809,12 +16093,12 @@
|
|
|
15809
16093
|
"external": true
|
|
15810
16094
|
},
|
|
15811
16095
|
{
|
|
15812
|
-
"path": "
|
|
16096
|
+
"path": "@100mslive/react-sdk",
|
|
15813
16097
|
"kind": "require-call",
|
|
15814
16098
|
"external": true
|
|
15815
16099
|
},
|
|
15816
16100
|
{
|
|
15817
|
-
"path": "
|
|
16101
|
+
"path": "react",
|
|
15818
16102
|
"kind": "require-call",
|
|
15819
16103
|
"external": true
|
|
15820
16104
|
},
|
|
@@ -15824,37 +16108,37 @@
|
|
|
15824
16108
|
"external": true
|
|
15825
16109
|
},
|
|
15826
16110
|
{
|
|
15827
|
-
"path": "
|
|
16111
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
|
15828
16112
|
"kind": "require-call",
|
|
15829
16113
|
"external": true
|
|
15830
16114
|
},
|
|
15831
16115
|
{
|
|
15832
|
-
"path": "
|
|
16116
|
+
"path": "react",
|
|
15833
16117
|
"kind": "require-call",
|
|
15834
16118
|
"external": true
|
|
15835
16119
|
},
|
|
15836
16120
|
{
|
|
15837
|
-
"path": "
|
|
16121
|
+
"path": "ts-pattern",
|
|
15838
16122
|
"kind": "require-call",
|
|
15839
16123
|
"external": true
|
|
15840
16124
|
},
|
|
15841
16125
|
{
|
|
15842
|
-
"path": "@100mslive/
|
|
16126
|
+
"path": "@100mslive/react-sdk",
|
|
15843
16127
|
"kind": "require-call",
|
|
15844
16128
|
"external": true
|
|
15845
16129
|
},
|
|
15846
16130
|
{
|
|
15847
|
-
"path": "
|
|
16131
|
+
"path": "react",
|
|
15848
16132
|
"kind": "require-call",
|
|
15849
16133
|
"external": true
|
|
15850
16134
|
},
|
|
15851
16135
|
{
|
|
15852
|
-
"path": "
|
|
15853
|
-
"kind": "
|
|
16136
|
+
"path": "react-use",
|
|
16137
|
+
"kind": "require-call",
|
|
15854
16138
|
"external": true
|
|
15855
16139
|
},
|
|
15856
16140
|
{
|
|
15857
|
-
"path": "
|
|
16141
|
+
"path": "ts-pattern",
|
|
15858
16142
|
"kind": "require-call",
|
|
15859
16143
|
"external": true
|
|
15860
16144
|
},
|
|
@@ -15863,6 +16147,11 @@
|
|
|
15863
16147
|
"kind": "require-call",
|
|
15864
16148
|
"external": true
|
|
15865
16149
|
},
|
|
16150
|
+
{
|
|
16151
|
+
"path": "@100mslive/react-sdk",
|
|
16152
|
+
"kind": "require-call",
|
|
16153
|
+
"external": true
|
|
16154
|
+
},
|
|
15866
16155
|
{
|
|
15867
16156
|
"path": "react",
|
|
15868
16157
|
"kind": "require-call",
|
|
@@ -15889,39 +16178,38 @@
|
|
|
15889
16178
|
"external": true
|
|
15890
16179
|
},
|
|
15891
16180
|
{
|
|
15892
|
-
"path": "
|
|
16181
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
|
15893
16182
|
"kind": "require-call",
|
|
15894
16183
|
"external": true
|
|
15895
16184
|
},
|
|
15896
16185
|
{
|
|
15897
|
-
"path": "react-
|
|
16186
|
+
"path": "@100mslive/react-sdk",
|
|
15898
16187
|
"kind": "require-call",
|
|
15899
16188
|
"external": true
|
|
15900
16189
|
},
|
|
15901
16190
|
{
|
|
15902
|
-
"path": "
|
|
15903
|
-
"kind": "
|
|
16191
|
+
"path": "@100mslive/hms-virtual-background/hmseffectsplugin",
|
|
16192
|
+
"kind": "dynamic-import",
|
|
15904
16193
|
"external": true
|
|
15905
16194
|
},
|
|
15906
16195
|
{
|
|
15907
|
-
"path": "
|
|
16196
|
+
"path": "react",
|
|
15908
16197
|
"kind": "require-call",
|
|
15909
16198
|
"external": true
|
|
15910
16199
|
},
|
|
15911
16200
|
{
|
|
15912
|
-
"path": "
|
|
16201
|
+
"path": "worker-timers",
|
|
15913
16202
|
"kind": "require-call",
|
|
15914
16203
|
"external": true
|
|
15915
16204
|
},
|
|
15916
16205
|
{
|
|
15917
|
-
"path": "
|
|
16206
|
+
"path": "uuid",
|
|
15918
16207
|
"kind": "require-call",
|
|
15919
16208
|
"external": true
|
|
15920
16209
|
},
|
|
15921
16210
|
{
|
|
15922
|
-
"path": "
|
|
15923
|
-
"kind": "require-call"
|
|
15924
|
-
"external": true
|
|
16211
|
+
"path": "dist/transaction_error.svg",
|
|
16212
|
+
"kind": "require-call"
|
|
15925
16213
|
},
|
|
15926
16214
|
{
|
|
15927
16215
|
"path": "react",
|
|
@@ -15929,12 +16217,12 @@
|
|
|
15929
16217
|
"external": true
|
|
15930
16218
|
},
|
|
15931
16219
|
{
|
|
15932
|
-
"path": "
|
|
16220
|
+
"path": "uuid",
|
|
15933
16221
|
"kind": "require-call",
|
|
15934
16222
|
"external": true
|
|
15935
16223
|
},
|
|
15936
16224
|
{
|
|
15937
|
-
"path": "@
|
|
16225
|
+
"path": "@100mslive/react-sdk",
|
|
15938
16226
|
"kind": "require-call",
|
|
15939
16227
|
"external": true
|
|
15940
16228
|
},
|
|
@@ -15944,12 +16232,12 @@
|
|
|
15944
16232
|
"external": true
|
|
15945
16233
|
},
|
|
15946
16234
|
{
|
|
15947
|
-
"path": "
|
|
16235
|
+
"path": "react-use",
|
|
15948
16236
|
"kind": "require-call",
|
|
15949
16237
|
"external": true
|
|
15950
16238
|
},
|
|
15951
16239
|
{
|
|
15952
|
-
"path": "
|
|
16240
|
+
"path": "@100mslive/types-prebuilt/elements/chat",
|
|
15953
16241
|
"kind": "require-call",
|
|
15954
16242
|
"external": true
|
|
15955
16243
|
},
|
|
@@ -15959,7 +16247,7 @@
|
|
|
15959
16247
|
"external": true
|
|
15960
16248
|
},
|
|
15961
16249
|
{
|
|
15962
|
-
"path": "
|
|
16250
|
+
"path": "@100mslive/hms-noise-cancellation",
|
|
15963
16251
|
"kind": "require-call",
|
|
15964
16252
|
"external": true
|
|
15965
16253
|
},
|
|
@@ -15989,37 +16277,37 @@
|
|
|
15989
16277
|
"external": true
|
|
15990
16278
|
},
|
|
15991
16279
|
{
|
|
15992
|
-
"path": "react
|
|
16280
|
+
"path": "react",
|
|
15993
16281
|
"kind": "require-call",
|
|
15994
16282
|
"external": true
|
|
15995
16283
|
},
|
|
15996
16284
|
{
|
|
15997
|
-
"path": "
|
|
16285
|
+
"path": "react-use",
|
|
15998
16286
|
"kind": "require-call",
|
|
15999
16287
|
"external": true
|
|
16000
16288
|
},
|
|
16001
16289
|
{
|
|
16002
|
-
"path": "react",
|
|
16290
|
+
"path": "@100mslive/react-icons",
|
|
16003
16291
|
"kind": "require-call",
|
|
16004
16292
|
"external": true
|
|
16005
16293
|
},
|
|
16006
16294
|
{
|
|
16007
|
-
"path": "
|
|
16295
|
+
"path": "react",
|
|
16008
16296
|
"kind": "require-call",
|
|
16009
16297
|
"external": true
|
|
16010
16298
|
},
|
|
16011
16299
|
{
|
|
16012
|
-
"path": "@
|
|
16300
|
+
"path": "@radix-ui/react-dialog",
|
|
16013
16301
|
"kind": "require-call",
|
|
16014
16302
|
"external": true
|
|
16015
16303
|
},
|
|
16016
16304
|
{
|
|
16017
|
-
"path": "
|
|
16305
|
+
"path": "react",
|
|
16018
16306
|
"kind": "require-call",
|
|
16019
16307
|
"external": true
|
|
16020
16308
|
},
|
|
16021
16309
|
{
|
|
16022
|
-
"path": "react",
|
|
16310
|
+
"path": "react-use",
|
|
16023
16311
|
"kind": "require-call",
|
|
16024
16312
|
"external": true
|
|
16025
16313
|
},
|
|
@@ -16038,6 +16326,11 @@
|
|
|
16038
16326
|
"kind": "require-call",
|
|
16039
16327
|
"external": true
|
|
16040
16328
|
},
|
|
16329
|
+
{
|
|
16330
|
+
"path": "@100mslive/react-icons",
|
|
16331
|
+
"kind": "require-call",
|
|
16332
|
+
"external": true
|
|
16333
|
+
},
|
|
16041
16334
|
{
|
|
16042
16335
|
"path": "react",
|
|
16043
16336
|
"kind": "require-call",
|
|
@@ -16049,12 +16342,12 @@
|
|
|
16049
16342
|
"external": true
|
|
16050
16343
|
},
|
|
16051
16344
|
{
|
|
16052
|
-
"path": "react-
|
|
16345
|
+
"path": "@100mslive/react-icons",
|
|
16053
16346
|
"kind": "require-call",
|
|
16054
16347
|
"external": true
|
|
16055
16348
|
},
|
|
16056
16349
|
{
|
|
16057
|
-
"path": "
|
|
16350
|
+
"path": "react",
|
|
16058
16351
|
"kind": "require-call",
|
|
16059
16352
|
"external": true
|
|
16060
16353
|
},
|
|
@@ -16063,6 +16356,11 @@
|
|
|
16063
16356
|
"kind": "require-call",
|
|
16064
16357
|
"external": true
|
|
16065
16358
|
},
|
|
16359
|
+
{
|
|
16360
|
+
"path": "@100mslive/react-icons",
|
|
16361
|
+
"kind": "require-call",
|
|
16362
|
+
"external": true
|
|
16363
|
+
},
|
|
16066
16364
|
{
|
|
16067
16365
|
"path": "react",
|
|
16068
16366
|
"kind": "require-call",
|
|
@@ -16099,7 +16397,7 @@
|
|
|
16099
16397
|
"external": true
|
|
16100
16398
|
},
|
|
16101
16399
|
{
|
|
16102
|
-
"path": "
|
|
16400
|
+
"path": "react",
|
|
16103
16401
|
"kind": "require-call",
|
|
16104
16402
|
"external": true
|
|
16105
16403
|
},
|
|
@@ -16109,12 +16407,17 @@
|
|
|
16109
16407
|
"external": true
|
|
16110
16408
|
},
|
|
16111
16409
|
{
|
|
16112
|
-
"path": "react",
|
|
16410
|
+
"path": "react-use",
|
|
16113
16411
|
"kind": "require-call",
|
|
16114
16412
|
"external": true
|
|
16115
16413
|
},
|
|
16116
16414
|
{
|
|
16117
|
-
"path": "@100mslive/
|
|
16415
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
|
16416
|
+
"kind": "require-call",
|
|
16417
|
+
"external": true
|
|
16418
|
+
},
|
|
16419
|
+
{
|
|
16420
|
+
"path": "@100mslive/react-sdk",
|
|
16118
16421
|
"kind": "require-call",
|
|
16119
16422
|
"external": true
|
|
16120
16423
|
},
|
|
@@ -16124,12 +16427,12 @@
|
|
|
16124
16427
|
"external": true
|
|
16125
16428
|
},
|
|
16126
16429
|
{
|
|
16127
|
-
"path": "
|
|
16430
|
+
"path": "react-use",
|
|
16128
16431
|
"kind": "require-call",
|
|
16129
16432
|
"external": true
|
|
16130
16433
|
},
|
|
16131
16434
|
{
|
|
16132
|
-
"path": "@100mslive/react-
|
|
16435
|
+
"path": "@100mslive/react-sdk",
|
|
16133
16436
|
"kind": "require-call",
|
|
16134
16437
|
"external": true
|
|
16135
16438
|
},
|
|
@@ -16154,17 +16457,22 @@
|
|
|
16154
16457
|
"external": true
|
|
16155
16458
|
},
|
|
16156
16459
|
{
|
|
16157
|
-
"path": "react-
|
|
16460
|
+
"path": "@100mslive/react-icons",
|
|
16158
16461
|
"kind": "require-call",
|
|
16159
16462
|
"external": true
|
|
16160
16463
|
},
|
|
16161
16464
|
{
|
|
16162
|
-
"path": "
|
|
16465
|
+
"path": "react",
|
|
16163
16466
|
"kind": "require-call",
|
|
16164
16467
|
"external": true
|
|
16165
16468
|
},
|
|
16166
16469
|
{
|
|
16167
|
-
"path": "
|
|
16470
|
+
"path": "react",
|
|
16471
|
+
"kind": "require-call",
|
|
16472
|
+
"external": true
|
|
16473
|
+
},
|
|
16474
|
+
{
|
|
16475
|
+
"path": "@100mslive/react-icons",
|
|
16168
16476
|
"kind": "require-call",
|
|
16169
16477
|
"external": true
|
|
16170
16478
|
},
|
|
@@ -16189,7 +16497,7 @@
|
|
|
16189
16497
|
"external": true
|
|
16190
16498
|
},
|
|
16191
16499
|
{
|
|
16192
|
-
"path": "react",
|
|
16500
|
+
"path": "react-use",
|
|
16193
16501
|
"kind": "require-call",
|
|
16194
16502
|
"external": true
|
|
16195
16503
|
},
|
|
@@ -16199,12 +16507,12 @@
|
|
|
16199
16507
|
"external": true
|
|
16200
16508
|
},
|
|
16201
16509
|
{
|
|
16202
|
-
"path": "@100mslive/
|
|
16510
|
+
"path": "@100mslive/hls-player",
|
|
16203
16511
|
"kind": "require-call",
|
|
16204
16512
|
"external": true
|
|
16205
16513
|
},
|
|
16206
16514
|
{
|
|
16207
|
-
"path": "
|
|
16515
|
+
"path": "ts-pattern",
|
|
16208
16516
|
"kind": "require-call",
|
|
16209
16517
|
"external": true
|
|
16210
16518
|
},
|
|
@@ -16213,28 +16521,33 @@
|
|
|
16213
16521
|
"kind": "require-call",
|
|
16214
16522
|
"external": true
|
|
16215
16523
|
},
|
|
16524
|
+
{
|
|
16525
|
+
"path": "@100mslive/react-icons",
|
|
16526
|
+
"kind": "require-call",
|
|
16527
|
+
"external": true
|
|
16528
|
+
},
|
|
16216
16529
|
{
|
|
16217
16530
|
"path": "react",
|
|
16218
16531
|
"kind": "require-call",
|
|
16219
16532
|
"external": true
|
|
16220
16533
|
},
|
|
16221
16534
|
{
|
|
16222
|
-
"path": "
|
|
16535
|
+
"path": "react",
|
|
16223
16536
|
"kind": "require-call",
|
|
16224
16537
|
"external": true
|
|
16225
16538
|
},
|
|
16226
16539
|
{
|
|
16227
|
-
"path": "@100mslive/react-
|
|
16540
|
+
"path": "@100mslive/react-sdk",
|
|
16228
16541
|
"kind": "require-call",
|
|
16229
16542
|
"external": true
|
|
16230
16543
|
},
|
|
16231
16544
|
{
|
|
16232
|
-
"path": "react",
|
|
16545
|
+
"path": "@100mslive/react-icons",
|
|
16233
16546
|
"kind": "require-call",
|
|
16234
16547
|
"external": true
|
|
16235
16548
|
},
|
|
16236
16549
|
{
|
|
16237
|
-
"path": "react-
|
|
16550
|
+
"path": "@100mslive/react-sdk",
|
|
16238
16551
|
"kind": "require-call",
|
|
16239
16552
|
"external": true
|
|
16240
16553
|
},
|
|
@@ -16248,6 +16561,11 @@
|
|
|
16248
16561
|
"kind": "require-call",
|
|
16249
16562
|
"external": true
|
|
16250
16563
|
},
|
|
16564
|
+
{
|
|
16565
|
+
"path": "@100mslive/react-icons",
|
|
16566
|
+
"kind": "require-call",
|
|
16567
|
+
"external": true
|
|
16568
|
+
},
|
|
16251
16569
|
{
|
|
16252
16570
|
"path": "react",
|
|
16253
16571
|
"kind": "require-call",
|
|
@@ -16299,12 +16617,22 @@
|
|
|
16299
16617
|
"external": true
|
|
16300
16618
|
},
|
|
16301
16619
|
{
|
|
16302
|
-
"path": "
|
|
16620
|
+
"path": "react",
|
|
16303
16621
|
"kind": "require-call",
|
|
16304
16622
|
"external": true
|
|
16305
16623
|
},
|
|
16306
16624
|
{
|
|
16307
|
-
"path": "react-
|
|
16625
|
+
"path": "@100mslive/react-sdk",
|
|
16626
|
+
"kind": "require-call",
|
|
16627
|
+
"external": true
|
|
16628
|
+
},
|
|
16629
|
+
{
|
|
16630
|
+
"path": "react",
|
|
16631
|
+
"kind": "require-call",
|
|
16632
|
+
"external": true
|
|
16633
|
+
},
|
|
16634
|
+
{
|
|
16635
|
+
"path": "@100mslive/react-sdk",
|
|
16308
16636
|
"kind": "require-call",
|
|
16309
16637
|
"external": true
|
|
16310
16638
|
},
|
|
@@ -16319,12 +16647,16 @@
|
|
|
16319
16647
|
"external": true
|
|
16320
16648
|
},
|
|
16321
16649
|
{
|
|
16322
|
-
"path": "
|
|
16650
|
+
"path": "dist/empty-chat.svg",
|
|
16651
|
+
"kind": "require-call"
|
|
16652
|
+
},
|
|
16653
|
+
{
|
|
16654
|
+
"path": "react",
|
|
16323
16655
|
"kind": "require-call",
|
|
16324
16656
|
"external": true
|
|
16325
16657
|
},
|
|
16326
16658
|
{
|
|
16327
|
-
"path": "@100mslive/react-
|
|
16659
|
+
"path": "@100mslive/react-sdk",
|
|
16328
16660
|
"kind": "require-call",
|
|
16329
16661
|
"external": true
|
|
16330
16662
|
},
|
|
@@ -16338,11 +16670,26 @@
|
|
|
16338
16670
|
"kind": "require-call",
|
|
16339
16671
|
"external": true
|
|
16340
16672
|
},
|
|
16673
|
+
{
|
|
16674
|
+
"path": "react-dom",
|
|
16675
|
+
"kind": "require-call",
|
|
16676
|
+
"external": true
|
|
16677
|
+
},
|
|
16341
16678
|
{
|
|
16342
16679
|
"path": "react",
|
|
16343
16680
|
"kind": "require-call",
|
|
16344
16681
|
"external": true
|
|
16345
16682
|
},
|
|
16683
|
+
{
|
|
16684
|
+
"path": "react-use",
|
|
16685
|
+
"kind": "require-call",
|
|
16686
|
+
"external": true
|
|
16687
|
+
},
|
|
16688
|
+
{
|
|
16689
|
+
"path": "@100mslive/react-sdk",
|
|
16690
|
+
"kind": "require-call",
|
|
16691
|
+
"external": true
|
|
16692
|
+
},
|
|
16346
16693
|
{
|
|
16347
16694
|
"path": "@100mslive/react-icons",
|
|
16348
16695
|
"kind": "require-call",
|
|
@@ -16369,12 +16716,17 @@
|
|
|
16369
16716
|
"external": true
|
|
16370
16717
|
},
|
|
16371
16718
|
{
|
|
16372
|
-
"path": "
|
|
16719
|
+
"path": "@100mslive/react-icons",
|
|
16373
16720
|
"kind": "require-call",
|
|
16374
16721
|
"external": true
|
|
16375
16722
|
},
|
|
16376
16723
|
{
|
|
16377
|
-
"path": "
|
|
16724
|
+
"path": "react",
|
|
16725
|
+
"kind": "require-call",
|
|
16726
|
+
"external": true
|
|
16727
|
+
},
|
|
16728
|
+
{
|
|
16729
|
+
"path": "@100mslive/react-icons",
|
|
16378
16730
|
"kind": "require-call",
|
|
16379
16731
|
"external": true
|
|
16380
16732
|
},
|
|
@@ -16384,12 +16736,17 @@
|
|
|
16384
16736
|
"external": true
|
|
16385
16737
|
},
|
|
16386
16738
|
{
|
|
16387
|
-
"path": "
|
|
16739
|
+
"path": "react-use",
|
|
16388
16740
|
"kind": "require-call",
|
|
16389
16741
|
"external": true
|
|
16390
16742
|
},
|
|
16391
16743
|
{
|
|
16392
|
-
"path": "
|
|
16744
|
+
"path": "ts-pattern",
|
|
16745
|
+
"kind": "require-call",
|
|
16746
|
+
"external": true
|
|
16747
|
+
},
|
|
16748
|
+
{
|
|
16749
|
+
"path": "@100mslive/react-sdk",
|
|
16393
16750
|
"kind": "require-call",
|
|
16394
16751
|
"external": true
|
|
16395
16752
|
},
|
|
@@ -16424,7 +16781,12 @@
|
|
|
16424
16781
|
"external": true
|
|
16425
16782
|
},
|
|
16426
16783
|
{
|
|
16427
|
-
"path": "
|
|
16784
|
+
"path": "@100mslive/react-sdk",
|
|
16785
|
+
"kind": "require-call",
|
|
16786
|
+
"external": true
|
|
16787
|
+
},
|
|
16788
|
+
{
|
|
16789
|
+
"path": "@100mslive/react-icons",
|
|
16428
16790
|
"kind": "require-call",
|
|
16429
16791
|
"external": true
|
|
16430
16792
|
},
|
|
@@ -16444,7 +16806,7 @@
|
|
|
16444
16806
|
"external": true
|
|
16445
16807
|
},
|
|
16446
16808
|
{
|
|
16447
|
-
"path": "
|
|
16809
|
+
"path": "screenfull",
|
|
16448
16810
|
"kind": "require-call",
|
|
16449
16811
|
"external": true
|
|
16450
16812
|
},
|
|
@@ -16479,7 +16841,7 @@
|
|
|
16479
16841
|
"external": true
|
|
16480
16842
|
},
|
|
16481
16843
|
{
|
|
16482
|
-
"path": "react",
|
|
16844
|
+
"path": "@100mslive/react-sdk",
|
|
16483
16845
|
"kind": "require-call",
|
|
16484
16846
|
"external": true
|
|
16485
16847
|
},
|
|
@@ -16499,7 +16861,17 @@
|
|
|
16499
16861
|
"external": true
|
|
16500
16862
|
},
|
|
16501
16863
|
{
|
|
16502
|
-
"path": "
|
|
16864
|
+
"path": "react",
|
|
16865
|
+
"kind": "require-call",
|
|
16866
|
+
"external": true
|
|
16867
|
+
},
|
|
16868
|
+
{
|
|
16869
|
+
"path": "react",
|
|
16870
|
+
"kind": "require-call",
|
|
16871
|
+
"external": true
|
|
16872
|
+
},
|
|
16873
|
+
{
|
|
16874
|
+
"path": "react-use",
|
|
16503
16875
|
"kind": "require-call",
|
|
16504
16876
|
"external": true
|
|
16505
16877
|
},
|
|
@@ -16519,12 +16891,12 @@
|
|
|
16519
16891
|
"external": true
|
|
16520
16892
|
},
|
|
16521
16893
|
{
|
|
16522
|
-
"path": "
|
|
16894
|
+
"path": "react",
|
|
16523
16895
|
"kind": "require-call",
|
|
16524
16896
|
"external": true
|
|
16525
16897
|
},
|
|
16526
16898
|
{
|
|
16527
|
-
"path": "
|
|
16899
|
+
"path": "react-use",
|
|
16528
16900
|
"kind": "require-call",
|
|
16529
16901
|
"external": true
|
|
16530
16902
|
},
|
|
@@ -16544,17 +16916,17 @@
|
|
|
16544
16916
|
"external": true
|
|
16545
16917
|
},
|
|
16546
16918
|
{
|
|
16547
|
-
"path": "
|
|
16919
|
+
"path": "uuid",
|
|
16548
16920
|
"kind": "require-call",
|
|
16549
16921
|
"external": true
|
|
16550
16922
|
},
|
|
16551
16923
|
{
|
|
16552
|
-
"path": "
|
|
16924
|
+
"path": "uuid",
|
|
16553
16925
|
"kind": "require-call",
|
|
16554
16926
|
"external": true
|
|
16555
16927
|
},
|
|
16556
16928
|
{
|
|
16557
|
-
"path": "
|
|
16929
|
+
"path": "eventemitter2",
|
|
16558
16930
|
"kind": "require-call",
|
|
16559
16931
|
"external": true
|
|
16560
16932
|
},
|
|
@@ -16564,27 +16936,27 @@
|
|
|
16564
16936
|
"external": true
|
|
16565
16937
|
},
|
|
16566
16938
|
{
|
|
16567
|
-
"path": "
|
|
16939
|
+
"path": "uuid",
|
|
16568
16940
|
"kind": "require-call",
|
|
16569
16941
|
"external": true
|
|
16570
16942
|
},
|
|
16571
16943
|
{
|
|
16572
|
-
"path": "
|
|
16944
|
+
"path": "eventemitter2",
|
|
16573
16945
|
"kind": "require-call",
|
|
16574
16946
|
"external": true
|
|
16575
16947
|
},
|
|
16576
16948
|
{
|
|
16577
|
-
"path": "
|
|
16949
|
+
"path": "eventemitter2",
|
|
16578
16950
|
"kind": "require-call",
|
|
16579
16951
|
"external": true
|
|
16580
16952
|
},
|
|
16581
16953
|
{
|
|
16582
|
-
"path": "
|
|
16954
|
+
"path": "uuid",
|
|
16583
16955
|
"kind": "require-call",
|
|
16584
16956
|
"external": true
|
|
16585
16957
|
},
|
|
16586
16958
|
{
|
|
16587
|
-
"path": "
|
|
16959
|
+
"path": "uuid",
|
|
16588
16960
|
"kind": "require-call",
|
|
16589
16961
|
"external": true
|
|
16590
16962
|
},
|
|
@@ -16604,22 +16976,22 @@
|
|
|
16604
16976
|
"external": true
|
|
16605
16977
|
},
|
|
16606
16978
|
{
|
|
16607
|
-
"path": "
|
|
16979
|
+
"path": "react-use",
|
|
16608
16980
|
"kind": "require-call",
|
|
16609
16981
|
"external": true
|
|
16610
16982
|
},
|
|
16611
16983
|
{
|
|
16612
|
-
"path": "react",
|
|
16984
|
+
"path": "@100mslive/react-sdk",
|
|
16613
16985
|
"kind": "require-call",
|
|
16614
16986
|
"external": true
|
|
16615
16987
|
},
|
|
16616
16988
|
{
|
|
16617
|
-
"path": "react
|
|
16989
|
+
"path": "react",
|
|
16618
16990
|
"kind": "require-call",
|
|
16619
16991
|
"external": true
|
|
16620
16992
|
},
|
|
16621
16993
|
{
|
|
16622
|
-
"path": "@100mslive/react-
|
|
16994
|
+
"path": "@100mslive/react-icons",
|
|
16623
16995
|
"kind": "require-call",
|
|
16624
16996
|
"external": true
|
|
16625
16997
|
},
|
|
@@ -16649,12 +17021,12 @@
|
|
|
16649
17021
|
"external": true
|
|
16650
17022
|
},
|
|
16651
17023
|
{
|
|
16652
|
-
"path": "react-
|
|
17024
|
+
"path": "@100mslive/react-icons",
|
|
16653
17025
|
"kind": "require-call",
|
|
16654
17026
|
"external": true
|
|
16655
17027
|
},
|
|
16656
17028
|
{
|
|
16657
|
-
"path": "
|
|
17029
|
+
"path": "react",
|
|
16658
17030
|
"kind": "require-call",
|
|
16659
17031
|
"external": true
|
|
16660
17032
|
},
|
|
@@ -16674,17 +17046,25 @@
|
|
|
16674
17046
|
"external": true
|
|
16675
17047
|
},
|
|
16676
17048
|
{
|
|
16677
|
-
"path": "react-
|
|
17049
|
+
"path": "@100mslive/react-sdk",
|
|
16678
17050
|
"kind": "require-call",
|
|
16679
17051
|
"external": true
|
|
16680
17052
|
},
|
|
16681
17053
|
{
|
|
16682
|
-
"path": "react",
|
|
17054
|
+
"path": "@100mslive/react-icons",
|
|
16683
17055
|
"kind": "require-call",
|
|
16684
17056
|
"external": true
|
|
16685
17057
|
},
|
|
16686
17058
|
{
|
|
16687
|
-
"path": "
|
|
17059
|
+
"path": "dist/pdf-share.png",
|
|
17060
|
+
"kind": "require-call"
|
|
17061
|
+
},
|
|
17062
|
+
{
|
|
17063
|
+
"path": "dist/screen-share.png",
|
|
17064
|
+
"kind": "require-call"
|
|
17065
|
+
},
|
|
17066
|
+
{
|
|
17067
|
+
"path": "react",
|
|
16688
17068
|
"kind": "require-call",
|
|
16689
17069
|
"external": true
|
|
16690
17070
|
},
|
|
@@ -16724,7 +17104,7 @@
|
|
|
16724
17104
|
"external": true
|
|
16725
17105
|
},
|
|
16726
17106
|
{
|
|
16727
|
-
"path": "
|
|
17107
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
|
16728
17108
|
"kind": "require-call",
|
|
16729
17109
|
"external": true
|
|
16730
17110
|
},
|
|
@@ -16759,7 +17139,7 @@
|
|
|
16759
17139
|
"external": true
|
|
16760
17140
|
},
|
|
16761
17141
|
{
|
|
16762
|
-
"path": "
|
|
17142
|
+
"path": "react-use",
|
|
16763
17143
|
"kind": "require-call",
|
|
16764
17144
|
"external": true
|
|
16765
17145
|
},
|
|
@@ -16808,6 +17188,16 @@
|
|
|
16808
17188
|
"kind": "require-call",
|
|
16809
17189
|
"external": true
|
|
16810
17190
|
},
|
|
17191
|
+
{
|
|
17192
|
+
"path": "react-use",
|
|
17193
|
+
"kind": "require-call",
|
|
17194
|
+
"external": true
|
|
17195
|
+
},
|
|
17196
|
+
{
|
|
17197
|
+
"path": "react-window",
|
|
17198
|
+
"kind": "require-call",
|
|
17199
|
+
"external": true
|
|
17200
|
+
},
|
|
16811
17201
|
{
|
|
16812
17202
|
"path": "@100mslive/react-sdk",
|
|
16813
17203
|
"kind": "require-call",
|
|
@@ -16854,12 +17244,12 @@
|
|
|
16854
17244
|
"external": true
|
|
16855
17245
|
},
|
|
16856
17246
|
{
|
|
16857
|
-
"path": "react-
|
|
17247
|
+
"path": "@100mslive/react-sdk",
|
|
16858
17248
|
"kind": "require-call",
|
|
16859
17249
|
"external": true
|
|
16860
17250
|
},
|
|
16861
17251
|
{
|
|
16862
|
-
"path": "react
|
|
17252
|
+
"path": "react",
|
|
16863
17253
|
"kind": "require-call",
|
|
16864
17254
|
"external": true
|
|
16865
17255
|
},
|
|
@@ -16868,18 +17258,13 @@
|
|
|
16868
17258
|
"kind": "require-call",
|
|
16869
17259
|
"external": true
|
|
16870
17260
|
},
|
|
16871
|
-
{
|
|
16872
|
-
"path": "@100mslive/react-icons",
|
|
16873
|
-
"kind": "require-call",
|
|
16874
|
-
"external": true
|
|
16875
|
-
},
|
|
16876
17261
|
{
|
|
16877
17262
|
"path": "react",
|
|
16878
17263
|
"kind": "require-call",
|
|
16879
17264
|
"external": true
|
|
16880
17265
|
},
|
|
16881
17266
|
{
|
|
16882
|
-
"path": "@100mslive/react-
|
|
17267
|
+
"path": "@100mslive/react-icons",
|
|
16883
17268
|
"kind": "require-call",
|
|
16884
17269
|
"external": true
|
|
16885
17270
|
},
|
|
@@ -16894,12 +17279,12 @@
|
|
|
16894
17279
|
"external": true
|
|
16895
17280
|
},
|
|
16896
17281
|
{
|
|
16897
|
-
"path": "react",
|
|
17282
|
+
"path": "@100mslive/react-icons",
|
|
16898
17283
|
"kind": "require-call",
|
|
16899
17284
|
"external": true
|
|
16900
17285
|
},
|
|
16901
17286
|
{
|
|
16902
|
-
"path": "react
|
|
17287
|
+
"path": "react",
|
|
16903
17288
|
"kind": "require-call",
|
|
16904
17289
|
"external": true
|
|
16905
17290
|
},
|
|
@@ -16909,22 +17294,22 @@
|
|
|
16909
17294
|
"external": true
|
|
16910
17295
|
},
|
|
16911
17296
|
{
|
|
16912
|
-
"path": "
|
|
17297
|
+
"path": "react",
|
|
16913
17298
|
"kind": "require-call",
|
|
16914
17299
|
"external": true
|
|
16915
17300
|
},
|
|
16916
17301
|
{
|
|
16917
|
-
"path": "react",
|
|
17302
|
+
"path": "@100mslive/react-sdk",
|
|
16918
17303
|
"kind": "require-call",
|
|
16919
17304
|
"external": true
|
|
16920
17305
|
},
|
|
16921
17306
|
{
|
|
16922
|
-
"path": "
|
|
17307
|
+
"path": "react",
|
|
16923
17308
|
"kind": "require-call",
|
|
16924
17309
|
"external": true
|
|
16925
17310
|
},
|
|
16926
17311
|
{
|
|
16927
|
-
"path": "react",
|
|
17312
|
+
"path": "react-use",
|
|
16928
17313
|
"kind": "require-call",
|
|
16929
17314
|
"external": true
|
|
16930
17315
|
},
|
|
@@ -16949,17 +17334,17 @@
|
|
|
16949
17334
|
"external": true
|
|
16950
17335
|
},
|
|
16951
17336
|
{
|
|
16952
|
-
"path": "
|
|
17337
|
+
"path": "ts-pattern",
|
|
16953
17338
|
"kind": "require-call",
|
|
16954
17339
|
"external": true
|
|
16955
17340
|
},
|
|
16956
17341
|
{
|
|
16957
|
-
"path": "react",
|
|
17342
|
+
"path": "@100mslive/react-sdk",
|
|
16958
17343
|
"kind": "require-call",
|
|
16959
17344
|
"external": true
|
|
16960
17345
|
},
|
|
16961
17346
|
{
|
|
16962
|
-
"path": "
|
|
17347
|
+
"path": "react",
|
|
16963
17348
|
"kind": "require-call",
|
|
16964
17349
|
"external": true
|
|
16965
17350
|
},
|
|
@@ -16983,11 +17368,6 @@
|
|
|
16983
17368
|
"kind": "require-call",
|
|
16984
17369
|
"external": true
|
|
16985
17370
|
},
|
|
16986
|
-
{
|
|
16987
|
-
"path": "react",
|
|
16988
|
-
"kind": "require-call",
|
|
16989
|
-
"external": true
|
|
16990
|
-
},
|
|
16991
17371
|
{
|
|
16992
17372
|
"path": "@100mslive/react-sdk",
|
|
16993
17373
|
"kind": "require-call",
|
|
@@ -17004,17 +17384,17 @@
|
|
|
17004
17384
|
"external": true
|
|
17005
17385
|
},
|
|
17006
17386
|
{
|
|
17007
|
-
"path": "
|
|
17387
|
+
"path": "react",
|
|
17008
17388
|
"kind": "require-call",
|
|
17009
17389
|
"external": true
|
|
17010
17390
|
},
|
|
17011
17391
|
{
|
|
17012
|
-
"path": "
|
|
17392
|
+
"path": "uuid",
|
|
17013
17393
|
"kind": "require-call",
|
|
17014
17394
|
"external": true
|
|
17015
17395
|
},
|
|
17016
17396
|
{
|
|
17017
|
-
"path": "react",
|
|
17397
|
+
"path": "@100mslive/react-sdk",
|
|
17018
17398
|
"kind": "require-call",
|
|
17019
17399
|
"external": true
|
|
17020
17400
|
},
|
|
@@ -17029,7 +17409,7 @@
|
|
|
17029
17409
|
"external": true
|
|
17030
17410
|
},
|
|
17031
17411
|
{
|
|
17032
|
-
"path": "react",
|
|
17412
|
+
"path": "@100mslive/react-icons",
|
|
17033
17413
|
"kind": "require-call",
|
|
17034
17414
|
"external": true
|
|
17035
17415
|
},
|
|
@@ -17048,11 +17428,6 @@
|
|
|
17048
17428
|
"kind": "require-call",
|
|
17049
17429
|
"external": true
|
|
17050
17430
|
},
|
|
17051
|
-
{
|
|
17052
|
-
"path": "@100mslive/react-icons",
|
|
17053
|
-
"kind": "require-call",
|
|
17054
|
-
"external": true
|
|
17055
|
-
},
|
|
17056
17431
|
{
|
|
17057
17432
|
"path": "react",
|
|
17058
17433
|
"kind": "require-call",
|
|
@@ -17079,12 +17454,12 @@
|
|
|
17079
17454
|
"external": true
|
|
17080
17455
|
},
|
|
17081
17456
|
{
|
|
17082
|
-
"path": "
|
|
17457
|
+
"path": "react",
|
|
17083
17458
|
"kind": "require-call",
|
|
17084
17459
|
"external": true
|
|
17085
17460
|
},
|
|
17086
17461
|
{
|
|
17087
|
-
"path": "
|
|
17462
|
+
"path": "react",
|
|
17088
17463
|
"kind": "require-call",
|
|
17089
17464
|
"external": true
|
|
17090
17465
|
},
|
|
@@ -17109,12 +17484,12 @@
|
|
|
17109
17484
|
"external": true
|
|
17110
17485
|
},
|
|
17111
17486
|
{
|
|
17112
|
-
"path": "react",
|
|
17487
|
+
"path": "@100mslive/react-sdk",
|
|
17113
17488
|
"kind": "require-call",
|
|
17114
17489
|
"external": true
|
|
17115
17490
|
},
|
|
17116
17491
|
{
|
|
17117
|
-
"path": "@100mslive/react-
|
|
17492
|
+
"path": "@100mslive/react-icons",
|
|
17118
17493
|
"kind": "require-call",
|
|
17119
17494
|
"external": true
|
|
17120
17495
|
},
|
|
@@ -17124,7 +17499,7 @@
|
|
|
17124
17499
|
"external": true
|
|
17125
17500
|
},
|
|
17126
17501
|
{
|
|
17127
|
-
"path": "@100mslive/react-
|
|
17502
|
+
"path": "@100mslive/react-icons",
|
|
17128
17503
|
"kind": "require-call",
|
|
17129
17504
|
"external": true
|
|
17130
17505
|
},
|
|
@@ -17139,7 +17514,7 @@
|
|
|
17139
17514
|
"external": true
|
|
17140
17515
|
},
|
|
17141
17516
|
{
|
|
17142
|
-
"path": "
|
|
17517
|
+
"path": "react",
|
|
17143
17518
|
"kind": "require-call",
|
|
17144
17519
|
"external": true
|
|
17145
17520
|
},
|
|
@@ -17149,7 +17524,12 @@
|
|
|
17149
17524
|
"external": true
|
|
17150
17525
|
},
|
|
17151
17526
|
{
|
|
17152
|
-
"path": "
|
|
17527
|
+
"path": "@100mslive/react-sdk",
|
|
17528
|
+
"kind": "require-call",
|
|
17529
|
+
"external": true
|
|
17530
|
+
},
|
|
17531
|
+
{
|
|
17532
|
+
"path": "react",
|
|
17153
17533
|
"kind": "require-call",
|
|
17154
17534
|
"external": true
|
|
17155
17535
|
},
|
|
@@ -17174,7 +17554,7 @@
|
|
|
17174
17554
|
"external": true
|
|
17175
17555
|
},
|
|
17176
17556
|
{
|
|
17177
|
-
"path": "
|
|
17557
|
+
"path": "ts-pattern",
|
|
17178
17558
|
"kind": "require-call",
|
|
17179
17559
|
"external": true
|
|
17180
17560
|
},
|
|
@@ -17199,22 +17579,22 @@
|
|
|
17199
17579
|
"external": true
|
|
17200
17580
|
},
|
|
17201
17581
|
{
|
|
17202
|
-
"path": "@100mslive/react-
|
|
17582
|
+
"path": "@100mslive/react-icons",
|
|
17203
17583
|
"kind": "require-call",
|
|
17204
17584
|
"external": true
|
|
17205
17585
|
},
|
|
17206
17586
|
{
|
|
17207
|
-
"path": "
|
|
17587
|
+
"path": "react",
|
|
17208
17588
|
"kind": "require-call",
|
|
17209
17589
|
"external": true
|
|
17210
17590
|
},
|
|
17211
17591
|
{
|
|
17212
|
-
"path": "react",
|
|
17592
|
+
"path": "@100mslive/react-sdk",
|
|
17213
17593
|
"kind": "require-call",
|
|
17214
17594
|
"external": true
|
|
17215
17595
|
},
|
|
17216
17596
|
{
|
|
17217
|
-
"path": "react",
|
|
17597
|
+
"path": "@100mslive/react-icons",
|
|
17218
17598
|
"kind": "require-call",
|
|
17219
17599
|
"external": true
|
|
17220
17600
|
},
|
|
@@ -17224,7 +17604,7 @@
|
|
|
17224
17604
|
"external": true
|
|
17225
17605
|
},
|
|
17226
17606
|
{
|
|
17227
|
-
"path": "
|
|
17607
|
+
"path": "react",
|
|
17228
17608
|
"kind": "require-call",
|
|
17229
17609
|
"external": true
|
|
17230
17610
|
},
|
|
@@ -17239,32 +17619,32 @@
|
|
|
17239
17619
|
"external": true
|
|
17240
17620
|
},
|
|
17241
17621
|
{
|
|
17242
|
-
"path": "
|
|
17622
|
+
"path": "ts-pattern",
|
|
17243
17623
|
"kind": "require-call",
|
|
17244
17624
|
"external": true
|
|
17245
17625
|
},
|
|
17246
17626
|
{
|
|
17247
|
-
"path": "@100mslive/react-
|
|
17627
|
+
"path": "@100mslive/react-sdk",
|
|
17248
17628
|
"kind": "require-call",
|
|
17249
17629
|
"external": true
|
|
17250
17630
|
},
|
|
17251
17631
|
{
|
|
17252
|
-
"path": "react",
|
|
17632
|
+
"path": "@100mslive/react-icons",
|
|
17253
17633
|
"kind": "require-call",
|
|
17254
17634
|
"external": true
|
|
17255
17635
|
},
|
|
17256
17636
|
{
|
|
17257
|
-
"path": "react
|
|
17637
|
+
"path": "react",
|
|
17258
17638
|
"kind": "require-call",
|
|
17259
17639
|
"external": true
|
|
17260
17640
|
},
|
|
17261
17641
|
{
|
|
17262
|
-
"path": "
|
|
17642
|
+
"path": "react-use",
|
|
17263
17643
|
"kind": "require-call",
|
|
17264
17644
|
"external": true
|
|
17265
17645
|
},
|
|
17266
17646
|
{
|
|
17267
|
-
"path": "
|
|
17647
|
+
"path": "ts-pattern",
|
|
17268
17648
|
"kind": "require-call",
|
|
17269
17649
|
"external": true
|
|
17270
17650
|
},
|
|
@@ -17274,7 +17654,7 @@
|
|
|
17274
17654
|
"external": true
|
|
17275
17655
|
},
|
|
17276
17656
|
{
|
|
17277
|
-
"path": "react",
|
|
17657
|
+
"path": "@100mslive/react-icons",
|
|
17278
17658
|
"kind": "require-call",
|
|
17279
17659
|
"external": true
|
|
17280
17660
|
},
|
|
@@ -17289,7 +17669,7 @@
|
|
|
17289
17669
|
"external": true
|
|
17290
17670
|
},
|
|
17291
17671
|
{
|
|
17292
|
-
"path": "@emoji-mart/data",
|
|
17672
|
+
"path": "@emoji-mart/data/sets/14/apple.json",
|
|
17293
17673
|
"kind": "require-call",
|
|
17294
17674
|
"external": true
|
|
17295
17675
|
},
|
|
@@ -17314,12 +17694,7 @@
|
|
|
17314
17694
|
"external": true
|
|
17315
17695
|
},
|
|
17316
17696
|
{
|
|
17317
|
-
"path": "
|
|
17318
|
-
"kind": "require-call",
|
|
17319
|
-
"external": true
|
|
17320
|
-
},
|
|
17321
|
-
{
|
|
17322
|
-
"path": "react",
|
|
17697
|
+
"path": "react-use",
|
|
17323
17698
|
"kind": "require-call",
|
|
17324
17699
|
"external": true
|
|
17325
17700
|
},
|
|
@@ -17333,16 +17708,6 @@
|
|
|
17333
17708
|
"kind": "require-call",
|
|
17334
17709
|
"external": true
|
|
17335
17710
|
},
|
|
17336
|
-
{
|
|
17337
|
-
"path": "react",
|
|
17338
|
-
"kind": "require-call",
|
|
17339
|
-
"external": true
|
|
17340
|
-
},
|
|
17341
|
-
{
|
|
17342
|
-
"path": "react-swipeable",
|
|
17343
|
-
"kind": "require-call",
|
|
17344
|
-
"external": true
|
|
17345
|
-
},
|
|
17346
17711
|
{
|
|
17347
17712
|
"path": "react-use",
|
|
17348
17713
|
"kind": "require-call",
|
|
@@ -17364,22 +17729,22 @@
|
|
|
17364
17729
|
"external": true
|
|
17365
17730
|
},
|
|
17366
17731
|
{
|
|
17367
|
-
"path": "react-
|
|
17732
|
+
"path": "@100mslive/react-sdk",
|
|
17368
17733
|
"kind": "require-call",
|
|
17369
17734
|
"external": true
|
|
17370
17735
|
},
|
|
17371
17736
|
{
|
|
17372
|
-
"path": "
|
|
17737
|
+
"path": "react",
|
|
17373
17738
|
"kind": "require-call",
|
|
17374
17739
|
"external": true
|
|
17375
17740
|
},
|
|
17376
17741
|
{
|
|
17377
|
-
"path": "
|
|
17742
|
+
"path": "react",
|
|
17378
17743
|
"kind": "require-call",
|
|
17379
17744
|
"external": true
|
|
17380
17745
|
},
|
|
17381
17746
|
{
|
|
17382
|
-
"path": "@100mslive/react-
|
|
17747
|
+
"path": "@100mslive/react-sdk",
|
|
17383
17748
|
"kind": "require-call",
|
|
17384
17749
|
"external": true
|
|
17385
17750
|
},
|
|
@@ -17389,7 +17754,7 @@
|
|
|
17389
17754
|
"external": true
|
|
17390
17755
|
},
|
|
17391
17756
|
{
|
|
17392
|
-
"path": "react-
|
|
17757
|
+
"path": "react-swipeable",
|
|
17393
17758
|
"kind": "require-call",
|
|
17394
17759
|
"external": true
|
|
17395
17760
|
},
|
|
@@ -17398,11 +17763,6 @@
|
|
|
17398
17763
|
"kind": "require-call",
|
|
17399
17764
|
"external": true
|
|
17400
17765
|
},
|
|
17401
|
-
{
|
|
17402
|
-
"path": "react-window",
|
|
17403
|
-
"kind": "require-call",
|
|
17404
|
-
"external": true
|
|
17405
|
-
},
|
|
17406
17766
|
{
|
|
17407
17767
|
"path": "@100mslive/react-sdk",
|
|
17408
17768
|
"kind": "require-call",
|
|
@@ -17419,12 +17779,12 @@
|
|
|
17419
17779
|
"external": true
|
|
17420
17780
|
},
|
|
17421
17781
|
{
|
|
17422
|
-
"path": "@100mslive/react-
|
|
17782
|
+
"path": "@100mslive/react-icons",
|
|
17423
17783
|
"kind": "require-call",
|
|
17424
17784
|
"external": true
|
|
17425
17785
|
},
|
|
17426
17786
|
{
|
|
17427
|
-
"path": "
|
|
17787
|
+
"path": "react",
|
|
17428
17788
|
"kind": "require-call",
|
|
17429
17789
|
"external": true
|
|
17430
17790
|
},
|
|
@@ -17433,13 +17793,18 @@
|
|
|
17433
17793
|
"kind": "require-call",
|
|
17434
17794
|
"external": true
|
|
17435
17795
|
},
|
|
17796
|
+
{
|
|
17797
|
+
"path": "react-intersection-observer",
|
|
17798
|
+
"kind": "require-call",
|
|
17799
|
+
"external": true
|
|
17800
|
+
},
|
|
17436
17801
|
{
|
|
17437
17802
|
"path": "react-use",
|
|
17438
17803
|
"kind": "require-call",
|
|
17439
17804
|
"external": true
|
|
17440
17805
|
},
|
|
17441
17806
|
{
|
|
17442
|
-
"path": "
|
|
17807
|
+
"path": "react-window",
|
|
17443
17808
|
"kind": "require-call",
|
|
17444
17809
|
"external": true
|
|
17445
17810
|
},
|
|
@@ -17493,11 +17858,6 @@
|
|
|
17493
17858
|
"kind": "require-call",
|
|
17494
17859
|
"external": true
|
|
17495
17860
|
},
|
|
17496
|
-
{
|
|
17497
|
-
"path": "react-use",
|
|
17498
|
-
"kind": "require-call",
|
|
17499
|
-
"external": true
|
|
17500
|
-
},
|
|
17501
17861
|
{
|
|
17502
17862
|
"path": "@100mslive/react-sdk",
|
|
17503
17863
|
"kind": "require-call",
|
|
@@ -17534,12 +17894,17 @@
|
|
|
17534
17894
|
"external": true
|
|
17535
17895
|
},
|
|
17536
17896
|
{
|
|
17537
|
-
"path": "react",
|
|
17897
|
+
"path": "react-use",
|
|
17538
17898
|
"kind": "require-call",
|
|
17539
17899
|
"external": true
|
|
17540
17900
|
},
|
|
17541
17901
|
{
|
|
17542
|
-
"path": "@100mslive/
|
|
17902
|
+
"path": "@100mslive/react-sdk",
|
|
17903
|
+
"kind": "require-call",
|
|
17904
|
+
"external": true
|
|
17905
|
+
},
|
|
17906
|
+
{
|
|
17907
|
+
"path": "@100mslive/react-icons",
|
|
17543
17908
|
"kind": "require-call",
|
|
17544
17909
|
"external": true
|
|
17545
17910
|
},
|
|
@@ -17574,17 +17939,12 @@
|
|
|
17574
17939
|
"external": true
|
|
17575
17940
|
},
|
|
17576
17941
|
{
|
|
17577
|
-
"path": "
|
|
17578
|
-
"kind": "require-call",
|
|
17579
|
-
"external": true
|
|
17580
|
-
},
|
|
17581
|
-
{
|
|
17582
|
-
"path": "ts-pattern",
|
|
17942
|
+
"path": "@100mslive/hms-virtual-background/hmsvbplugin",
|
|
17583
17943
|
"kind": "require-call",
|
|
17584
17944
|
"external": true
|
|
17585
17945
|
},
|
|
17586
17946
|
{
|
|
17587
|
-
"path": "
|
|
17947
|
+
"path": "react",
|
|
17588
17948
|
"kind": "require-call",
|
|
17589
17949
|
"external": true
|
|
17590
17950
|
},
|
|
@@ -17634,22 +17994,27 @@
|
|
|
17634
17994
|
"external": true
|
|
17635
17995
|
},
|
|
17636
17996
|
{
|
|
17637
|
-
"path": "
|
|
17997
|
+
"path": "react",
|
|
17638
17998
|
"kind": "require-call",
|
|
17639
17999
|
"external": true
|
|
17640
18000
|
},
|
|
17641
18001
|
{
|
|
17642
|
-
"path": "
|
|
18002
|
+
"path": "react-use",
|
|
17643
18003
|
"kind": "require-call",
|
|
17644
18004
|
"external": true
|
|
17645
18005
|
},
|
|
17646
18006
|
{
|
|
17647
|
-
"path": "
|
|
18007
|
+
"path": "ts-pattern",
|
|
17648
18008
|
"kind": "require-call",
|
|
17649
18009
|
"external": true
|
|
17650
18010
|
},
|
|
17651
18011
|
{
|
|
17652
|
-
"path": "react-
|
|
18012
|
+
"path": "@100mslive/react-sdk",
|
|
18013
|
+
"kind": "require-call",
|
|
18014
|
+
"external": true
|
|
18015
|
+
},
|
|
18016
|
+
{
|
|
18017
|
+
"path": "@100mslive/react-icons",
|
|
17653
18018
|
"kind": "require-call",
|
|
17654
18019
|
"external": true
|
|
17655
18020
|
},
|
|
@@ -17669,37 +18034,37 @@
|
|
|
17669
18034
|
"external": true
|
|
17670
18035
|
},
|
|
17671
18036
|
{
|
|
17672
|
-
"path": "react",
|
|
18037
|
+
"path": "react-use",
|
|
17673
18038
|
"kind": "require-call",
|
|
17674
18039
|
"external": true
|
|
17675
18040
|
},
|
|
17676
18041
|
{
|
|
17677
|
-
"path": "react",
|
|
18042
|
+
"path": "@100mslive/react-icons",
|
|
17678
18043
|
"kind": "require-call",
|
|
17679
18044
|
"external": true
|
|
17680
18045
|
},
|
|
17681
18046
|
{
|
|
17682
|
-
"path": "react
|
|
18047
|
+
"path": "react",
|
|
17683
18048
|
"kind": "require-call",
|
|
17684
18049
|
"external": true
|
|
17685
18050
|
},
|
|
17686
18051
|
{
|
|
17687
|
-
"path": "react
|
|
18052
|
+
"path": "react",
|
|
17688
18053
|
"kind": "require-call",
|
|
17689
18054
|
"external": true
|
|
17690
18055
|
},
|
|
17691
18056
|
{
|
|
17692
|
-
"path": "
|
|
18057
|
+
"path": "react-draggable",
|
|
17693
18058
|
"kind": "require-call",
|
|
17694
18059
|
"external": true
|
|
17695
18060
|
},
|
|
17696
18061
|
{
|
|
17697
|
-
"path": "
|
|
18062
|
+
"path": "react-use",
|
|
17698
18063
|
"kind": "require-call",
|
|
17699
18064
|
"external": true
|
|
17700
18065
|
},
|
|
17701
18066
|
{
|
|
17702
|
-
"path": "react",
|
|
18067
|
+
"path": "@100mslive/react-sdk",
|
|
17703
18068
|
"kind": "require-call",
|
|
17704
18069
|
"external": true
|
|
17705
18070
|
},
|
|
@@ -17719,12 +18084,12 @@
|
|
|
17719
18084
|
"external": true
|
|
17720
18085
|
},
|
|
17721
18086
|
{
|
|
17722
|
-
"path": "react-
|
|
18087
|
+
"path": "@100mslive/react-icons",
|
|
17723
18088
|
"kind": "require-call",
|
|
17724
18089
|
"external": true
|
|
17725
18090
|
},
|
|
17726
18091
|
{
|
|
17727
|
-
"path": "
|
|
18092
|
+
"path": "react",
|
|
17728
18093
|
"kind": "require-call",
|
|
17729
18094
|
"external": true
|
|
17730
18095
|
},
|
|
@@ -17739,12 +18104,7 @@
|
|
|
17739
18104
|
"external": true
|
|
17740
18105
|
},
|
|
17741
18106
|
{
|
|
17742
|
-
"path": "@100mslive/react-
|
|
17743
|
-
"kind": "require-call",
|
|
17744
|
-
"external": true
|
|
17745
|
-
},
|
|
17746
|
-
{
|
|
17747
|
-
"path": "react",
|
|
18107
|
+
"path": "@100mslive/react-sdk",
|
|
17748
18108
|
"kind": "require-call",
|
|
17749
18109
|
"external": true
|
|
17750
18110
|
},
|
|
@@ -17768,11 +18128,6 @@
|
|
|
17768
18128
|
"kind": "require-call",
|
|
17769
18129
|
"external": true
|
|
17770
18130
|
},
|
|
17771
|
-
{
|
|
17772
|
-
"path": "react",
|
|
17773
|
-
"kind": "require-call",
|
|
17774
|
-
"external": true
|
|
17775
|
-
},
|
|
17776
18131
|
{
|
|
17777
18132
|
"path": "react-use",
|
|
17778
18133
|
"kind": "require-call",
|
|
@@ -17789,7 +18144,7 @@
|
|
|
17789
18144
|
"external": true
|
|
17790
18145
|
},
|
|
17791
18146
|
{
|
|
17792
|
-
"path": "
|
|
18147
|
+
"path": "react",
|
|
17793
18148
|
"kind": "require-call",
|
|
17794
18149
|
"external": true
|
|
17795
18150
|
},
|
|
@@ -17799,12 +18154,12 @@
|
|
|
17799
18154
|
"external": true
|
|
17800
18155
|
},
|
|
17801
18156
|
{
|
|
17802
|
-
"path": "
|
|
18157
|
+
"path": "react-use",
|
|
17803
18158
|
"kind": "require-call",
|
|
17804
18159
|
"external": true
|
|
17805
18160
|
},
|
|
17806
18161
|
{
|
|
17807
|
-
"path": "@100mslive/react-
|
|
18162
|
+
"path": "@100mslive/react-sdk",
|
|
17808
18163
|
"kind": "require-call",
|
|
17809
18164
|
"external": true
|
|
17810
18165
|
},
|
|
@@ -17839,42 +18194,42 @@
|
|
|
17839
18194
|
"external": true
|
|
17840
18195
|
},
|
|
17841
18196
|
{
|
|
17842
|
-
"path": "react-
|
|
18197
|
+
"path": "@100mslive/react-icons",
|
|
17843
18198
|
"kind": "require-call",
|
|
17844
18199
|
"external": true
|
|
17845
18200
|
},
|
|
17846
18201
|
{
|
|
17847
|
-
"path": "
|
|
18202
|
+
"path": "react",
|
|
17848
18203
|
"kind": "require-call",
|
|
17849
18204
|
"external": true
|
|
17850
18205
|
},
|
|
17851
18206
|
{
|
|
17852
|
-
"path": "react",
|
|
18207
|
+
"path": "@100mslive/react-sdk",
|
|
17853
18208
|
"kind": "require-call",
|
|
17854
18209
|
"external": true
|
|
17855
18210
|
},
|
|
17856
18211
|
{
|
|
17857
|
-
"path": "react-
|
|
18212
|
+
"path": "@100mslive/react-icons",
|
|
17858
18213
|
"kind": "require-call",
|
|
17859
18214
|
"external": true
|
|
17860
18215
|
},
|
|
17861
18216
|
{
|
|
17862
|
-
"path": "
|
|
18217
|
+
"path": "react",
|
|
17863
18218
|
"kind": "require-call",
|
|
17864
18219
|
"external": true
|
|
17865
18220
|
},
|
|
17866
18221
|
{
|
|
17867
|
-
"path": "
|
|
18222
|
+
"path": "react-use",
|
|
17868
18223
|
"kind": "require-call",
|
|
17869
18224
|
"external": true
|
|
17870
18225
|
},
|
|
17871
18226
|
{
|
|
17872
|
-
"path": "@100mslive/
|
|
18227
|
+
"path": "@100mslive/hms-whiteboard",
|
|
17873
18228
|
"kind": "require-call",
|
|
17874
18229
|
"external": true
|
|
17875
18230
|
},
|
|
17876
18231
|
{
|
|
17877
|
-
"path": "react",
|
|
18232
|
+
"path": "@100mslive/react-sdk",
|
|
17878
18233
|
"kind": "require-call",
|
|
17879
18234
|
"external": true
|
|
17880
18235
|
},
|
|
@@ -17899,22 +18254,22 @@
|
|
|
17899
18254
|
"external": true
|
|
17900
18255
|
},
|
|
17901
18256
|
{
|
|
17902
|
-
"path": "
|
|
18257
|
+
"path": "react-use",
|
|
17903
18258
|
"kind": "require-call",
|
|
17904
18259
|
"external": true
|
|
17905
18260
|
},
|
|
17906
18261
|
{
|
|
17907
|
-
"path": "
|
|
18262
|
+
"path": "@100mslive/hls-player",
|
|
17908
18263
|
"kind": "require-call",
|
|
17909
18264
|
"external": true
|
|
17910
18265
|
},
|
|
17911
18266
|
{
|
|
17912
|
-
"path": "
|
|
18267
|
+
"path": "screenfull",
|
|
17913
18268
|
"kind": "require-call",
|
|
17914
18269
|
"external": true
|
|
17915
18270
|
},
|
|
17916
18271
|
{
|
|
17917
|
-
"path": "
|
|
18272
|
+
"path": "ts-pattern",
|
|
17918
18273
|
"kind": "require-call",
|
|
17919
18274
|
"external": true
|
|
17920
18275
|
},
|
|
@@ -17924,12 +18279,7 @@
|
|
|
17924
18279
|
"external": true
|
|
17925
18280
|
},
|
|
17926
18281
|
{
|
|
17927
|
-
"path": "react",
|
|
17928
|
-
"kind": "require-call",
|
|
17929
|
-
"external": true
|
|
17930
|
-
},
|
|
17931
|
-
{
|
|
17932
|
-
"path": "@100mslive/react-sdk",
|
|
18282
|
+
"path": "@100mslive/react-icons",
|
|
17933
18283
|
"kind": "require-call",
|
|
17934
18284
|
"external": true
|
|
17935
18285
|
},
|
|
@@ -17954,7 +18304,7 @@
|
|
|
17954
18304
|
"external": true
|
|
17955
18305
|
},
|
|
17956
18306
|
{
|
|
17957
|
-
"path": "react",
|
|
18307
|
+
"path": "react-use",
|
|
17958
18308
|
"kind": "require-call",
|
|
17959
18309
|
"external": true
|
|
17960
18310
|
},
|
|
@@ -17969,17 +18319,17 @@
|
|
|
17969
18319
|
"external": true
|
|
17970
18320
|
},
|
|
17971
18321
|
{
|
|
17972
|
-
"path": "react",
|
|
18322
|
+
"path": "@100mslive/react-icons",
|
|
17973
18323
|
"kind": "require-call",
|
|
17974
18324
|
"external": true
|
|
17975
18325
|
},
|
|
17976
18326
|
{
|
|
17977
|
-
"path": "react
|
|
18327
|
+
"path": "react",
|
|
17978
18328
|
"kind": "require-call",
|
|
17979
18329
|
"external": true
|
|
17980
18330
|
},
|
|
17981
18331
|
{
|
|
17982
|
-
"path": "
|
|
18332
|
+
"path": "react",
|
|
17983
18333
|
"kind": "require-call",
|
|
17984
18334
|
"external": true
|
|
17985
18335
|
},
|
|
@@ -18074,22 +18424,22 @@
|
|
|
18074
18424
|
"external": true
|
|
18075
18425
|
},
|
|
18076
18426
|
{
|
|
18077
|
-
"path": "react-
|
|
18427
|
+
"path": "@100mslive/react-sdk",
|
|
18078
18428
|
"kind": "require-call",
|
|
18079
18429
|
"external": true
|
|
18080
18430
|
},
|
|
18081
18431
|
{
|
|
18082
|
-
"path": "
|
|
18432
|
+
"path": "react",
|
|
18083
18433
|
"kind": "require-call",
|
|
18084
18434
|
"external": true
|
|
18085
18435
|
},
|
|
18086
18436
|
{
|
|
18087
|
-
"path": "
|
|
18437
|
+
"path": "react-draggable",
|
|
18088
18438
|
"kind": "require-call",
|
|
18089
18439
|
"external": true
|
|
18090
18440
|
},
|
|
18091
18441
|
{
|
|
18092
|
-
"path": "
|
|
18442
|
+
"path": "react-use",
|
|
18093
18443
|
"kind": "require-call",
|
|
18094
18444
|
"external": true
|
|
18095
18445
|
},
|
|
@@ -18098,33 +18448,28 @@
|
|
|
18098
18448
|
"kind": "require-call",
|
|
18099
18449
|
"external": true
|
|
18100
18450
|
},
|
|
18101
|
-
{
|
|
18102
|
-
"path": "@100mslive/react-icons",
|
|
18103
|
-
"kind": "require-call",
|
|
18104
|
-
"external": true
|
|
18105
|
-
},
|
|
18106
18451
|
{
|
|
18107
18452
|
"path": "react",
|
|
18108
18453
|
"kind": "require-call",
|
|
18109
18454
|
"external": true
|
|
18110
18455
|
},
|
|
18111
18456
|
{
|
|
18112
|
-
"path": "react-
|
|
18457
|
+
"path": "@100mslive/react-sdk",
|
|
18113
18458
|
"kind": "require-call",
|
|
18114
18459
|
"external": true
|
|
18115
18460
|
},
|
|
18116
18461
|
{
|
|
18117
|
-
"path": "
|
|
18462
|
+
"path": "react",
|
|
18118
18463
|
"kind": "require-call",
|
|
18119
18464
|
"external": true
|
|
18120
18465
|
},
|
|
18121
18466
|
{
|
|
18122
|
-
"path": "
|
|
18467
|
+
"path": "react-use",
|
|
18123
18468
|
"kind": "require-call",
|
|
18124
18469
|
"external": true
|
|
18125
18470
|
},
|
|
18126
18471
|
{
|
|
18127
|
-
"path": "@100mslive/react-
|
|
18472
|
+
"path": "@100mslive/react-sdk",
|
|
18128
18473
|
"kind": "require-call",
|
|
18129
18474
|
"external": true
|
|
18130
18475
|
},
|
|
@@ -18163,11 +18508,6 @@
|
|
|
18163
18508
|
"kind": "require-call",
|
|
18164
18509
|
"external": true
|
|
18165
18510
|
},
|
|
18166
|
-
{
|
|
18167
|
-
"path": "react-use",
|
|
18168
|
-
"kind": "require-call",
|
|
18169
|
-
"external": true
|
|
18170
|
-
},
|
|
18171
18511
|
{
|
|
18172
18512
|
"path": "@100mslive/react-sdk",
|
|
18173
18513
|
"kind": "require-call",
|
|
@@ -18179,7 +18519,7 @@
|
|
|
18179
18519
|
"external": true
|
|
18180
18520
|
},
|
|
18181
18521
|
{
|
|
18182
|
-
"path": "@100mslive/react-
|
|
18522
|
+
"path": "@100mslive/react-icons",
|
|
18183
18523
|
"kind": "require-call",
|
|
18184
18524
|
"external": true
|
|
18185
18525
|
},
|
|
@@ -18189,7 +18529,7 @@
|
|
|
18189
18529
|
"external": true
|
|
18190
18530
|
},
|
|
18191
18531
|
{
|
|
18192
|
-
"path": "
|
|
18532
|
+
"path": "react",
|
|
18193
18533
|
"kind": "require-call",
|
|
18194
18534
|
"external": true
|
|
18195
18535
|
},
|
|
@@ -18204,7 +18544,7 @@
|
|
|
18204
18544
|
"external": true
|
|
18205
18545
|
},
|
|
18206
18546
|
{
|
|
18207
|
-
"path": "@100mslive/react-
|
|
18547
|
+
"path": "@100mslive/react-sdk",
|
|
18208
18548
|
"kind": "require-call",
|
|
18209
18549
|
"external": true
|
|
18210
18550
|
},
|
|
@@ -18214,12 +18554,7 @@
|
|
|
18214
18554
|
"external": true
|
|
18215
18555
|
},
|
|
18216
18556
|
{
|
|
18217
|
-
"path": "@100mslive/react-
|
|
18218
|
-
"kind": "require-call",
|
|
18219
|
-
"external": true
|
|
18220
|
-
},
|
|
18221
|
-
{
|
|
18222
|
-
"path": "react",
|
|
18557
|
+
"path": "@100mslive/react-icons",
|
|
18223
18558
|
"kind": "require-call",
|
|
18224
18559
|
"external": true
|
|
18225
18560
|
},
|
|
@@ -18229,7 +18564,7 @@
|
|
|
18229
18564
|
"external": true
|
|
18230
18565
|
},
|
|
18231
18566
|
{
|
|
18232
|
-
"path": "
|
|
18567
|
+
"path": "react-use",
|
|
18233
18568
|
"kind": "require-call",
|
|
18234
18569
|
"external": true
|
|
18235
18570
|
},
|
|
@@ -18279,7 +18614,7 @@
|
|
|
18279
18614
|
"external": true
|
|
18280
18615
|
},
|
|
18281
18616
|
{
|
|
18282
|
-
"path": "
|
|
18617
|
+
"path": "ts-pattern",
|
|
18283
18618
|
"kind": "require-call",
|
|
18284
18619
|
"external": true
|
|
18285
18620
|
},
|
|
@@ -18294,17 +18629,17 @@
|
|
|
18294
18629
|
"external": true
|
|
18295
18630
|
},
|
|
18296
18631
|
{
|
|
18297
|
-
"path": "react-
|
|
18632
|
+
"path": "@100mslive/react-sdk",
|
|
18298
18633
|
"kind": "require-call",
|
|
18299
18634
|
"external": true
|
|
18300
18635
|
},
|
|
18301
18636
|
{
|
|
18302
|
-
"path": "
|
|
18637
|
+
"path": "react",
|
|
18303
18638
|
"kind": "require-call",
|
|
18304
18639
|
"external": true
|
|
18305
18640
|
},
|
|
18306
18641
|
{
|
|
18307
|
-
"path": "@100mslive/react-
|
|
18642
|
+
"path": "@100mslive/react-sdk",
|
|
18308
18643
|
"kind": "require-call",
|
|
18309
18644
|
"external": true
|
|
18310
18645
|
},
|
|
@@ -18314,27 +18649,27 @@
|
|
|
18314
18649
|
"external": true
|
|
18315
18650
|
},
|
|
18316
18651
|
{
|
|
18317
|
-
"path": "
|
|
18652
|
+
"path": "uuid",
|
|
18318
18653
|
"kind": "require-call",
|
|
18319
18654
|
"external": true
|
|
18320
18655
|
},
|
|
18321
18656
|
{
|
|
18322
|
-
"path": "react",
|
|
18657
|
+
"path": "@100mslive/react-sdk",
|
|
18323
18658
|
"kind": "require-call",
|
|
18324
18659
|
"external": true
|
|
18325
18660
|
},
|
|
18326
18661
|
{
|
|
18327
|
-
"path": "
|
|
18662
|
+
"path": "@100mslive/react-icons",
|
|
18328
18663
|
"kind": "require-call",
|
|
18329
18664
|
"external": true
|
|
18330
18665
|
},
|
|
18331
18666
|
{
|
|
18332
|
-
"path": "
|
|
18667
|
+
"path": "react",
|
|
18333
18668
|
"kind": "require-call",
|
|
18334
18669
|
"external": true
|
|
18335
18670
|
},
|
|
18336
18671
|
{
|
|
18337
|
-
"path": "@100mslive/react-
|
|
18672
|
+
"path": "@100mslive/react-sdk",
|
|
18338
18673
|
"kind": "require-call",
|
|
18339
18674
|
"external": true
|
|
18340
18675
|
},
|
|
@@ -18389,22 +18724,22 @@
|
|
|
18389
18724
|
"external": true
|
|
18390
18725
|
},
|
|
18391
18726
|
{
|
|
18392
|
-
"path": "react",
|
|
18727
|
+
"path": "@100mslive/react-icons",
|
|
18393
18728
|
"kind": "require-call",
|
|
18394
18729
|
"external": true
|
|
18395
18730
|
},
|
|
18396
18731
|
{
|
|
18397
|
-
"path": "
|
|
18732
|
+
"path": "react",
|
|
18398
18733
|
"kind": "require-call",
|
|
18399
18734
|
"external": true
|
|
18400
18735
|
},
|
|
18401
18736
|
{
|
|
18402
|
-
"path": "react",
|
|
18737
|
+
"path": "@100mslive/react-sdk",
|
|
18403
18738
|
"kind": "require-call",
|
|
18404
18739
|
"external": true
|
|
18405
18740
|
},
|
|
18406
18741
|
{
|
|
18407
|
-
"path": "react
|
|
18742
|
+
"path": "react",
|
|
18408
18743
|
"kind": "require-call",
|
|
18409
18744
|
"external": true
|
|
18410
18745
|
},
|
|
@@ -18429,15 +18764,23 @@
|
|
|
18429
18764
|
"external": true
|
|
18430
18765
|
},
|
|
18431
18766
|
{
|
|
18432
|
-
"path": "
|
|
18767
|
+
"path": "react-use",
|
|
18433
18768
|
"kind": "require-call",
|
|
18434
18769
|
"external": true
|
|
18435
18770
|
},
|
|
18436
18771
|
{
|
|
18437
|
-
"path": "@100mslive/react-
|
|
18772
|
+
"path": "@100mslive/react-sdk",
|
|
18438
18773
|
"kind": "require-call",
|
|
18439
18774
|
"external": true
|
|
18440
18775
|
},
|
|
18776
|
+
{
|
|
18777
|
+
"path": "dist/android-perm-1.png",
|
|
18778
|
+
"kind": "require-call"
|
|
18779
|
+
},
|
|
18780
|
+
{
|
|
18781
|
+
"path": "dist/ios-perm-0.png",
|
|
18782
|
+
"kind": "require-call"
|
|
18783
|
+
},
|
|
18441
18784
|
{
|
|
18442
18785
|
"path": "react",
|
|
18443
18786
|
"kind": "require-call",
|
|
@@ -18459,17 +18802,17 @@
|
|
|
18459
18802
|
"external": true
|
|
18460
18803
|
},
|
|
18461
18804
|
{
|
|
18462
|
-
"path": "
|
|
18805
|
+
"path": "react",
|
|
18463
18806
|
"kind": "require-call",
|
|
18464
18807
|
"external": true
|
|
18465
18808
|
},
|
|
18466
18809
|
{
|
|
18467
|
-
"path": "react",
|
|
18810
|
+
"path": "@100mslive/react-sdk",
|
|
18468
18811
|
"kind": "require-call",
|
|
18469
18812
|
"external": true
|
|
18470
18813
|
},
|
|
18471
18814
|
{
|
|
18472
|
-
"path": "
|
|
18815
|
+
"path": "react",
|
|
18473
18816
|
"kind": "require-call",
|
|
18474
18817
|
"external": true
|
|
18475
18818
|
},
|
|
@@ -18494,12 +18837,17 @@
|
|
|
18494
18837
|
"external": true
|
|
18495
18838
|
},
|
|
18496
18839
|
{
|
|
18497
|
-
"path": "
|
|
18840
|
+
"path": "react",
|
|
18498
18841
|
"kind": "require-call",
|
|
18499
18842
|
"external": true
|
|
18500
18843
|
},
|
|
18501
18844
|
{
|
|
18502
|
-
"path": "react",
|
|
18845
|
+
"path": "@100mslive/react-sdk",
|
|
18846
|
+
"kind": "require-call",
|
|
18847
|
+
"external": true
|
|
18848
|
+
},
|
|
18849
|
+
{
|
|
18850
|
+
"path": "@100mslive/react-icons",
|
|
18503
18851
|
"kind": "require-call",
|
|
18504
18852
|
"external": true
|
|
18505
18853
|
},
|
|
@@ -18509,22 +18857,22 @@
|
|
|
18509
18857
|
"external": true
|
|
18510
18858
|
},
|
|
18511
18859
|
{
|
|
18512
|
-
"path": "
|
|
18860
|
+
"path": "ts-pattern",
|
|
18513
18861
|
"kind": "require-call",
|
|
18514
18862
|
"external": true
|
|
18515
18863
|
},
|
|
18516
18864
|
{
|
|
18517
|
-
"path": "react",
|
|
18865
|
+
"path": "@100mslive/react-sdk",
|
|
18518
18866
|
"kind": "require-call",
|
|
18519
18867
|
"external": true
|
|
18520
18868
|
},
|
|
18521
18869
|
{
|
|
18522
|
-
"path": "react",
|
|
18870
|
+
"path": "@100mslive/react-icons",
|
|
18523
18871
|
"kind": "require-call",
|
|
18524
18872
|
"external": true
|
|
18525
18873
|
},
|
|
18526
18874
|
{
|
|
18527
|
-
"path": "
|
|
18875
|
+
"path": "react",
|
|
18528
18876
|
"kind": "require-call",
|
|
18529
18877
|
"external": true
|
|
18530
18878
|
},
|
|
@@ -18534,7 +18882,7 @@
|
|
|
18534
18882
|
"external": true
|
|
18535
18883
|
},
|
|
18536
18884
|
{
|
|
18537
|
-
"path": "
|
|
18885
|
+
"path": "react-use",
|
|
18538
18886
|
"kind": "require-call",
|
|
18539
18887
|
"external": true
|
|
18540
18888
|
},
|
|
@@ -18554,7 +18902,7 @@
|
|
|
18554
18902
|
"external": true
|
|
18555
18903
|
},
|
|
18556
18904
|
{
|
|
18557
|
-
"path": "react
|
|
18905
|
+
"path": "react",
|
|
18558
18906
|
"kind": "require-call",
|
|
18559
18907
|
"external": true
|
|
18560
18908
|
},
|
|
@@ -18569,7 +18917,7 @@
|
|
|
18569
18917
|
"external": true
|
|
18570
18918
|
},
|
|
18571
18919
|
{
|
|
18572
|
-
"path": "@100mslive/react-
|
|
18920
|
+
"path": "@100mslive/react-icons",
|
|
18573
18921
|
"kind": "require-call",
|
|
18574
18922
|
"external": true
|
|
18575
18923
|
},
|
|
@@ -18578,6 +18926,11 @@
|
|
|
18578
18926
|
"kind": "require-call",
|
|
18579
18927
|
"external": true
|
|
18580
18928
|
},
|
|
18929
|
+
{
|
|
18930
|
+
"path": "react-use",
|
|
18931
|
+
"kind": "require-call",
|
|
18932
|
+
"external": true
|
|
18933
|
+
},
|
|
18581
18934
|
{
|
|
18582
18935
|
"path": "@100mslive/react-sdk",
|
|
18583
18936
|
"kind": "require-call",
|
|
@@ -18589,7 +18942,12 @@
|
|
|
18589
18942
|
"external": true
|
|
18590
18943
|
},
|
|
18591
18944
|
{
|
|
18592
|
-
"path": "
|
|
18945
|
+
"path": "@100mslive/react-sdk",
|
|
18946
|
+
"kind": "require-call",
|
|
18947
|
+
"external": true
|
|
18948
|
+
},
|
|
18949
|
+
{
|
|
18950
|
+
"path": "react",
|
|
18593
18951
|
"kind": "require-call",
|
|
18594
18952
|
"external": true
|
|
18595
18953
|
},
|
|
@@ -18609,12 +18967,12 @@
|
|
|
18609
18967
|
"external": true
|
|
18610
18968
|
},
|
|
18611
18969
|
{
|
|
18612
|
-
"path": "react",
|
|
18970
|
+
"path": "@100mslive/react-sdk",
|
|
18613
18971
|
"kind": "require-call",
|
|
18614
18972
|
"external": true
|
|
18615
18973
|
},
|
|
18616
18974
|
{
|
|
18617
|
-
"path": "react",
|
|
18975
|
+
"path": "@100mslive/react-icons",
|
|
18618
18976
|
"kind": "require-call",
|
|
18619
18977
|
"external": true
|
|
18620
18978
|
},
|
|
@@ -18639,7 +18997,7 @@
|
|
|
18639
18997
|
"external": true
|
|
18640
18998
|
},
|
|
18641
18999
|
{
|
|
18642
|
-
"path": "
|
|
19000
|
+
"path": "react",
|
|
18643
19001
|
"kind": "require-call",
|
|
18644
19002
|
"external": true
|
|
18645
19003
|
},
|
|
@@ -18649,12 +19007,12 @@
|
|
|
18649
19007
|
"external": true
|
|
18650
19008
|
},
|
|
18651
19009
|
{
|
|
18652
|
-
"path": "
|
|
19010
|
+
"path": "react",
|
|
18653
19011
|
"kind": "require-call",
|
|
18654
19012
|
"external": true
|
|
18655
19013
|
},
|
|
18656
19014
|
{
|
|
18657
|
-
"path": "@100mslive/react-
|
|
19015
|
+
"path": "@100mslive/react-sdk",
|
|
18658
19016
|
"kind": "require-call",
|
|
18659
19017
|
"external": true
|
|
18660
19018
|
},
|
|
@@ -18694,1165 +19052,1120 @@
|
|
|
18694
19052
|
"cssBundle": "dist/index.cjs.css",
|
|
18695
19053
|
"inputs": {
|
|
18696
19054
|
"<define:process.env>": {
|
|
18697
|
-
"bytesInOutput":
|
|
19055
|
+
"bytesInOutput": 18025
|
|
18698
19056
|
},
|
|
18699
|
-
"
|
|
18700
|
-
"bytesInOutput":
|
|
19057
|
+
"../../node_modules/lodash/lodash.js": {
|
|
19058
|
+
"bytesInOutput": 224308
|
|
18701
19059
|
},
|
|
18702
|
-
"
|
|
18703
|
-
"bytesInOutput":
|
|
19060
|
+
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
|
19061
|
+
"bytesInOutput": 42462
|
|
18704
19062
|
},
|
|
18705
|
-
"
|
|
18706
|
-
"bytesInOutput":
|
|
19063
|
+
"../../node_modules/lodash.isequal/index.js": {
|
|
19064
|
+
"bytesInOutput": 26597
|
|
18707
19065
|
},
|
|
18708
|
-
"
|
|
18709
|
-
"bytesInOutput":
|
|
19066
|
+
"../../node_modules/sdp/sdp.js": {
|
|
19067
|
+
"bytesInOutput": 22295
|
|
18710
19068
|
},
|
|
18711
|
-
"
|
|
18712
|
-
"bytesInOutput":
|
|
19069
|
+
"../../node_modules/sdp-transform/lib/grammar.js": {
|
|
19070
|
+
"bytesInOutput": 16122
|
|
18713
19071
|
},
|
|
18714
|
-
"
|
|
18715
|
-
"bytesInOutput":
|
|
19072
|
+
"../../node_modules/sdp-transform/lib/parser.js": {
|
|
19073
|
+
"bytesInOutput": 3495
|
|
18716
19074
|
},
|
|
18717
|
-
"
|
|
18718
|
-
"bytesInOutput":
|
|
19075
|
+
"../../node_modules/sdp-transform/lib/writer.js": {
|
|
19076
|
+
"bytesInOutput": 3070
|
|
18719
19077
|
},
|
|
18720
|
-
"
|
|
18721
|
-
"bytesInOutput":
|
|
19078
|
+
"../../node_modules/sdp-transform/lib/index.js": {
|
|
19079
|
+
"bytesInOutput": 615
|
|
18722
19080
|
},
|
|
18723
|
-
"
|
|
18724
|
-
"bytesInOutput":
|
|
19081
|
+
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
|
19082
|
+
"bytesInOutput": 3850
|
|
18725
19083
|
},
|
|
18726
|
-
"
|
|
18727
|
-
"bytesInOutput":
|
|
19084
|
+
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
|
19085
|
+
"bytesInOutput": 7630
|
|
18728
19086
|
},
|
|
18729
|
-
"
|
|
18730
|
-
"bytesInOutput":
|
|
19087
|
+
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
|
19088
|
+
"bytesInOutput": 376
|
|
18731
19089
|
},
|
|
18732
|
-
"
|
|
18733
|
-
"bytesInOutput":
|
|
19090
|
+
"../../node_modules/object-assign/index.js": {
|
|
19091
|
+
"bytesInOutput": 2169
|
|
18734
19092
|
},
|
|
18735
|
-
"
|
|
18736
|
-
"bytesInOutput":
|
|
19093
|
+
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
|
19094
|
+
"bytesInOutput": 310
|
|
19095
|
+
},
|
|
19096
|
+
"../../node_modules/prop-types/lib/has.js": {
|
|
19097
|
+
"bytesInOutput": 210
|
|
19098
|
+
},
|
|
19099
|
+
"../../node_modules/prop-types/checkPropTypes.js": {
|
|
19100
|
+
"bytesInOutput": 2827
|
|
19101
|
+
},
|
|
19102
|
+
"../../node_modules/prop-types/factoryWithTypeCheckers.js": {
|
|
19103
|
+
"bytesInOutput": 19837
|
|
19104
|
+
},
|
|
19105
|
+
"../../node_modules/prop-types/factoryWithThrowingShims.js": {
|
|
19106
|
+
"bytesInOutput": 1648
|
|
19107
|
+
},
|
|
19108
|
+
"../../node_modules/prop-types/index.js": {
|
|
19109
|
+
"bytesInOutput": 500
|
|
19110
|
+
},
|
|
19111
|
+
"src/index.ts": {
|
|
19112
|
+
"bytesInOutput": 2158
|
|
18737
19113
|
},
|
|
18738
19114
|
"src/Button/index.tsx": {
|
|
18739
|
-
"bytesInOutput":
|
|
19115
|
+
"bytesInOutput": 27
|
|
18740
19116
|
},
|
|
18741
|
-
"src/
|
|
18742
|
-
"bytesInOutput":
|
|
19117
|
+
"src/Button/Button.tsx": {
|
|
19118
|
+
"bytesInOutput": 4463
|
|
19119
|
+
},
|
|
19120
|
+
"src/Layout/index.tsx": {
|
|
19121
|
+
"bytesInOutput": 27
|
|
19122
|
+
},
|
|
19123
|
+
"src/Layout/Flex.tsx": {
|
|
19124
|
+
"bytesInOutput": 1295
|
|
19125
|
+
},
|
|
19126
|
+
"src/Theme/stitches.config.ts": {
|
|
19127
|
+
"bytesInOutput": 1622
|
|
19128
|
+
},
|
|
19129
|
+
"src/Theme/base.config.ts": {
|
|
19130
|
+
"bytesInOutput": 5035
|
|
19131
|
+
},
|
|
19132
|
+
"src/Prebuilt/common/constants.ts": {
|
|
19133
|
+
"bytesInOutput": 3715
|
|
19134
|
+
},
|
|
19135
|
+
"src/Theme/ThemeProvider.tsx": {
|
|
19136
|
+
"bytesInOutput": 2005
|
|
19137
|
+
},
|
|
19138
|
+
"src/Theme/useSSR.tsx": {
|
|
19139
|
+
"bytesInOutput": 455
|
|
19140
|
+
},
|
|
19141
|
+
"src/Layout/Box.tsx": {
|
|
19142
|
+
"bytesInOutput": 56
|
|
19143
|
+
},
|
|
19144
|
+
"src/Loading/index.ts": {
|
|
19145
|
+
"bytesInOutput": 27
|
|
19146
|
+
},
|
|
19147
|
+
"src/Loading/Loading.tsx": {
|
|
19148
|
+
"bytesInOutput": 837
|
|
19149
|
+
},
|
|
19150
|
+
"src/utils/styles.ts": {
|
|
19151
|
+
"bytesInOutput": 263
|
|
18743
19152
|
},
|
|
18744
19153
|
"src/Text/index.tsx": {
|
|
18745
|
-
"bytesInOutput":
|
|
19154
|
+
"bytesInOutput": 27
|
|
18746
19155
|
},
|
|
18747
|
-
"src/
|
|
18748
|
-
"bytesInOutput":
|
|
19156
|
+
"src/Text/Text.tsx": {
|
|
19157
|
+
"bytesInOutput": 2645
|
|
18749
19158
|
},
|
|
18750
19159
|
"src/IconButton/index.tsx": {
|
|
18751
|
-
"bytesInOutput":
|
|
18752
|
-
},
|
|
18753
|
-
"src/Avatar/getAvatarBg.ts": {
|
|
18754
|
-
"bytesInOutput": 1173
|
|
19160
|
+
"bytesInOutput": 27
|
|
18755
19161
|
},
|
|
18756
|
-
"src/
|
|
18757
|
-
"bytesInOutput":
|
|
19162
|
+
"src/IconButton/IconButton.tsx": {
|
|
19163
|
+
"bytesInOutput": 882
|
|
18758
19164
|
},
|
|
18759
19165
|
"src/Avatar/index.ts": {
|
|
18760
|
-
"bytesInOutput":
|
|
19166
|
+
"bytesInOutput": 27
|
|
18761
19167
|
},
|
|
18762
|
-
"src/
|
|
18763
|
-
"bytesInOutput":
|
|
19168
|
+
"src/Avatar/Avatar.tsx": {
|
|
19169
|
+
"bytesInOutput": 1328
|
|
19170
|
+
},
|
|
19171
|
+
"src/Avatar/getAvatarBg.ts": {
|
|
19172
|
+
"bytesInOutput": 904
|
|
18764
19173
|
},
|
|
18765
19174
|
"src/Divider/index.ts": {
|
|
18766
|
-
"bytesInOutput":
|
|
19175
|
+
"bytesInOutput": 27
|
|
18767
19176
|
},
|
|
18768
|
-
"src/
|
|
18769
|
-
"bytesInOutput":
|
|
19177
|
+
"src/Divider/Divider.tsx": {
|
|
19178
|
+
"bytesInOutput": 867
|
|
18770
19179
|
},
|
|
18771
19180
|
"src/Switch/index.ts": {
|
|
18772
|
-
"bytesInOutput":
|
|
19181
|
+
"bytesInOutput": 27
|
|
18773
19182
|
},
|
|
18774
|
-
"src/
|
|
18775
|
-
"bytesInOutput":
|
|
19183
|
+
"src/Switch/Switch.tsx": {
|
|
19184
|
+
"bytesInOutput": 1178
|
|
18776
19185
|
},
|
|
18777
|
-
"src/
|
|
18778
|
-
"bytesInOutput":
|
|
19186
|
+
"src/Tooltip/index.ts": {
|
|
19187
|
+
"bytesInOutput": 27
|
|
18779
19188
|
},
|
|
18780
19189
|
"src/Tooltip/Tooltip.tsx": {
|
|
18781
|
-
"bytesInOutput":
|
|
19190
|
+
"bytesInOutput": 1869
|
|
18782
19191
|
},
|
|
18783
|
-
"src/
|
|
18784
|
-
"bytesInOutput":
|
|
19192
|
+
"src/utils/animations.ts": {
|
|
19193
|
+
"bytesInOutput": 3288
|
|
19194
|
+
},
|
|
19195
|
+
"src/Select/index.ts": {
|
|
19196
|
+
"bytesInOutput": 27
|
|
18785
19197
|
},
|
|
18786
19198
|
"src/Select/Select.tsx": {
|
|
18787
|
-
"bytesInOutput":
|
|
19199
|
+
"bytesInOutput": 1466
|
|
18788
19200
|
},
|
|
18789
|
-
"src/
|
|
18790
|
-
"bytesInOutput":
|
|
19201
|
+
"src/Slider/index.ts": {
|
|
19202
|
+
"bytesInOutput": 27
|
|
18791
19203
|
},
|
|
18792
19204
|
"src/Slider/Slider.tsx": {
|
|
18793
|
-
"bytesInOutput":
|
|
19205
|
+
"bytesInOutput": 1788
|
|
18794
19206
|
},
|
|
18795
|
-
"src/
|
|
18796
|
-
"bytesInOutput":
|
|
19207
|
+
"src/Modal/index.ts": {
|
|
19208
|
+
"bytesInOutput": 27
|
|
18797
19209
|
},
|
|
18798
|
-
"src/Modal/
|
|
18799
|
-
"bytesInOutput":
|
|
19210
|
+
"src/Modal/Dialog.tsx": {
|
|
19211
|
+
"bytesInOutput": 1534
|
|
18800
19212
|
},
|
|
18801
|
-
"src/
|
|
18802
|
-
"bytesInOutput":
|
|
19213
|
+
"src/Modal/DialogContent.tsx": {
|
|
19214
|
+
"bytesInOutput": 1857
|
|
18803
19215
|
},
|
|
18804
19216
|
"src/hooks/useDialogContainerSelector.tsx": {
|
|
18805
|
-
"bytesInOutput":
|
|
18806
|
-
},
|
|
18807
|
-
"src/Modal/Dialog.tsx": {
|
|
18808
|
-
"bytesInOutput": 1911
|
|
19217
|
+
"bytesInOutput": 232
|
|
18809
19218
|
},
|
|
18810
|
-
"src/
|
|
18811
|
-
"bytesInOutput":
|
|
19219
|
+
"src/context/DialogContext.tsx": {
|
|
19220
|
+
"bytesInOutput": 365
|
|
18812
19221
|
},
|
|
18813
19222
|
"src/Input/Input.tsx": {
|
|
18814
|
-
"bytesInOutput":
|
|
19223
|
+
"bytesInOutput": 2797
|
|
18815
19224
|
},
|
|
18816
|
-
"src/
|
|
18817
|
-
"bytesInOutput":
|
|
19225
|
+
"src/VideoTile/index.tsx": {
|
|
19226
|
+
"bytesInOutput": 27
|
|
18818
19227
|
},
|
|
18819
19228
|
"src/VideoTile/StyledVideoTile.tsx": {
|
|
18820
|
-
"bytesInOutput":
|
|
19229
|
+
"bytesInOutput": 2594
|
|
18821
19230
|
},
|
|
18822
|
-
"src/
|
|
18823
|
-
"bytesInOutput":
|
|
19231
|
+
"src/VideoList/index.tsx": {
|
|
19232
|
+
"bytesInOutput": 27
|
|
18824
19233
|
},
|
|
18825
19234
|
"src/VideoList/videoListUtils.tsx": {
|
|
18826
|
-
"bytesInOutput":
|
|
19235
|
+
"bytesInOutput": 331
|
|
18827
19236
|
},
|
|
18828
19237
|
"src/VideoList/StyledVideoList.tsx": {
|
|
18829
|
-
"bytesInOutput":
|
|
19238
|
+
"bytesInOutput": 551
|
|
18830
19239
|
},
|
|
18831
|
-
"src/
|
|
18832
|
-
"bytesInOutput":
|
|
19240
|
+
"src/Pagination/index.tsx": {
|
|
19241
|
+
"bytesInOutput": 27
|
|
18833
19242
|
},
|
|
18834
19243
|
"src/Pagination/StyledPagination.tsx": {
|
|
18835
|
-
"bytesInOutput":
|
|
18836
|
-
},
|
|
18837
|
-
"src/Pagination/index.tsx": {
|
|
18838
|
-
"bytesInOutput": 149
|
|
19244
|
+
"bytesInOutput": 1036
|
|
18839
19245
|
},
|
|
18840
19246
|
"src/Dropdown/Dropdown.tsx": {
|
|
18841
|
-
"bytesInOutput":
|
|
19247
|
+
"bytesInOutput": 3045
|
|
18842
19248
|
},
|
|
18843
|
-
"src/
|
|
18844
|
-
"bytesInOutput":
|
|
19249
|
+
"src/Video/index.tsx": {
|
|
19250
|
+
"bytesInOutput": 27
|
|
18845
19251
|
},
|
|
18846
19252
|
"src/Video/Video.tsx": {
|
|
18847
|
-
"bytesInOutput":
|
|
19253
|
+
"bytesInOutput": 1257
|
|
18848
19254
|
},
|
|
18849
|
-
"src/
|
|
18850
|
-
"bytesInOutput":
|
|
19255
|
+
"src/TileMenu/index.tsx": {
|
|
19256
|
+
"bytesInOutput": 27
|
|
18851
19257
|
},
|
|
18852
19258
|
"src/TileMenu/StyledMenuTile.tsx": {
|
|
18853
|
-
"bytesInOutput":
|
|
19259
|
+
"bytesInOutput": 1986
|
|
18854
19260
|
},
|
|
18855
|
-
"src/
|
|
18856
|
-
"bytesInOutput":
|
|
19261
|
+
"src/AudioLevel/index.ts": {
|
|
19262
|
+
"bytesInOutput": 27
|
|
18857
19263
|
},
|
|
18858
19264
|
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
|
18859
|
-
"bytesInOutput":
|
|
18860
|
-
},
|
|
18861
|
-
"src/AudioLevel/audio-level.png": {
|
|
18862
|
-
"bytesInOutput": 983
|
|
19265
|
+
"bytesInOutput": 780
|
|
18863
19266
|
},
|
|
18864
19267
|
"src/AudioLevel/AudioLevel.tsx": {
|
|
18865
|
-
"bytesInOutput":
|
|
18866
|
-
},
|
|
18867
|
-
"src/AudioLevel/index.ts": {
|
|
18868
|
-
"bytesInOutput": 175
|
|
19268
|
+
"bytesInOutput": 2372
|
|
18869
19269
|
},
|
|
18870
19270
|
"src/Popover/index.tsx": {
|
|
18871
|
-
"bytesInOutput":
|
|
19271
|
+
"bytesInOutput": 787
|
|
19272
|
+
},
|
|
19273
|
+
"src/Stats/index.tsx": {
|
|
19274
|
+
"bytesInOutput": 27
|
|
19275
|
+
},
|
|
19276
|
+
"src/Stats/Stats.tsx": {
|
|
19277
|
+
"bytesInOutput": 9337
|
|
18872
19278
|
},
|
|
18873
19279
|
"src/Stats/formatBytes.ts": {
|
|
18874
|
-
"bytesInOutput":
|
|
19280
|
+
"bytesInOutput": 473
|
|
18875
19281
|
},
|
|
18876
19282
|
"src/Stats/StyledStats.tsx": {
|
|
18877
|
-
"bytesInOutput":
|
|
19283
|
+
"bytesInOutput": 708
|
|
18878
19284
|
},
|
|
18879
19285
|
"src/Stats/useQoE.ts": {
|
|
18880
|
-
"bytesInOutput":
|
|
18881
|
-
},
|
|
18882
|
-
"src/Stats/Stats.tsx": {
|
|
18883
|
-
"bytesInOutput": 9732
|
|
18884
|
-
},
|
|
18885
|
-
"src/Stats/index.tsx": {
|
|
18886
|
-
"bytesInOutput": 153
|
|
19286
|
+
"bytesInOutput": 3288
|
|
18887
19287
|
},
|
|
18888
19288
|
"src/Checkbox/Checkbox.tsx": {
|
|
18889
|
-
"bytesInOutput":
|
|
18890
|
-
},
|
|
18891
|
-
"src/Checkbox/index.tsx": {
|
|
18892
|
-
"bytesInOutput": 138
|
|
19289
|
+
"bytesInOutput": 738
|
|
18893
19290
|
},
|
|
18894
19291
|
"src/Label/Label.tsx": {
|
|
18895
|
-
"bytesInOutput":
|
|
18896
|
-
},
|
|
18897
|
-
"src/Label/index.ts": {
|
|
18898
|
-
"bytesInOutput": 128
|
|
19292
|
+
"bytesInOutput": 208
|
|
18899
19293
|
},
|
|
18900
19294
|
"src/RadioGroup/RadioGroup.tsx": {
|
|
18901
|
-
"bytesInOutput":
|
|
18902
|
-
},
|
|
18903
|
-
"src/RadioGroup/index.tsx": {
|
|
18904
|
-
"bytesInOutput": 144
|
|
19295
|
+
"bytesInOutput": 745
|
|
18905
19296
|
},
|
|
18906
19297
|
"src/Toast/Toast.tsx": {
|
|
18907
|
-
"bytesInOutput":
|
|
19298
|
+
"bytesInOutput": 4359
|
|
18908
19299
|
},
|
|
18909
|
-
"src/
|
|
18910
|
-
"bytesInOutput":
|
|
19300
|
+
"src/Accordion/index.ts": {
|
|
19301
|
+
"bytesInOutput": 149
|
|
18911
19302
|
},
|
|
18912
19303
|
"src/Accordion/Accordion.tsx": {
|
|
18913
|
-
"bytesInOutput":
|
|
18914
|
-
},
|
|
18915
|
-
"src/Accordion/index.ts": {
|
|
18916
|
-
"bytesInOutput": 297
|
|
19304
|
+
"bytesInOutput": 2682
|
|
18917
19305
|
},
|
|
18918
19306
|
"src/Fieldset/Fieldset.tsx": {
|
|
18919
|
-
"bytesInOutput":
|
|
19307
|
+
"bytesInOutput": 233
|
|
18920
19308
|
},
|
|
18921
|
-
"src/
|
|
18922
|
-
"bytesInOutput":
|
|
19309
|
+
"src/Footer/index.tsx": {
|
|
19310
|
+
"bytesInOutput": 27
|
|
18923
19311
|
},
|
|
18924
19312
|
"src/Footer/Footer.tsx": {
|
|
18925
|
-
"bytesInOutput":
|
|
19313
|
+
"bytesInOutput": 713
|
|
18926
19314
|
},
|
|
18927
|
-
"src/
|
|
18928
|
-
"bytesInOutput":
|
|
19315
|
+
"src/ReactSelect/index.ts": {
|
|
19316
|
+
"bytesInOutput": 117
|
|
18929
19317
|
},
|
|
18930
19318
|
"src/ReactSelect/ReactSelect.tsx": {
|
|
18931
|
-
"bytesInOutput":
|
|
18932
|
-
},
|
|
18933
|
-
"src/ReactSelect/index.ts": {
|
|
18934
|
-
"bytesInOutput": 236
|
|
19319
|
+
"bytesInOutput": 2241
|
|
18935
19320
|
},
|
|
18936
19321
|
"src/Tabs/Tabs.tsx": {
|
|
18937
|
-
"bytesInOutput":
|
|
18938
|
-
},
|
|
18939
|
-
"src/Tabs/index.tsx": {
|
|
18940
|
-
"bytesInOutput": 126
|
|
19322
|
+
"bytesInOutput": 806
|
|
18941
19323
|
},
|
|
18942
19324
|
"src/QRCode/QRCode.tsx": {
|
|
18943
|
-
"bytesInOutput":
|
|
19325
|
+
"bytesInOutput": 306
|
|
18944
19326
|
},
|
|
18945
|
-
"src/
|
|
18946
|
-
"bytesInOutput":
|
|
19327
|
+
"src/Link/index.tsx": {
|
|
19328
|
+
"bytesInOutput": 27
|
|
18947
19329
|
},
|
|
18948
19330
|
"src/Link/Link.tsx": {
|
|
18949
|
-
"bytesInOutput":
|
|
18950
|
-
},
|
|
18951
|
-
"src/Link/index.tsx": {
|
|
18952
|
-
"bytesInOutput": 126
|
|
19331
|
+
"bytesInOutput": 1334
|
|
18953
19332
|
},
|
|
18954
19333
|
"src/Collapsible/Collapsible.tsx": {
|
|
18955
|
-
"bytesInOutput":
|
|
19334
|
+
"bytesInOutput": 925
|
|
18956
19335
|
},
|
|
18957
|
-
"src/
|
|
18958
|
-
"bytesInOutput":
|
|
19336
|
+
"src/Prebuilt/App.tsx": {
|
|
19337
|
+
"bytesInOutput": 8561
|
|
18959
19338
|
},
|
|
18960
|
-
"src/Prebuilt/components/
|
|
18961
|
-
"bytesInOutput":
|
|
19339
|
+
"src/Prebuilt/components/AppData/AppData.tsx": {
|
|
19340
|
+
"bytesInOutput": 6918
|
|
18962
19341
|
},
|
|
18963
|
-
"src/Prebuilt/components/
|
|
18964
|
-
"bytesInOutput":
|
|
19342
|
+
"src/Prebuilt/components/Settings/LayoutSettings.tsx": {
|
|
19343
|
+
"bytesInOutput": 2847
|
|
19344
|
+
},
|
|
19345
|
+
"src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
|
|
19346
|
+
"bytesInOutput": 1037
|
|
18965
19347
|
},
|
|
18966
19348
|
"src/Prebuilt/components/AppData/useUISettings.js": {
|
|
18967
|
-
"bytesInOutput":
|
|
19349
|
+
"bytesInOutput": 6521
|
|
18968
19350
|
},
|
|
18969
|
-
"src/Prebuilt/components/
|
|
18970
|
-
"bytesInOutput":
|
|
19351
|
+
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
|
19352
|
+
"bytesInOutput": 783
|
|
18971
19353
|
},
|
|
18972
|
-
"src/Prebuilt/components/Settings/
|
|
18973
|
-
"bytesInOutput":
|
|
19354
|
+
"src/Prebuilt/components/Settings/common.ts": {
|
|
19355
|
+
"bytesInOutput": 241
|
|
18974
19356
|
},
|
|
18975
|
-
"
|
|
18976
|
-
"bytesInOutput":
|
|
19357
|
+
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
|
19358
|
+
"bytesInOutput": 2929
|
|
18977
19359
|
},
|
|
18978
|
-
"src/Prebuilt/provider/roomLayoutProvider/
|
|
18979
|
-
"bytesInOutput":
|
|
19360
|
+
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
|
19361
|
+
"bytesInOutput": 1406
|
|
18980
19362
|
},
|
|
18981
19363
|
"src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
|
|
18982
|
-
"bytesInOutput":
|
|
19364
|
+
"bytesInOutput": 2535
|
|
18983
19365
|
},
|
|
18984
|
-
"src/Prebuilt/provider/roomLayoutProvider/index.
|
|
18985
|
-
"bytesInOutput":
|
|
19366
|
+
"src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
|
|
19367
|
+
"bytesInOutput": 1498
|
|
18986
19368
|
},
|
|
18987
19369
|
"src/Prebuilt/common/utils.js": {
|
|
18988
|
-
"bytesInOutput":
|
|
18989
|
-
},
|
|
18990
|
-
"src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
|
|
18991
|
-
"bytesInOutput": 3165
|
|
19370
|
+
"bytesInOutput": 3169
|
|
18992
19371
|
},
|
|
18993
19372
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
|
18994
|
-
"bytesInOutput":
|
|
19373
|
+
"bytesInOutput": 2697
|
|
18995
19374
|
},
|
|
18996
19375
|
"src/Prebuilt/components/MoreSettings/constants.ts": {
|
|
18997
|
-
"bytesInOutput":
|
|
19376
|
+
"bytesInOutput": 490
|
|
18998
19377
|
},
|
|
18999
|
-
"src/Prebuilt/components/
|
|
19000
|
-
"bytesInOutput":
|
|
19378
|
+
"src/Prebuilt/components/AuthToken.tsx": {
|
|
19379
|
+
"bytesInOutput": 4433
|
|
19001
19380
|
},
|
|
19002
19381
|
"src/Prebuilt/AppContext.tsx": {
|
|
19003
|
-
"bytesInOutput":
|
|
19382
|
+
"bytesInOutput": 599
|
|
19383
|
+
},
|
|
19384
|
+
"src/Prebuilt/AppStateContext.tsx": {
|
|
19385
|
+
"bytesInOutput": 3289
|
|
19004
19386
|
},
|
|
19005
19387
|
"src/Prebuilt/components/VirtualBackground/VBHandler.tsx": {
|
|
19006
|
-
"bytesInOutput":
|
|
19388
|
+
"bytesInOutput": 4676
|
|
19007
19389
|
},
|
|
19008
|
-
"src/Prebuilt/components/
|
|
19009
|
-
"bytesInOutput":
|
|
19390
|
+
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
|
19391
|
+
"bytesInOutput": 494
|
|
19010
19392
|
},
|
|
19011
19393
|
"src/Prebuilt/components/PIP/PIPManager.ts": {
|
|
19012
|
-
"bytesInOutput":
|
|
19394
|
+
"bytesInOutput": 9827
|
|
19013
19395
|
},
|
|
19014
|
-
"src/Prebuilt/components/
|
|
19015
|
-
"bytesInOutput":
|
|
19016
|
-
},
|
|
19017
|
-
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
|
19018
|
-
"bytesInOutput": 786
|
|
19396
|
+
"src/Prebuilt/components/PIP/pipUtils.js": {
|
|
19397
|
+
"bytesInOutput": 4289
|
|
19019
19398
|
},
|
|
19020
|
-
"src/Prebuilt/
|
|
19021
|
-
"bytesInOutput":
|
|
19399
|
+
"src/Prebuilt/components/Toast/ToastManager.js": {
|
|
19400
|
+
"bytesInOutput": 1053
|
|
19022
19401
|
},
|
|
19023
|
-
"src/Prebuilt/
|
|
19024
|
-
"bytesInOutput":
|
|
19402
|
+
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
19403
|
+
"bytesInOutput": 7820
|
|
19025
19404
|
},
|
|
19026
|
-
"src/Prebuilt/components/
|
|
19027
|
-
"bytesInOutput":
|
|
19405
|
+
"src/Prebuilt/components/Footer/Footer.tsx": {
|
|
19406
|
+
"bytesInOutput": 3740
|
|
19028
19407
|
},
|
|
19029
|
-
"src/Prebuilt/
|
|
19030
|
-
"bytesInOutput":
|
|
19408
|
+
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19409
|
+
"bytesInOutput": 15351
|
|
19031
19410
|
},
|
|
19032
19411
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
|
|
19033
|
-
"bytesInOutput":
|
|
19412
|
+
"bytesInOutput": 3499
|
|
19413
|
+
},
|
|
19414
|
+
"src/Prebuilt/IconButton.tsx": {
|
|
19415
|
+
"bytesInOutput": 487
|
|
19034
19416
|
},
|
|
19035
19417
|
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
|
19036
|
-
"bytesInOutput":
|
|
19418
|
+
"bytesInOutput": 1424
|
|
19037
19419
|
},
|
|
19038
|
-
"src/
|
|
19039
|
-
"bytesInOutput":
|
|
19420
|
+
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
19421
|
+
"bytesInOutput": 9790
|
|
19040
19422
|
},
|
|
19041
19423
|
"src/Sheet/index.ts": {
|
|
19042
|
-
"bytesInOutput":
|
|
19424
|
+
"bytesInOutput": 27
|
|
19425
|
+
},
|
|
19426
|
+
"src/Sheet/Sheet.tsx": {
|
|
19427
|
+
"bytesInOutput": 2945
|
|
19428
|
+
},
|
|
19429
|
+
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
|
19430
|
+
"bytesInOutput": 7088
|
|
19043
19431
|
},
|
|
19044
19432
|
"src/Prebuilt/primitives/DropdownTrigger.jsx": {
|
|
19045
|
-
"bytesInOutput":
|
|
19433
|
+
"bytesInOutput": 1405
|
|
19046
19434
|
},
|
|
19047
19435
|
"src/Prebuilt/components/hooks/useAudioOutputTest.tsx": {
|
|
19048
|
-
"bytesInOutput":
|
|
19436
|
+
"bytesInOutput": 579
|
|
19049
19437
|
},
|
|
19050
19438
|
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
|
19051
|
-
"bytesInOutput":
|
|
19052
|
-
},
|
|
19053
|
-
"src/Prebuilt/components/Settings/DeviceSettings.jsx": {
|
|
19054
|
-
"bytesInOutput": 8187
|
|
19439
|
+
"bytesInOutput": 93
|
|
19055
19440
|
},
|
|
19056
19441
|
"src/Prebuilt/components/Settings/NotificationSettings.tsx": {
|
|
19057
|
-
"bytesInOutput":
|
|
19058
|
-
},
|
|
19059
|
-
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
|
19060
|
-
"bytesInOutput": 11206
|
|
19061
|
-
},
|
|
19062
|
-
"src/Prebuilt/components/AudioVideoToggle.tsx": {
|
|
19063
|
-
"bytesInOutput": 17283
|
|
19442
|
+
"bytesInOutput": 2044
|
|
19064
19443
|
},
|
|
19065
19444
|
"src/Prebuilt/components/CaptionIcon.tsx": {
|
|
19066
|
-
"bytesInOutput":
|
|
19445
|
+
"bytesInOutput": 1034
|
|
19446
|
+
},
|
|
19447
|
+
"src/Prebuilt/components/EmojiReaction.jsx": {
|
|
19448
|
+
"bytesInOutput": 2852
|
|
19067
19449
|
},
|
|
19068
19450
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
|
19069
|
-
"bytesInOutput":
|
|
19451
|
+
"bytesInOutput": 1036
|
|
19070
19452
|
},
|
|
19071
19453
|
"src/Prebuilt/components/hooks/useDropdownList.ts": {
|
|
19072
|
-
"bytesInOutput":
|
|
19454
|
+
"bytesInOutput": 613
|
|
19073
19455
|
},
|
|
19074
19456
|
"src/Prebuilt/common/hooks.ts": {
|
|
19075
|
-
"bytesInOutput":
|
|
19457
|
+
"bytesInOutput": 7201
|
|
19076
19458
|
},
|
|
19077
|
-
"src/Prebuilt/components/
|
|
19078
|
-
"bytesInOutput":
|
|
19459
|
+
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
19460
|
+
"bytesInOutput": 2540
|
|
19461
|
+
},
|
|
19462
|
+
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
19463
|
+
"bytesInOutput": 6304
|
|
19079
19464
|
},
|
|
19080
19465
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
|
19081
|
-
"bytesInOutput":
|
|
19466
|
+
"bytesInOutput": 2134
|
|
19082
19467
|
},
|
|
19083
19468
|
"src/Prebuilt/components/Leave/LeaveAtoms.tsx": {
|
|
19084
|
-
"bytesInOutput":
|
|
19469
|
+
"bytesInOutput": 491
|
|
19085
19470
|
},
|
|
19086
19471
|
"src/Prebuilt/components/Leave/LeaveCard.tsx": {
|
|
19087
|
-
"bytesInOutput":
|
|
19472
|
+
"bytesInOutput": 749
|
|
19088
19473
|
},
|
|
19089
19474
|
"src/Prebuilt/components/Leave/LeaveSessionContent.tsx": {
|
|
19090
|
-
"bytesInOutput":
|
|
19091
|
-
},
|
|
19092
|
-
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
19093
|
-
"bytesInOutput": 7168
|
|
19475
|
+
"bytesInOutput": 1947
|
|
19094
19476
|
},
|
|
19095
19477
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
|
19096
|
-
"bytesInOutput":
|
|
19478
|
+
"bytesInOutput": 5210
|
|
19097
19479
|
},
|
|
19098
|
-
"src/Prebuilt/components/
|
|
19099
|
-
"bytesInOutput":
|
|
19480
|
+
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19481
|
+
"bytesInOutput": 540
|
|
19100
19482
|
},
|
|
19101
|
-
"src/Prebuilt/components/
|
|
19102
|
-
"bytesInOutput":
|
|
19483
|
+
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
19484
|
+
"bytesInOutput": 9936
|
|
19485
|
+
},
|
|
19486
|
+
"src/Prebuilt/components/PIP/index.jsx": {
|
|
19487
|
+
"bytesInOutput": 212
|
|
19103
19488
|
},
|
|
19104
19489
|
"src/Prebuilt/components/PIP/PIPComponent.tsx": {
|
|
19105
|
-
"bytesInOutput":
|
|
19490
|
+
"bytesInOutput": 2824
|
|
19106
19491
|
},
|
|
19107
|
-
"src/Prebuilt/components/PIP/
|
|
19108
|
-
"bytesInOutput":
|
|
19492
|
+
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
|
19493
|
+
"bytesInOutput": 2555
|
|
19109
19494
|
},
|
|
19110
|
-
"src/
|
|
19111
|
-
"bytesInOutput":
|
|
19495
|
+
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
19496
|
+
"bytesInOutput": 10704
|
|
19112
19497
|
},
|
|
19113
19498
|
"src/TextArea/index.tsx": {
|
|
19114
|
-
"bytesInOutput":
|
|
19499
|
+
"bytesInOutput": 27
|
|
19500
|
+
},
|
|
19501
|
+
"src/TextArea/TextArea.tsx": {
|
|
19502
|
+
"bytesInOutput": 651
|
|
19503
|
+
},
|
|
19504
|
+
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
|
19505
|
+
"bytesInOutput": 15498
|
|
19506
|
+
},
|
|
19507
|
+
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
|
19508
|
+
"bytesInOutput": 10246
|
|
19115
19509
|
},
|
|
19116
19510
|
"src/Prebuilt/components/Chat/MwebChatOption.tsx": {
|
|
19117
|
-
"bytesInOutput":
|
|
19511
|
+
"bytesInOutput": 463
|
|
19118
19512
|
},
|
|
19119
19513
|
"src/Prebuilt/components/hooks/useChatBlacklist.ts": {
|
|
19120
|
-
"bytesInOutput":
|
|
19514
|
+
"bytesInOutput": 1240
|
|
19121
19515
|
},
|
|
19122
19516
|
"src/Prebuilt/components/hooks/usePinnedMessages.ts": {
|
|
19123
|
-
"bytesInOutput":
|
|
19124
|
-
},
|
|
19125
|
-
"src/Prebuilt/components/Chat/ChatActions.tsx": {
|
|
19126
|
-
"bytesInOutput": 11527
|
|
19127
|
-
},
|
|
19128
|
-
"src/Prebuilt/images/empty-chat.svg": {
|
|
19129
|
-
"bytesInOutput": 2366
|
|
19517
|
+
"bytesInOutput": 2781
|
|
19130
19518
|
},
|
|
19131
19519
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
|
19132
|
-
"bytesInOutput":
|
|
19520
|
+
"bytesInOutput": 2168
|
|
19133
19521
|
},
|
|
19134
19522
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
|
19135
|
-
"bytesInOutput":
|
|
19523
|
+
"bytesInOutput": 702
|
|
19136
19524
|
},
|
|
19137
19525
|
"src/Prebuilt/components/Chat/utils.ts": {
|
|
19138
|
-
"bytesInOutput":
|
|
19139
|
-
},
|
|
19140
|
-
"src/Prebuilt/components/Chat/ChatBody.tsx": {
|
|
19141
|
-
"bytesInOutput": 17743
|
|
19142
|
-
},
|
|
19143
|
-
"src/Prebuilt/components/PIP/PIPChat.tsx": {
|
|
19144
|
-
"bytesInOutput": 11939
|
|
19526
|
+
"bytesInOutput": 347
|
|
19145
19527
|
},
|
|
19146
19528
|
"src/Prebuilt/components/PIP/PIPChatOption.tsx": {
|
|
19147
|
-
"bytesInOutput":
|
|
19529
|
+
"bytesInOutput": 695
|
|
19148
19530
|
},
|
|
19149
19531
|
"src/Prebuilt/components/PIP/PIPWindow.tsx": {
|
|
19150
|
-
"bytesInOutput":
|
|
19532
|
+
"bytesInOutput": 299
|
|
19151
19533
|
},
|
|
19152
19534
|
"src/Prebuilt/components/RoleChangeModal.tsx": {
|
|
19153
|
-
"bytesInOutput":
|
|
19535
|
+
"bytesInOutput": 6269
|
|
19154
19536
|
},
|
|
19155
|
-
"src/Prebuilt/
|
|
19156
|
-
"bytesInOutput":
|
|
19537
|
+
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
|
19538
|
+
"bytesInOutput": 3858
|
|
19157
19539
|
},
|
|
19158
19540
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
|
19159
|
-
"bytesInOutput":
|
|
19541
|
+
"bytesInOutput": 3181
|
|
19160
19542
|
},
|
|
19161
|
-
"src/Prebuilt/
|
|
19162
|
-
"bytesInOutput":
|
|
19543
|
+
"src/Prebuilt/primitives/DialogContent.jsx": {
|
|
19544
|
+
"bytesInOutput": 8368
|
|
19163
19545
|
},
|
|
19164
19546
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
|
19165
|
-
"bytesInOutput":
|
|
19547
|
+
"bytesInOutput": 15259
|
|
19166
19548
|
},
|
|
19167
19549
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
|
19168
|
-
"bytesInOutput":
|
|
19169
|
-
},
|
|
19170
|
-
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
|
19171
|
-
"bytesInOutput": 6116
|
|
19550
|
+
"bytesInOutput": 5478
|
|
19172
19551
|
},
|
|
19173
19552
|
"src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
|
|
19174
|
-
"bytesInOutput":
|
|
19553
|
+
"bytesInOutput": 1173
|
|
19175
19554
|
},
|
|
19176
|
-
"src/Prebuilt/components/
|
|
19177
|
-
"bytesInOutput":
|
|
19555
|
+
"src/Prebuilt/components/MoreSettings/CaptionContent.tsx": {
|
|
19556
|
+
"bytesInOutput": 5299
|
|
19178
19557
|
},
|
|
19179
19558
|
"src/Prebuilt/components/MoreSettings/FullScreenItem.tsx": {
|
|
19180
|
-
"bytesInOutput":
|
|
19559
|
+
"bytesInOutput": 722
|
|
19181
19560
|
},
|
|
19182
|
-
"src/Prebuilt/components/
|
|
19183
|
-
"bytesInOutput":
|
|
19561
|
+
"src/Prebuilt/components/hooks/useFullscreen.ts": {
|
|
19562
|
+
"bytesInOutput": 1428
|
|
19184
19563
|
},
|
|
19185
19564
|
"src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
|
|
19186
|
-
"bytesInOutput":
|
|
19565
|
+
"bytesInOutput": 1945
|
|
19566
|
+
},
|
|
19567
|
+
"src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
|
|
19568
|
+
"bytesInOutput": 2856
|
|
19187
19569
|
},
|
|
19188
19570
|
"src/Prebuilt/components/hooks/useMetadata.tsx": {
|
|
19189
|
-
"bytesInOutput":
|
|
19571
|
+
"bytesInOutput": 1909
|
|
19190
19572
|
},
|
|
19191
|
-
"src/Prebuilt/components/PIP/
|
|
19192
|
-
"bytesInOutput":
|
|
19573
|
+
"src/Prebuilt/components/PIP/usePIPChat.tsx": {
|
|
19574
|
+
"bytesInOutput": 3780
|
|
19193
19575
|
},
|
|
19194
19576
|
"src/Prebuilt/components/PIP/usePIPWindow.tsx": {
|
|
19195
|
-
"bytesInOutput":
|
|
19577
|
+
"bytesInOutput": 278
|
|
19196
19578
|
},
|
|
19197
|
-
"src/Prebuilt/components/PIP/
|
|
19198
|
-
"bytesInOutput":
|
|
19579
|
+
"src/Prebuilt/components/PIP/context.ts": {
|
|
19580
|
+
"bytesInOutput": 126
|
|
19199
19581
|
},
|
|
19200
|
-
"src/Prebuilt/components/MoreSettings/SplitComponents/
|
|
19201
|
-
"bytesInOutput":
|
|
19582
|
+
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
19583
|
+
"bytesInOutput": 13561
|
|
19584
|
+
},
|
|
19585
|
+
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
19586
|
+
"bytesInOutput": 10613
|
|
19587
|
+
},
|
|
19588
|
+
"../hms-video-store/dist/index.js": {
|
|
19589
|
+
"bytesInOutput": 53435
|
|
19202
19590
|
},
|
|
19203
19591
|
"../../node_modules/reselect/es/index.js": {
|
|
19204
|
-
"bytesInOutput":
|
|
19592
|
+
"bytesInOutput": 2539
|
|
19205
19593
|
},
|
|
19206
|
-
"../../node_modules/
|
|
19207
|
-
"bytesInOutput":
|
|
19594
|
+
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
|
19595
|
+
"bytesInOutput": 118
|
|
19208
19596
|
},
|
|
19209
|
-
"../../node_modules/
|
|
19210
|
-
"bytesInOutput":
|
|
19597
|
+
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
|
19598
|
+
"bytesInOutput": 4335
|
|
19211
19599
|
},
|
|
19212
19600
|
"../../node_modules/webrtc-adapter/src/js/utils.js": {
|
|
19213
|
-
"bytesInOutput":
|
|
19601
|
+
"bytesInOutput": 6313
|
|
19602
|
+
},
|
|
19603
|
+
"../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
|
|
19604
|
+
"bytesInOutput": 22676
|
|
19214
19605
|
},
|
|
19215
19606
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
|
19216
|
-
"bytesInOutput":
|
|
19607
|
+
"bytesInOutput": 6095
|
|
19217
19608
|
},
|
|
19218
19609
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
|
19219
|
-
"bytesInOutput":
|
|
19610
|
+
"bytesInOutput": 1256
|
|
19220
19611
|
},
|
|
19221
|
-
"../../node_modules/webrtc-adapter/src/js/
|
|
19222
|
-
"bytesInOutput":
|
|
19612
|
+
"../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
|
|
19613
|
+
"bytesInOutput": 9143
|
|
19223
19614
|
},
|
|
19224
19615
|
"../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
|
|
19225
|
-
"bytesInOutput":
|
|
19616
|
+
"bytesInOutput": 2140
|
|
19226
19617
|
},
|
|
19227
19618
|
"../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
|
|
19228
|
-
"bytesInOutput":
|
|
19229
|
-
},
|
|
19230
|
-
"../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
|
|
19231
|
-
"bytesInOutput": 9352
|
|
19619
|
+
"bytesInOutput": 842
|
|
19232
19620
|
},
|
|
19233
19621
|
"../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
|
|
19234
|
-
"bytesInOutput":
|
|
19235
|
-
},
|
|
19236
|
-
"../../node_modules/sdp/sdp.js": {
|
|
19237
|
-
"bytesInOutput": 22295
|
|
19622
|
+
"bytesInOutput": 11866
|
|
19238
19623
|
},
|
|
19239
19624
|
"../../node_modules/webrtc-adapter/src/js/common_shim.js": {
|
|
19240
|
-
"bytesInOutput":
|
|
19241
|
-
},
|
|
19242
|
-
"../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
|
|
19243
|
-
"bytesInOutput": 4575
|
|
19244
|
-
},
|
|
19245
|
-
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
|
19246
|
-
"bytesInOutput": 286
|
|
19247
|
-
},
|
|
19248
|
-
"../../node_modules/sdp-transform/lib/grammar.js": {
|
|
19249
|
-
"bytesInOutput": 16122
|
|
19250
|
-
},
|
|
19251
|
-
"../../node_modules/sdp-transform/lib/parser.js": {
|
|
19252
|
-
"bytesInOutput": 3500
|
|
19253
|
-
},
|
|
19254
|
-
"../../node_modules/sdp-transform/lib/writer.js": {
|
|
19255
|
-
"bytesInOutput": 3070
|
|
19256
|
-
},
|
|
19257
|
-
"../../node_modules/sdp-transform/lib/index.js": {
|
|
19258
|
-
"bytesInOutput": 615
|
|
19259
|
-
},
|
|
19260
|
-
"../hms-video-store/dist/index.js": {
|
|
19261
|
-
"bytesInOutput": 57432
|
|
19625
|
+
"bytesInOutput": 12458
|
|
19262
19626
|
},
|
|
19263
|
-
"src/Prebuilt/components/
|
|
19264
|
-
"bytesInOutput":
|
|
19627
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
19628
|
+
"bytesInOutput": 2390
|
|
19265
19629
|
},
|
|
19266
19630
|
"src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
|
|
19267
|
-
"bytesInOutput":
|
|
19268
|
-
},
|
|
19269
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
|
|
19270
|
-
"bytesInOutput": 2886
|
|
19631
|
+
"bytesInOutput": 3743
|
|
19271
19632
|
},
|
|
19272
19633
|
"src/Prebuilt/components/AppData/useSheet.ts": {
|
|
19273
|
-
"bytesInOutput":
|
|
19634
|
+
"bytesInOutput": 839
|
|
19274
19635
|
},
|
|
19275
19636
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
|
19276
|
-
"bytesInOutput":
|
|
19277
|
-
},
|
|
19278
|
-
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
19279
|
-
"bytesInOutput": 14727
|
|
19280
|
-
},
|
|
19281
|
-
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
19282
|
-
"bytesInOutput": 831
|
|
19637
|
+
"bytesInOutput": 670
|
|
19283
19638
|
},
|
|
19284
19639
|
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
19285
|
-
"bytesInOutput":
|
|
19640
|
+
"bytesInOutput": 975
|
|
19286
19641
|
},
|
|
19287
|
-
"src/Prebuilt/
|
|
19288
|
-
"bytesInOutput":
|
|
19642
|
+
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
|
19643
|
+
"bytesInOutput": 1838
|
|
19289
19644
|
},
|
|
19290
|
-
"src/Prebuilt/
|
|
19291
|
-
"bytesInOutput":
|
|
19645
|
+
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
19646
|
+
"bytesInOutput": 7758
|
|
19292
19647
|
},
|
|
19293
19648
|
"src/Prebuilt/components/ShareMenuIcon.jsx": {
|
|
19294
|
-
"bytesInOutput":
|
|
19649
|
+
"bytesInOutput": 462
|
|
19650
|
+
},
|
|
19651
|
+
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
|
19652
|
+
"bytesInOutput": 1314
|
|
19295
19653
|
},
|
|
19296
19654
|
"src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx": {
|
|
19297
|
-
"bytesInOutput":
|
|
19655
|
+
"bytesInOutput": 784
|
|
19298
19656
|
},
|
|
19299
19657
|
"src/Prebuilt/components/pdfAnnotator/submitPdf.jsx": {
|
|
19300
|
-
"bytesInOutput":
|
|
19301
|
-
},
|
|
19302
|
-
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
|
19303
|
-
"bytesInOutput": 1217
|
|
19658
|
+
"bytesInOutput": 1088
|
|
19304
19659
|
},
|
|
19305
19660
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
|
19306
|
-
"bytesInOutput":
|
|
19661
|
+
"bytesInOutput": 2342
|
|
19307
19662
|
},
|
|
19308
|
-
"src/Prebuilt/components/pdfAnnotator/
|
|
19309
|
-
"bytesInOutput":
|
|
19310
|
-
},
|
|
19311
|
-
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
|
19312
|
-
"bytesInOutput": 7958
|
|
19313
|
-
},
|
|
19314
|
-
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
|
19315
|
-
"bytesInOutput": 2366
|
|
19663
|
+
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
|
19664
|
+
"bytesInOutput": 905
|
|
19316
19665
|
},
|
|
19317
19666
|
"src/Prebuilt/components/VirtualBackground/VBToggle.tsx": {
|
|
19318
|
-
"bytesInOutput":
|
|
19667
|
+
"bytesInOutput": 1855
|
|
19319
19668
|
},
|
|
19320
19669
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
|
19321
|
-
"bytesInOutput":
|
|
19670
|
+
"bytesInOutput": 1678
|
|
19322
19671
|
},
|
|
19323
|
-
"src/Prebuilt/components/
|
|
19324
|
-
"bytesInOutput":
|
|
19672
|
+
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
19673
|
+
"bytesInOutput": 14038
|
|
19325
19674
|
},
|
|
19326
19675
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
|
19327
|
-
"bytesInOutput":
|
|
19676
|
+
"bytesInOutput": 4073
|
|
19677
|
+
},
|
|
19678
|
+
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
|
19679
|
+
"bytesInOutput": 700
|
|
19328
19680
|
},
|
|
19329
19681
|
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
|
19330
|
-
"bytesInOutput":
|
|
19682
|
+
"bytesInOutput": 1335
|
|
19683
|
+
},
|
|
19684
|
+
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
|
19685
|
+
"bytesInOutput": 6045
|
|
19331
19686
|
},
|
|
19332
19687
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
|
19333
|
-
"bytesInOutput":
|
|
19688
|
+
"bytesInOutput": 7712
|
|
19334
19689
|
},
|
|
19335
19690
|
"src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
|
|
19336
|
-
"bytesInOutput":
|
|
19337
|
-
},
|
|
19338
|
-
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
|
19339
|
-
"bytesInOutput": 7024
|
|
19691
|
+
"bytesInOutput": 1845
|
|
19340
19692
|
},
|
|
19341
19693
|
"src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
|
|
19342
|
-
"bytesInOutput":
|
|
19694
|
+
"bytesInOutput": 696
|
|
19343
19695
|
},
|
|
19344
19696
|
"src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
|
|
19345
|
-
"bytesInOutput":
|
|
19346
|
-
},
|
|
19347
|
-
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
19348
|
-
"bytesInOutput": 16110
|
|
19697
|
+
"bytesInOutput": 1793
|
|
19349
19698
|
},
|
|
19350
19699
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
|
19351
|
-
"bytesInOutput":
|
|
19700
|
+
"bytesInOutput": 1180
|
|
19352
19701
|
},
|
|
19353
19702
|
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
|
19354
|
-
"bytesInOutput":
|
|
19355
|
-
},
|
|
19356
|
-
"src/Prebuilt/components/Footer/Footer.tsx": {
|
|
19357
|
-
"bytesInOutput": 4537
|
|
19703
|
+
"bytesInOutput": 1618
|
|
19358
19704
|
},
|
|
19359
19705
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
|
19360
|
-
"bytesInOutput":
|
|
19706
|
+
"bytesInOutput": 2530
|
|
19707
|
+
},
|
|
19708
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
|
19709
|
+
"bytesInOutput": 3161
|
|
19710
|
+
},
|
|
19711
|
+
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19712
|
+
"bytesInOutput": 10812
|
|
19713
|
+
},
|
|
19714
|
+
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
19715
|
+
"bytesInOutput": 6695
|
|
19716
|
+
},
|
|
19717
|
+
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
19718
|
+
"bytesInOutput": 814
|
|
19719
|
+
},
|
|
19720
|
+
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
|
19721
|
+
"bytesInOutput": 8923
|
|
19361
19722
|
},
|
|
19362
19723
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
|
19363
|
-
"bytesInOutput":
|
|
19724
|
+
"bytesInOutput": 2375
|
|
19364
19725
|
},
|
|
19365
19726
|
"src/Prebuilt/components/Polls/common/StatusIndicator.tsx": {
|
|
19366
|
-
"bytesInOutput":
|
|
19727
|
+
"bytesInOutput": 863
|
|
19367
19728
|
},
|
|
19368
|
-
"src/Prebuilt/components/Polls/
|
|
19369
|
-
"bytesInOutput":
|
|
19729
|
+
"src/Prebuilt/components/Polls/CreateQuestions/CreateQuestions.jsx": {
|
|
19730
|
+
"bytesInOutput": 5620
|
|
19731
|
+
},
|
|
19732
|
+
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
|
19733
|
+
"bytesInOutput": 8882
|
|
19370
19734
|
},
|
|
19371
19735
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
|
19372
|
-
"bytesInOutput":
|
|
19736
|
+
"bytesInOutput": 2320
|
|
19373
19737
|
},
|
|
19374
19738
|
"src/Prebuilt/components/Polls/common/Line.tsx": {
|
|
19375
|
-
"bytesInOutput":
|
|
19739
|
+
"bytesInOutput": 240
|
|
19740
|
+
},
|
|
19741
|
+
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
|
19742
|
+
"bytesInOutput": 4086
|
|
19376
19743
|
},
|
|
19377
19744
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
|
19378
|
-
"bytesInOutput":
|
|
19745
|
+
"bytesInOutput": 1038
|
|
19379
19746
|
},
|
|
19380
19747
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
|
19381
|
-
"bytesInOutput":
|
|
19748
|
+
"bytesInOutput": 413
|
|
19382
19749
|
},
|
|
19383
19750
|
"src/Prebuilt/components/Polls/common/VoteProgress.tsx": {
|
|
19384
|
-
"bytesInOutput":
|
|
19385
|
-
},
|
|
19386
|
-
"src/Prebuilt/components/Polls/common/MultipleChoiceOptions.jsx": {
|
|
19387
|
-
"bytesInOutput": 4667
|
|
19751
|
+
"bytesInOutput": 646
|
|
19388
19752
|
},
|
|
19389
19753
|
"src/Prebuilt/components/Polls/common/SingleChoiceOptions.jsx": {
|
|
19390
|
-
"bytesInOutput":
|
|
19391
|
-
},
|
|
19392
|
-
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
|
19393
|
-
"bytesInOutput": 10158
|
|
19754
|
+
"bytesInOutput": 4779
|
|
19394
19755
|
},
|
|
19395
19756
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
|
19396
|
-
"bytesInOutput":
|
|
19757
|
+
"bytesInOutput": 2235
|
|
19397
19758
|
},
|
|
19398
|
-
"src/Prebuilt/components/Polls/
|
|
19399
|
-
"bytesInOutput":
|
|
19759
|
+
"src/Prebuilt/components/Polls/Voting/LeaderboardSummary.tsx": {
|
|
19760
|
+
"bytesInOutput": 4515
|
|
19761
|
+
},
|
|
19762
|
+
"src/Prebuilt/components/Polls/Voting/LeaderboardEntry.tsx": {
|
|
19763
|
+
"bytesInOutput": 2355
|
|
19400
19764
|
},
|
|
19401
19765
|
"src/Prebuilt/components/Polls/common/utils.ts": {
|
|
19402
|
-
"bytesInOutput":
|
|
19766
|
+
"bytesInOutput": 629
|
|
19403
19767
|
},
|
|
19404
|
-
"src/Prebuilt/components/Polls/Voting/
|
|
19405
|
-
"bytesInOutput":
|
|
19768
|
+
"src/Prebuilt/components/Polls/Voting/PeerParticipationSummary.tsx": {
|
|
19769
|
+
"bytesInOutput": 2413
|
|
19406
19770
|
},
|
|
19407
19771
|
"src/Prebuilt/components/Polls/Voting/StatisticBox.tsx": {
|
|
19408
|
-
"bytesInOutput":
|
|
19772
|
+
"bytesInOutput": 766
|
|
19409
19773
|
},
|
|
19410
19774
|
"src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
|
|
19411
|
-
"bytesInOutput":
|
|
19775
|
+
"bytesInOutput": 1878
|
|
19412
19776
|
},
|
|
19413
|
-
"src/Prebuilt/components/Polls/Voting/
|
|
19414
|
-
"bytesInOutput":
|
|
19777
|
+
"src/Prebuilt/components/Polls/Voting/Voting.tsx": {
|
|
19778
|
+
"bytesInOutput": 5469
|
|
19415
19779
|
},
|
|
19416
|
-
"src/Prebuilt/components/Polls/Voting/
|
|
19417
|
-
"bytesInOutput":
|
|
19780
|
+
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
19781
|
+
"bytesInOutput": 1383
|
|
19418
19782
|
},
|
|
19419
19783
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
|
19420
|
-
"bytesInOutput":
|
|
19421
|
-
},
|
|
19422
|
-
"src/Prebuilt/components/Polls/Voting/StandardVoting.tsx": {
|
|
19423
|
-
"bytesInOutput": 1744
|
|
19784
|
+
"bytesInOutput": 7868
|
|
19424
19785
|
},
|
|
19425
19786
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.tsx": {
|
|
19426
|
-
"bytesInOutput":
|
|
19787
|
+
"bytesInOutput": 1786
|
|
19427
19788
|
},
|
|
19428
|
-
"src/Prebuilt/components/
|
|
19429
|
-
"bytesInOutput":
|
|
19430
|
-
},
|
|
19431
|
-
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
19432
|
-
"bytesInOutput": 1177
|
|
19789
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsPane.tsx": {
|
|
19790
|
+
"bytesInOutput": 2157
|
|
19433
19791
|
},
|
|
19434
19792
|
"src/Prebuilt/components/Header/HeaderComponents.jsx": {
|
|
19435
|
-
"bytesInOutput":
|
|
19793
|
+
"bytesInOutput": 1639
|
|
19794
|
+
},
|
|
19795
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsRow.tsx": {
|
|
19796
|
+
"bytesInOutput": 773
|
|
19436
19797
|
},
|
|
19437
19798
|
"src/Prebuilt/components/RoomDetails/Duration.tsx": {
|
|
19438
|
-
"bytesInOutput":
|
|
19799
|
+
"bytesInOutput": 753
|
|
19439
19800
|
},
|
|
19440
|
-
"src/Prebuilt/components/
|
|
19441
|
-
"bytesInOutput":
|
|
19801
|
+
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
|
19802
|
+
"bytesInOutput": 8198
|
|
19442
19803
|
},
|
|
19443
|
-
"src/Prebuilt/components/
|
|
19444
|
-
"bytesInOutput":
|
|
19804
|
+
"src/Prebuilt/components/Chat/Chat.tsx": {
|
|
19805
|
+
"bytesInOutput": 5961
|
|
19445
19806
|
},
|
|
19446
|
-
"src/Prebuilt/components/Chat/
|
|
19447
|
-
"bytesInOutput":
|
|
19807
|
+
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
19808
|
+
"bytesInOutput": 11512
|
|
19448
19809
|
},
|
|
19449
19810
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
|
19450
|
-
"bytesInOutput":
|
|
19811
|
+
"bytesInOutput": 5798
|
|
19812
|
+
},
|
|
19813
|
+
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
|
19814
|
+
"bytesInOutput": 7549
|
|
19451
19815
|
},
|
|
19452
19816
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
|
19453
|
-
"bytesInOutput":
|
|
19817
|
+
"bytesInOutput": 660
|
|
19454
19818
|
},
|
|
19455
19819
|
"src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
|
|
19456
|
-
"bytesInOutput":
|
|
19457
|
-
},
|
|
19458
|
-
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
19459
|
-
"bytesInOutput": 12975
|
|
19820
|
+
"bytesInOutput": 1210
|
|
19460
19821
|
},
|
|
19461
19822
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
|
19462
|
-
"bytesInOutput":
|
|
19823
|
+
"bytesInOutput": 3037
|
|
19824
|
+
},
|
|
19825
|
+
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
|
19826
|
+
"bytesInOutput": 5338
|
|
19463
19827
|
},
|
|
19464
19828
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
|
19465
|
-
"bytesInOutput":
|
|
19829
|
+
"bytesInOutput": 1106
|
|
19466
19830
|
},
|
|
19467
19831
|
"src/Prebuilt/components/Chat/StickIndicator.tsx": {
|
|
19468
|
-
"bytesInOutput":
|
|
19469
|
-
},
|
|
19470
|
-
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
|
19471
|
-
"bytesInOutput": 6242
|
|
19472
|
-
},
|
|
19473
|
-
"src/Prebuilt/components/Chat/Chat.tsx": {
|
|
19474
|
-
"bytesInOutput": 7124
|
|
19832
|
+
"bytesInOutput": 591
|
|
19475
19833
|
},
|
|
19476
19834
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
|
19477
|
-
"bytesInOutput":
|
|
19835
|
+
"bytesInOutput": 4538
|
|
19478
19836
|
},
|
|
19479
19837
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
|
19480
|
-
"bytesInOutput":
|
|
19838
|
+
"bytesInOutput": 2583
|
|
19481
19839
|
},
|
|
19482
|
-
"src/Prebuilt/components/
|
|
19483
|
-
"bytesInOutput":
|
|
19840
|
+
"src/Prebuilt/components/VideoTile.tsx": {
|
|
19841
|
+
"bytesInOutput": 6906
|
|
19484
19842
|
},
|
|
19485
19843
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
|
19486
|
-
"bytesInOutput":
|
|
19844
|
+
"bytesInOutput": 2630
|
|
19487
19845
|
},
|
|
19488
|
-
"src/Prebuilt/components/
|
|
19489
|
-
"bytesInOutput":
|
|
19846
|
+
"src/Prebuilt/components/TileMenu/TileMenu.tsx": {
|
|
19847
|
+
"bytesInOutput": 5258
|
|
19490
19848
|
},
|
|
19491
|
-
"src/Prebuilt/components/
|
|
19492
|
-
"bytesInOutput":
|
|
19849
|
+
"src/Prebuilt/components/peerTileUtils.tsx": {
|
|
19850
|
+
"bytesInOutput": 1164
|
|
19493
19851
|
},
|
|
19494
19852
|
"src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
|
|
19495
|
-
"bytesInOutput":
|
|
19853
|
+
"bytesInOutput": 13099
|
|
19496
19854
|
},
|
|
19497
|
-
"src/Prebuilt/components/TileMenu/
|
|
19498
|
-
"bytesInOutput":
|
|
19499
|
-
},
|
|
19500
|
-
"src/Prebuilt/components/VideoTile.tsx": {
|
|
19501
|
-
"bytesInOutput": 7839
|
|
19855
|
+
"src/Prebuilt/components/TileMenu/utils.ts": {
|
|
19856
|
+
"bytesInOutput": 160
|
|
19502
19857
|
},
|
|
19503
|
-
"src/Prebuilt/components/VirtualBackground/
|
|
19504
|
-
"bytesInOutput":
|
|
19858
|
+
"src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
|
|
19859
|
+
"bytesInOutput": 9399
|
|
19505
19860
|
},
|
|
19506
19861
|
"src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
|
|
19507
|
-
"bytesInOutput":
|
|
19862
|
+
"bytesInOutput": 1343
|
|
19508
19863
|
},
|
|
19509
|
-
"src/Prebuilt/components/VirtualBackground/
|
|
19510
|
-
"bytesInOutput":
|
|
19511
|
-
},
|
|
19512
|
-
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
19513
|
-
"bytesInOutput": 7946
|
|
19864
|
+
"src/Prebuilt/components/VirtualBackground/VBOption.tsx": {
|
|
19865
|
+
"bytesInOutput": 1262
|
|
19514
19866
|
},
|
|
19515
19867
|
"src/Prebuilt/components/Chip.tsx": {
|
|
19516
|
-
"bytesInOutput":
|
|
19868
|
+
"bytesInOutput": 857
|
|
19517
19869
|
},
|
|
19518
19870
|
"src/Prebuilt/components/FullPageProgress.tsx": {
|
|
19519
|
-
"bytesInOutput":
|
|
19871
|
+
"bytesInOutput": 644
|
|
19520
19872
|
},
|
|
19521
19873
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
|
19522
|
-
"bytesInOutput":
|
|
19523
|
-
},
|
|
19524
|
-
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
|
19525
|
-
"bytesInOutput": 12258
|
|
19874
|
+
"bytesInOutput": 2856
|
|
19526
19875
|
},
|
|
19527
19876
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
|
19528
|
-
"bytesInOutput":
|
|
19877
|
+
"bytesInOutput": 2497
|
|
19529
19878
|
},
|
|
19530
|
-
"src/Prebuilt/
|
|
19531
|
-
"bytesInOutput":
|
|
19879
|
+
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
19880
|
+
"bytesInOutput": 5302
|
|
19532
19881
|
},
|
|
19533
|
-
"src/Prebuilt/
|
|
19534
|
-
"bytesInOutput":
|
|
19882
|
+
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
|
19883
|
+
"bytesInOutput": 4663
|
|
19535
19884
|
},
|
|
19536
|
-
"src/Prebuilt/components/
|
|
19537
|
-
"bytesInOutput":
|
|
19885
|
+
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
19886
|
+
"bytesInOutput": 2004
|
|
19887
|
+
},
|
|
19888
|
+
"src/Prebuilt/layouts/WaitingView.tsx": {
|
|
19889
|
+
"bytesInOutput": 1479
|
|
19538
19890
|
},
|
|
19539
19891
|
"src/Prebuilt/components/InsetTile.tsx": {
|
|
19540
|
-
"bytesInOutput":
|
|
19892
|
+
"bytesInOutput": 4313
|
|
19893
|
+
},
|
|
19894
|
+
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
|
19895
|
+
"bytesInOutput": 474
|
|
19541
19896
|
},
|
|
19542
19897
|
"src/Prebuilt/components/Pagination.tsx": {
|
|
19543
|
-
"bytesInOutput":
|
|
19898
|
+
"bytesInOutput": 1796
|
|
19544
19899
|
},
|
|
19545
19900
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
|
19546
|
-
"bytesInOutput":
|
|
19901
|
+
"bytesInOutput": 1268
|
|
19547
19902
|
},
|
|
19548
19903
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
|
19549
|
-
"bytesInOutput":
|
|
19550
|
-
},
|
|
19551
|
-
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
|
19552
|
-
"bytesInOutput": 2395
|
|
19904
|
+
"bytesInOutput": 3865
|
|
19553
19905
|
},
|
|
19554
|
-
"src/Prebuilt/components/VideoLayouts/
|
|
19555
|
-
"bytesInOutput":
|
|
19906
|
+
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
|
19907
|
+
"bytesInOutput": 2048
|
|
19556
19908
|
},
|
|
19557
19909
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
|
19558
|
-
"bytesInOutput":
|
|
19910
|
+
"bytesInOutput": 2844
|
|
19559
19911
|
},
|
|
19560
|
-
"src/Prebuilt/components/
|
|
19561
|
-
"bytesInOutput":
|
|
19562
|
-
},
|
|
19563
|
-
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
|
19564
|
-
"bytesInOutput": 2483
|
|
19912
|
+
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
|
19913
|
+
"bytesInOutput": 2496
|
|
19565
19914
|
},
|
|
19566
|
-
"src/Prebuilt/components/
|
|
19567
|
-
"bytesInOutput":
|
|
19915
|
+
"src/Prebuilt/components/hooks/useRoleProminencePeers.tsx": {
|
|
19916
|
+
"bytesInOutput": 1059
|
|
19568
19917
|
},
|
|
19569
|
-
"src/Prebuilt/components/
|
|
19570
|
-
"bytesInOutput":
|
|
19918
|
+
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
|
19919
|
+
"bytesInOutput": 2768
|
|
19571
19920
|
},
|
|
19572
19921
|
"src/Prebuilt/components/ScreenshareTile.tsx": {
|
|
19573
|
-
"bytesInOutput":
|
|
19922
|
+
"bytesInOutput": 4698
|
|
19574
19923
|
},
|
|
19575
|
-
"src/Prebuilt/components/
|
|
19576
|
-
"bytesInOutput":
|
|
19924
|
+
"src/Prebuilt/components/LayoutModeSelector.tsx": {
|
|
19925
|
+
"bytesInOutput": 3441
|
|
19577
19926
|
},
|
|
19578
|
-
"
|
|
19579
|
-
"bytesInOutput":
|
|
19927
|
+
"src/Prebuilt/components/ScreenshareDisplay.tsx": {
|
|
19928
|
+
"bytesInOutput": 1324
|
|
19580
19929
|
},
|
|
19581
19930
|
"src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
|
|
19582
|
-
"bytesInOutput":
|
|
19931
|
+
"bytesInOutput": 3051
|
|
19583
19932
|
},
|
|
19584
|
-
"
|
|
19585
|
-
"bytesInOutput":
|
|
19933
|
+
"../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f0e0/index.css": {
|
|
19934
|
+
"bytesInOutput": 0
|
|
19586
19935
|
},
|
|
19587
|
-
"src/Prebuilt/
|
|
19588
|
-
"bytesInOutput":
|
|
19936
|
+
"src/Prebuilt/common/PeersSorter.ts": {
|
|
19937
|
+
"bytesInOutput": 3086
|
|
19589
19938
|
},
|
|
19590
19939
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
|
19591
|
-
"bytesInOutput":
|
|
19940
|
+
"bytesInOutput": 2922
|
|
19592
19941
|
},
|
|
19593
|
-
"src/Prebuilt/layouts/
|
|
19594
|
-
"bytesInOutput":
|
|
19595
|
-
},
|
|
19596
|
-
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
19597
|
-
"bytesInOutput": 8351
|
|
19598
|
-
},
|
|
19599
|
-
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
19600
|
-
"bytesInOutput": 854
|
|
19942
|
+
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
19943
|
+
"bytesInOutput": 29997
|
|
19601
19944
|
},
|
|
19602
19945
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
19603
|
-
"bytesInOutput":
|
|
19946
|
+
"bytesInOutput": 3861
|
|
19947
|
+
},
|
|
19948
|
+
"src/Prebuilt/components/HMSVideo/index.ts": {
|
|
19949
|
+
"bytesInOutput": 347
|
|
19604
19950
|
},
|
|
19605
19951
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
|
19606
|
-
"bytesInOutput":
|
|
19952
|
+
"bytesInOutput": 416
|
|
19607
19953
|
},
|
|
19608
19954
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
|
19609
|
-
"bytesInOutput":
|
|
19955
|
+
"bytesInOutput": 2225
|
|
19610
19956
|
},
|
|
19611
|
-
"src/Prebuilt/components/HMSVideo/
|
|
19612
|
-
"bytesInOutput":
|
|
19957
|
+
"src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
|
|
19958
|
+
"bytesInOutput": 4862
|
|
19613
19959
|
},
|
|
19614
19960
|
"src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
|
|
19615
|
-
"bytesInOutput":
|
|
19961
|
+
"bytesInOutput": 982
|
|
19962
|
+
},
|
|
19963
|
+
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
|
19964
|
+
"bytesInOutput": 287
|
|
19616
19965
|
},
|
|
19617
19966
|
"src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
|
|
19618
|
-
"bytesInOutput":
|
|
19967
|
+
"bytesInOutput": 395
|
|
19619
19968
|
},
|
|
19620
|
-
"src/Prebuilt/components/HMSVideo/
|
|
19621
|
-
"bytesInOutput":
|
|
19969
|
+
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
|
19970
|
+
"bytesInOutput": 3131
|
|
19622
19971
|
},
|
|
19623
19972
|
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
|
19624
|
-
"bytesInOutput":
|
|
19625
|
-
},
|
|
19626
|
-
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
|
19627
|
-
"bytesInOutput": 3714
|
|
19973
|
+
"bytesInOutput": 921
|
|
19628
19974
|
},
|
|
19629
19975
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
|
19630
|
-
"bytesInOutput":
|
|
19976
|
+
"bytesInOutput": 1618
|
|
19631
19977
|
},
|
|
19632
19978
|
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
|
19633
|
-
"bytesInOutput":
|
|
19634
|
-
},
|
|
19635
|
-
"src/Prebuilt/components/HMSVideo/index.ts": {
|
|
19636
|
-
"bytesInOutput": 682
|
|
19979
|
+
"bytesInOutput": 2461
|
|
19637
19980
|
},
|
|
19638
19981
|
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
|
19639
|
-
"bytesInOutput":
|
|
19982
|
+
"bytesInOutput": 783
|
|
19640
19983
|
},
|
|
19641
19984
|
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
|
19642
|
-
"bytesInOutput":
|
|
19985
|
+
"bytesInOutput": 2121
|
|
19643
19986
|
},
|
|
19644
19987
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
|
19645
|
-
"bytesInOutput":
|
|
19988
|
+
"bytesInOutput": 799
|
|
19646
19989
|
},
|
|
19647
19990
|
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
|
19648
|
-
"bytesInOutput":
|
|
19991
|
+
"bytesInOutput": 8198
|
|
19649
19992
|
},
|
|
19650
19993
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
|
19651
|
-
"bytesInOutput":
|
|
19994
|
+
"bytesInOutput": 2322
|
|
19652
19995
|
},
|
|
19653
|
-
"src/Prebuilt/layouts/
|
|
19654
|
-
"bytesInOutput":
|
|
19996
|
+
"src/Prebuilt/layouts/PDFView.jsx": {
|
|
19997
|
+
"bytesInOutput": 1638
|
|
19655
19998
|
},
|
|
19656
|
-
"src/Prebuilt/
|
|
19657
|
-
"bytesInOutput":
|
|
19999
|
+
"src/Prebuilt/plugins/CaptionsViewer.tsx": {
|
|
20000
|
+
"bytesInOutput": 7036
|
|
19658
20001
|
},
|
|
19659
|
-
"src/Prebuilt/components/
|
|
19660
|
-
"bytesInOutput":
|
|
20002
|
+
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
|
20003
|
+
"bytesInOutput": 598
|
|
19661
20004
|
},
|
|
19662
|
-
"src/Prebuilt/components/Header/
|
|
19663
|
-
"bytesInOutput":
|
|
20005
|
+
"src/Prebuilt/components/Header/index.tsx": {
|
|
20006
|
+
"bytesInOutput": 27
|
|
19664
20007
|
},
|
|
19665
20008
|
"src/Prebuilt/components/Header/Header.tsx": {
|
|
19666
|
-
"bytesInOutput":
|
|
20009
|
+
"bytesInOutput": 1958
|
|
19667
20010
|
},
|
|
19668
|
-
"src/Prebuilt/components/Header/
|
|
19669
|
-
"bytesInOutput":
|
|
20011
|
+
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
|
20012
|
+
"bytesInOutput": 1750
|
|
19670
20013
|
},
|
|
19671
|
-
"src/Prebuilt/components/
|
|
19672
|
-
"bytesInOutput":
|
|
20014
|
+
"src/Prebuilt/components/Header/common.jsx": {
|
|
20015
|
+
"bytesInOutput": 6785
|
|
19673
20016
|
},
|
|
19674
|
-
"src/Prebuilt/components/
|
|
19675
|
-
"bytesInOutput":
|
|
20017
|
+
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
|
20018
|
+
"bytesInOutput": 747
|
|
19676
20019
|
},
|
|
19677
20020
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
|
19678
|
-
"bytesInOutput":
|
|
19679
|
-
},
|
|
19680
|
-
"src/Prebuilt/services/FeatureFlags.jsx": {
|
|
19681
|
-
"bytesInOutput": 1708
|
|
20021
|
+
"bytesInOutput": 3819
|
|
19682
20022
|
},
|
|
19683
20023
|
"src/Prebuilt/components/init/Init.jsx": {
|
|
19684
|
-
"bytesInOutput":
|
|
20024
|
+
"bytesInOutput": 708
|
|
20025
|
+
},
|
|
20026
|
+
"src/Prebuilt/services/FeatureFlags.jsx": {
|
|
20027
|
+
"bytesInOutput": 1455
|
|
19685
20028
|
},
|
|
19686
20029
|
"src/Prebuilt/components/Input/KeyboardInputManager.js": {
|
|
19687
|
-
"bytesInOutput":
|
|
20030
|
+
"bytesInOutput": 4391
|
|
20031
|
+
},
|
|
20032
|
+
"src/Prebuilt/components/LeaveScreen.tsx": {
|
|
20033
|
+
"bytesInOutput": 2494
|
|
20034
|
+
},
|
|
20035
|
+
"src/Prebuilt/components/EndCallFeedback/Feedback.tsx": {
|
|
20036
|
+
"bytesInOutput": 1781
|
|
19688
20037
|
},
|
|
19689
20038
|
"src/Prebuilt/components/EndCallFeedback/FeedbackForm.tsx": {
|
|
19690
|
-
"bytesInOutput":
|
|
20039
|
+
"bytesInOutput": 11234
|
|
19691
20040
|
},
|
|
19692
20041
|
"src/Prebuilt/components/EndCallFeedback/ThankyouView.tsx": {
|
|
19693
|
-
"bytesInOutput":
|
|
20042
|
+
"bytesInOutput": 1429
|
|
19694
20043
|
},
|
|
19695
|
-
"src/Prebuilt/components/
|
|
19696
|
-
"bytesInOutput":
|
|
20044
|
+
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
|
20045
|
+
"bytesInOutput": 3179
|
|
19697
20046
|
},
|
|
19698
|
-
"src/Prebuilt/components/
|
|
19699
|
-
"bytesInOutput":
|
|
20047
|
+
"src/Prebuilt/components/Notifications/index.tsx": {
|
|
20048
|
+
"bytesInOutput": 27
|
|
19700
20049
|
},
|
|
19701
|
-
"src/Prebuilt/components/
|
|
19702
|
-
"bytesInOutput":
|
|
20050
|
+
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
20051
|
+
"bytesInOutput": 2314
|
|
19703
20052
|
},
|
|
19704
20053
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
|
19705
|
-
"bytesInOutput":
|
|
20054
|
+
"bytesInOutput": 1189
|
|
19706
20055
|
},
|
|
19707
20056
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
|
19708
|
-
"bytesInOutput":
|
|
20057
|
+
"bytesInOutput": 1452
|
|
20058
|
+
},
|
|
20059
|
+
"src/Prebuilt/components/Notifications/DeviceChangeNotifications.tsx": {
|
|
20060
|
+
"bytesInOutput": 485
|
|
19709
20061
|
},
|
|
19710
20062
|
"src/Prebuilt/components/Notifications/DeviceInUseError.tsx": {
|
|
19711
|
-
"bytesInOutput":
|
|
20063
|
+
"bytesInOutput": 3251
|
|
19712
20064
|
},
|
|
19713
|
-
"src/Prebuilt/components/
|
|
19714
|
-
"bytesInOutput":
|
|
20065
|
+
"src/Prebuilt/components/Notifications/ErrorNotifications.tsx": {
|
|
20066
|
+
"bytesInOutput": 1713
|
|
20067
|
+
},
|
|
20068
|
+
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
|
20069
|
+
"bytesInOutput": 2946
|
|
19715
20070
|
},
|
|
19716
20071
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
|
19717
|
-
"bytesInOutput":
|
|
20072
|
+
"bytesInOutput": 1983
|
|
19718
20073
|
},
|
|
19719
|
-
"src/Prebuilt/components/
|
|
19720
|
-
"bytesInOutput":
|
|
20074
|
+
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
|
20075
|
+
"bytesInOutput": 6806
|
|
19721
20076
|
},
|
|
19722
20077
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
|
19723
|
-
"bytesInOutput":
|
|
19724
|
-
},
|
|
19725
|
-
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
|
19726
|
-
"bytesInOutput": 1873
|
|
20078
|
+
"bytesInOutput": 1634
|
|
19727
20079
|
},
|
|
19728
|
-
"src/Prebuilt/
|
|
19729
|
-
"bytesInOutput":
|
|
20080
|
+
"src/Prebuilt/components/Notifications/MessageNotifications.tsx": {
|
|
20081
|
+
"bytesInOutput": 928
|
|
19730
20082
|
},
|
|
19731
|
-
"src/Prebuilt/
|
|
19732
|
-
"bytesInOutput":
|
|
20083
|
+
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
|
20084
|
+
"bytesInOutput": 1628
|
|
19733
20085
|
},
|
|
19734
20086
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
|
19735
|
-
"bytesInOutput":
|
|
20087
|
+
"bytesInOutput": 4983
|
|
20088
|
+
},
|
|
20089
|
+
"src/Prebuilt/components/Notifications/PollNotificationModal.tsx": {
|
|
20090
|
+
"bytesInOutput": 2483
|
|
19736
20091
|
},
|
|
19737
20092
|
"src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
|
|
19738
|
-
"bytesInOutput":
|
|
20093
|
+
"bytesInOutput": 1242
|
|
20094
|
+
},
|
|
20095
|
+
"src/Prebuilt/components/Notifications/RoleChangeNotification.tsx": {
|
|
20096
|
+
"bytesInOutput": 869
|
|
19739
20097
|
},
|
|
19740
20098
|
"src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
|
|
19741
|
-
"bytesInOutput":
|
|
20099
|
+
"bytesInOutput": 1989
|
|
19742
20100
|
},
|
|
19743
20101
|
"src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
|
|
19744
|
-
"bytesInOutput":
|
|
20102
|
+
"bytesInOutput": 1584
|
|
19745
20103
|
},
|
|
19746
20104
|
"src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
|
|
19747
|
-
"bytesInOutput":
|
|
20105
|
+
"bytesInOutput": 2055
|
|
19748
20106
|
},
|
|
19749
20107
|
"src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
|
|
19750
|
-
"bytesInOutput":
|
|
19751
|
-
},
|
|
19752
|
-
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
19753
|
-
"bytesInOutput": 9914
|
|
19754
|
-
},
|
|
19755
|
-
"src/Prebuilt/components/Notifications/index.tsx": {
|
|
19756
|
-
"bytesInOutput": 173
|
|
20108
|
+
"bytesInOutput": 2213
|
|
19757
20109
|
},
|
|
19758
20110
|
"src/Prebuilt/components/PIP/PIPProvider.tsx": {
|
|
19759
|
-
"bytesInOutput":
|
|
20111
|
+
"bytesInOutput": 1174
|
|
19760
20112
|
},
|
|
19761
20113
|
"src/Prebuilt/components/Preview/PreviewScreen.tsx": {
|
|
19762
|
-
"bytesInOutput":
|
|
19763
|
-
},
|
|
19764
|
-
"src/Prebuilt/components/Toast/Toast.jsx": {
|
|
19765
|
-
"bytesInOutput": 776
|
|
20114
|
+
"bytesInOutput": 1441
|
|
19766
20115
|
},
|
|
19767
20116
|
"src/Prebuilt/components/Toast/ToastContainer.jsx": {
|
|
19768
|
-
"bytesInOutput":
|
|
20117
|
+
"bytesInOutput": 1075
|
|
19769
20118
|
},
|
|
19770
|
-
"src/Prebuilt/components/
|
|
19771
|
-
"bytesInOutput":
|
|
20119
|
+
"src/Prebuilt/components/Toast/Toast.jsx": {
|
|
20120
|
+
"bytesInOutput": 568
|
|
19772
20121
|
},
|
|
19773
20122
|
"src/Prebuilt/layouts/Sheet.tsx": {
|
|
19774
|
-
"bytesInOutput":
|
|
20123
|
+
"bytesInOutput": 529
|
|
20124
|
+
},
|
|
20125
|
+
"src/Prebuilt/components/RoomDetails/RoomDetailsSheet.tsx": {
|
|
20126
|
+
"bytesInOutput": 1838
|
|
19775
20127
|
},
|
|
19776
20128
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
|
19777
|
-
"bytesInOutput":
|
|
20129
|
+
"bytesInOutput": 4335
|
|
19778
20130
|
},
|
|
19779
20131
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
|
19780
|
-
"bytesInOutput":
|
|
20132
|
+
"bytesInOutput": 637
|
|
19781
20133
|
},
|
|
19782
20134
|
"src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
|
|
19783
|
-
"bytesInOutput":
|
|
19784
|
-
},
|
|
19785
|
-
"src/Prebuilt/App.tsx": {
|
|
19786
|
-
"bytesInOutput": 10071
|
|
19787
|
-
},
|
|
19788
|
-
"src/Prebuilt/index.ts": {
|
|
19789
|
-
"bytesInOutput": 131
|
|
20135
|
+
"bytesInOutput": 1791
|
|
19790
20136
|
},
|
|
19791
20137
|
"src/Progress/index.tsx": {
|
|
19792
|
-
"bytesInOutput":
|
|
19793
|
-
},
|
|
19794
|
-
"src/Diagnostics/DiagnosticsContext.ts": {
|
|
19795
|
-
"bytesInOutput": 1397
|
|
19796
|
-
},
|
|
19797
|
-
"src/Diagnostics/components.tsx": {
|
|
19798
|
-
"bytesInOutput": 2572
|
|
19799
|
-
},
|
|
19800
|
-
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
|
|
19801
|
-
"bytesInOutput": 3833
|
|
19802
|
-
},
|
|
19803
|
-
"../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
|
|
19804
|
-
"bytesInOutput": 7632
|
|
19805
|
-
},
|
|
19806
|
-
"../../node_modules/prop-types/node_modules/react-is/index.js": {
|
|
19807
|
-
"bytesInOutput": 376
|
|
19808
|
-
},
|
|
19809
|
-
"../../node_modules/object-assign/index.js": {
|
|
19810
|
-
"bytesInOutput": 2169
|
|
19811
|
-
},
|
|
19812
|
-
"../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
|
|
19813
|
-
"bytesInOutput": 310
|
|
20138
|
+
"bytesInOutput": 440
|
|
19814
20139
|
},
|
|
19815
|
-
"
|
|
19816
|
-
"bytesInOutput":
|
|
20140
|
+
"src/Diagnostics/index.ts": {
|
|
20141
|
+
"bytesInOutput": 27
|
|
19817
20142
|
},
|
|
19818
|
-
"
|
|
19819
|
-
"bytesInOutput":
|
|
20143
|
+
"src/Diagnostics/Diagnostics.tsx": {
|
|
20144
|
+
"bytesInOutput": 6615
|
|
19820
20145
|
},
|
|
19821
|
-
"
|
|
19822
|
-
"bytesInOutput":
|
|
20146
|
+
"src/Diagnostics/AudioTest.tsx": {
|
|
20147
|
+
"bytesInOutput": 7082
|
|
19823
20148
|
},
|
|
19824
|
-
"
|
|
19825
|
-
"bytesInOutput":
|
|
20149
|
+
"src/Diagnostics/components.tsx": {
|
|
20150
|
+
"bytesInOutput": 2181
|
|
19826
20151
|
},
|
|
19827
|
-
"
|
|
19828
|
-
"bytesInOutput":
|
|
20152
|
+
"src/Diagnostics/DiagnosticsContext.ts": {
|
|
20153
|
+
"bytesInOutput": 1099
|
|
19829
20154
|
},
|
|
19830
20155
|
"src/Diagnostics/DeviceSelector.jsx": {
|
|
19831
|
-
"bytesInOutput":
|
|
19832
|
-
},
|
|
19833
|
-
"src/Diagnostics/AudioTest.tsx": {
|
|
19834
|
-
"bytesInOutput": 8051
|
|
20156
|
+
"bytesInOutput": 2284
|
|
19835
20157
|
},
|
|
19836
20158
|
"src/Diagnostics/BrowserTest.tsx": {
|
|
19837
|
-
"bytesInOutput":
|
|
20159
|
+
"bytesInOutput": 4736
|
|
19838
20160
|
},
|
|
19839
20161
|
"src/Diagnostics/ConnectivityTest.tsx": {
|
|
19840
|
-
"bytesInOutput":
|
|
20162
|
+
"bytesInOutput": 15238
|
|
19841
20163
|
},
|
|
19842
20164
|
"src/Diagnostics/VideoTest.tsx": {
|
|
19843
|
-
"bytesInOutput":
|
|
19844
|
-
},
|
|
19845
|
-
"src/Diagnostics/Diagnostics.tsx": {
|
|
19846
|
-
"bytesInOutput": 7543
|
|
19847
|
-
},
|
|
19848
|
-
"src/Diagnostics/index.ts": {
|
|
19849
|
-
"bytesInOutput": 146
|
|
19850
|
-
},
|
|
19851
|
-
"src/index.ts": {
|
|
19852
|
-
"bytesInOutput": 3073
|
|
20165
|
+
"bytesInOutput": 2777
|
|
19853
20166
|
}
|
|
19854
20167
|
},
|
|
19855
|
-
"bytes":
|
|
20168
|
+
"bytes": 1502742
|
|
19856
20169
|
},
|
|
19857
20170
|
"dist/index.cjs.css.map": {
|
|
19858
20171
|
"imports": [],
|
|
@@ -19914,10 +20227,10 @@
|
|
|
19914
20227
|
}
|
|
19915
20228
|
],
|
|
19916
20229
|
"inputs": {
|
|
19917
|
-
"../../../../../../../tmp/tmp-
|
|
20230
|
+
"../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f892/tldraw.css": {
|
|
19918
20231
|
"bytesInOutput": 75223
|
|
19919
20232
|
},
|
|
19920
|
-
"../../../../../../../tmp/tmp-
|
|
20233
|
+
"../../../../../../../tmp/tmp-2813-uYMVCw3BDDZw/192b3850f0e0/index.css": {
|
|
19921
20234
|
"bytesInOutput": 401
|
|
19922
20235
|
}
|
|
19923
20236
|
},
|