@100mslive/roomkit-react 0.2.8-alpha.2 → 0.2.8-alpha.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{HLSView-CEPQ23TO.js → HLSView-UIPDGADR.js} +509 -234
- package/dist/HLSView-UIPDGADR.js.map +7 -0
- package/dist/Prebuilt/common/hooks.d.ts +3 -0
- package/dist/Prebuilt/components/HMSVideo/FullscreenButton.d.ts +5 -0
- package/dist/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.d.ts +5 -0
- package/dist/Prebuilt/components/HMSVideo/HLSCaptionSelector.d.ts +1 -2
- package/dist/Prebuilt/components/HMSVideo/HLSQualitySelector.d.ts +12 -0
- package/dist/Prebuilt/components/HMSVideo/MwebHLSViewTitle.d.ts +2 -0
- package/dist/Prebuilt/components/HMSVideo/PlayButton.d.ts +6 -0
- package/dist/Prebuilt/components/HMSVideo/PlayerContext.d.ts +8 -0
- package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +2 -0
- package/dist/Prebuilt/components/HMSVideo/VideoTime.d.ts +2 -0
- package/dist/Prebuilt/components/HMSVideo/VolumeControl.d.ts +2 -0
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +17 -0
- package/dist/Prebuilt/components/HMSVideo/utils.d.ts +9 -0
- package/dist/Prebuilt/components/Leave/MwebLeaveRoom.d.ts +1 -3
- package/dist/Prebuilt/components/MwebLandscapePrompt.d.ts +1 -1
- package/dist/Prebuilt/components/RaiseHand.d.ts +2 -0
- package/dist/Prebuilt/components/SidePaneTabs.d.ts +1 -0
- package/dist/{chunk-2Y4FJB25.js → chunk-J4NOQ2YL.js} +562 -450
- package/dist/chunk-J4NOQ2YL.js.map +7 -0
- package/dist/index.cjs.js +1556 -1145
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +429 -156
- package/dist/meta.esbuild.json +445 -164
- package/package.json +6 -6
- package/src/Prebuilt/common/hooks.ts +21 -0
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +26 -10
- package/src/Prebuilt/components/ConferenceScreen.tsx +34 -2
- package/src/Prebuilt/components/Footer/Footer.tsx +0 -1
- package/src/Prebuilt/components/HMSVideo/Controls.jsx +1 -1
- package/src/Prebuilt/components/HMSVideo/FullscreenButton.tsx +13 -0
- package/src/Prebuilt/components/HMSVideo/{HLSAutoplayBlockedPrompt.jsx → HLSAutoplayBlockedPrompt.tsx} +13 -6
- package/src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx +4 -2
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx +241 -0
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +3 -0
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +91 -0
- package/src/Prebuilt/components/HMSVideo/PlayButton.tsx +27 -0
- package/src/Prebuilt/components/HMSVideo/PlayerContext.tsx +15 -0
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +81 -0
- package/src/Prebuilt/components/HMSVideo/VideoTime.tsx +42 -0
- package/src/Prebuilt/components/HMSVideo/{VolumeControl.jsx → VolumeControl.tsx} +7 -5
- package/src/Prebuilt/components/HMSVideo/{index.js → index.ts} +2 -0
- package/src/Prebuilt/components/HMSVideo/utils.ts +35 -0
- package/src/Prebuilt/components/Leave/LeaveRoom.tsx +7 -1
- package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +38 -25
- package/src/Prebuilt/components/MoreSettings/MoreSettings.tsx +3 -1
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +5 -0
- package/src/Prebuilt/components/{RaiseHand.jsx → RaiseHand.tsx} +3 -2
- package/src/Prebuilt/components/SidePaneTabs.tsx +29 -10
- package/src/Prebuilt/layouts/HLSView.jsx +272 -156
- package/src/Prebuilt/layouts/SidePane.tsx +21 -10
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +11 -1
- package/dist/HLSView-CEPQ23TO.js.map +0 -7
- package/dist/chunk-2Y4FJB25.js.map +0 -7
- package/src/Prebuilt/components/HMSVideo/FullscreenButton.jsx +0 -18
- package/src/Prebuilt/components/HMSVideo/HLSQualitySelector.jsx +0 -127
- package/src/Prebuilt/components/HMSVideo/HMSVIdeoUtils.js +0 -27
- package/src/Prebuilt/components/HMSVideo/VideoProgress.jsx +0 -76
- package/src/Prebuilt/components/HMSVideo/VideoTime.jsx +0 -33
package/dist/meta.esbuild.json
CHANGED
|
@@ -3267,8 +3267,8 @@
|
|
|
3267
3267
|
],
|
|
3268
3268
|
"format": "esm"
|
|
3269
3269
|
},
|
|
3270
|
-
"src/Prebuilt/
|
|
3271
|
-
"bytes":
|
|
3270
|
+
"src/Prebuilt/common/hooks.ts": {
|
|
3271
|
+
"bytes": 4502,
|
|
3272
3272
|
"imports": [
|
|
3273
3273
|
{
|
|
3274
3274
|
"path": "react",
|
|
@@ -3276,7 +3276,53 @@
|
|
|
3276
3276
|
"external": true
|
|
3277
3277
|
},
|
|
3278
3278
|
{
|
|
3279
|
-
"path": "
|
|
3279
|
+
"path": "react-use",
|
|
3280
|
+
"kind": "import-statement",
|
|
3281
|
+
"external": true
|
|
3282
|
+
},
|
|
3283
|
+
{
|
|
3284
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
|
3285
|
+
"kind": "import-statement",
|
|
3286
|
+
"external": true
|
|
3287
|
+
},
|
|
3288
|
+
{
|
|
3289
|
+
"path": "@100mslive/react-sdk",
|
|
3290
|
+
"kind": "import-statement",
|
|
3291
|
+
"external": true
|
|
3292
|
+
},
|
|
3293
|
+
{
|
|
3294
|
+
"path": "src/Theme/index.tsx",
|
|
3295
|
+
"kind": "import-statement",
|
|
3296
|
+
"original": "../../Theme"
|
|
3297
|
+
},
|
|
3298
|
+
{
|
|
3299
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
3300
|
+
"kind": "import-statement",
|
|
3301
|
+
"original": "../provider/roomLayoutProvider"
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
3305
|
+
"kind": "import-statement",
|
|
3306
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
3307
|
+
},
|
|
3308
|
+
{
|
|
3309
|
+
"path": "src/Prebuilt/common/constants.ts",
|
|
3310
|
+
"kind": "import-statement",
|
|
3311
|
+
"original": "./constants"
|
|
3312
|
+
},
|
|
3313
|
+
{
|
|
3314
|
+
"path": "<define:process.env>",
|
|
3315
|
+
"kind": "import-statement",
|
|
3316
|
+
"external": true
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"format": "esm"
|
|
3320
|
+
},
|
|
3321
|
+
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
|
3322
|
+
"bytes": 5046,
|
|
3323
|
+
"imports": [
|
|
3324
|
+
{
|
|
3325
|
+
"path": "react",
|
|
3280
3326
|
"kind": "import-statement",
|
|
3281
3327
|
"external": true
|
|
3282
3328
|
},
|
|
@@ -3290,6 +3336,11 @@
|
|
|
3290
3336
|
"kind": "import-statement",
|
|
3291
3337
|
"external": true
|
|
3292
3338
|
},
|
|
3339
|
+
{
|
|
3340
|
+
"path": "src/IconButton/index.tsx",
|
|
3341
|
+
"kind": "import-statement",
|
|
3342
|
+
"original": "../../../IconButton"
|
|
3343
|
+
},
|
|
3293
3344
|
{
|
|
3294
3345
|
"path": "src/Layout/index.tsx",
|
|
3295
3346
|
"kind": "import-statement",
|
|
@@ -3325,11 +3376,21 @@
|
|
|
3325
3376
|
"kind": "import-statement",
|
|
3326
3377
|
"original": "./LeaveSessionContent"
|
|
3327
3378
|
},
|
|
3379
|
+
{
|
|
3380
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
3381
|
+
"kind": "import-statement",
|
|
3382
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
3383
|
+
},
|
|
3328
3384
|
{
|
|
3329
3385
|
"path": "src/Prebuilt/components/hooks/useDropdownList.ts",
|
|
3330
3386
|
"kind": "import-statement",
|
|
3331
3387
|
"original": "../hooks/useDropdownList"
|
|
3332
3388
|
},
|
|
3389
|
+
{
|
|
3390
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
3391
|
+
"kind": "import-statement",
|
|
3392
|
+
"original": "../../common/hooks"
|
|
3393
|
+
},
|
|
3333
3394
|
{
|
|
3334
3395
|
"path": "<define:process.env>",
|
|
3335
3396
|
"kind": "import-statement",
|
|
@@ -3344,7 +3405,7 @@
|
|
|
3344
3405
|
"format": "esm"
|
|
3345
3406
|
},
|
|
3346
3407
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
3347
|
-
"bytes":
|
|
3408
|
+
"bytes": 2652,
|
|
3348
3409
|
"imports": [
|
|
3349
3410
|
{
|
|
3350
3411
|
"path": "react",
|
|
@@ -3386,6 +3447,11 @@
|
|
|
3386
3447
|
"kind": "import-statement",
|
|
3387
3448
|
"original": "./MwebLeaveRoom"
|
|
3388
3449
|
},
|
|
3450
|
+
{
|
|
3451
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
3452
|
+
"kind": "import-statement",
|
|
3453
|
+
"original": "../../common/hooks"
|
|
3454
|
+
},
|
|
3389
3455
|
{
|
|
3390
3456
|
"path": "<define:process.env>",
|
|
3391
3457
|
"kind": "import-statement",
|
|
@@ -3534,47 +3600,6 @@
|
|
|
3534
3600
|
],
|
|
3535
3601
|
"format": "esm"
|
|
3536
3602
|
},
|
|
3537
|
-
"src/Prebuilt/common/hooks.ts": {
|
|
3538
|
-
"bytes": 3796,
|
|
3539
|
-
"imports": [
|
|
3540
|
-
{
|
|
3541
|
-
"path": "react",
|
|
3542
|
-
"kind": "import-statement",
|
|
3543
|
-
"external": true
|
|
3544
|
-
},
|
|
3545
|
-
{
|
|
3546
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
|
3547
|
-
"kind": "import-statement",
|
|
3548
|
-
"external": true
|
|
3549
|
-
},
|
|
3550
|
-
{
|
|
3551
|
-
"path": "@100mslive/react-sdk",
|
|
3552
|
-
"kind": "import-statement",
|
|
3553
|
-
"external": true
|
|
3554
|
-
},
|
|
3555
|
-
{
|
|
3556
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
|
3557
|
-
"kind": "import-statement",
|
|
3558
|
-
"original": "../provider/roomLayoutProvider"
|
|
3559
|
-
},
|
|
3560
|
-
{
|
|
3561
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
3562
|
-
"kind": "import-statement",
|
|
3563
|
-
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
3564
|
-
},
|
|
3565
|
-
{
|
|
3566
|
-
"path": "src/Prebuilt/common/constants.ts",
|
|
3567
|
-
"kind": "import-statement",
|
|
3568
|
-
"original": "./constants"
|
|
3569
|
-
},
|
|
3570
|
-
{
|
|
3571
|
-
"path": "<define:process.env>",
|
|
3572
|
-
"kind": "import-statement",
|
|
3573
|
-
"external": true
|
|
3574
|
-
}
|
|
3575
|
-
],
|
|
3576
|
-
"format": "esm"
|
|
3577
|
-
},
|
|
3578
3603
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
|
3579
3604
|
"bytes": 6492,
|
|
3580
3605
|
"imports": [
|
|
@@ -4636,7 +4661,7 @@
|
|
|
4636
4661
|
"format": "cjs"
|
|
4637
4662
|
},
|
|
4638
4663
|
"../hms-video-store/dist/index.js": {
|
|
4639
|
-
"bytes":
|
|
4664
|
+
"bytes": 326164,
|
|
4640
4665
|
"imports": [
|
|
4641
4666
|
{
|
|
4642
4667
|
"path": "../../node_modules/reselect/es/index.js",
|
|
@@ -5146,7 +5171,7 @@
|
|
|
5146
5171
|
"format": "esm"
|
|
5147
5172
|
},
|
|
5148
5173
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
5149
|
-
"bytes":
|
|
5174
|
+
"bytes": 12590,
|
|
5150
5175
|
"imports": [
|
|
5151
5176
|
{
|
|
5152
5177
|
"path": "react",
|
|
@@ -5282,7 +5307,7 @@
|
|
|
5282
5307
|
"format": "esm"
|
|
5283
5308
|
},
|
|
5284
5309
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
5285
|
-
"bytes":
|
|
5310
|
+
"bytes": 994,
|
|
5286
5311
|
"imports": [
|
|
5287
5312
|
{
|
|
5288
5313
|
"path": "react",
|
|
@@ -5314,6 +5339,11 @@
|
|
|
5314
5339
|
"kind": "import-statement",
|
|
5315
5340
|
"original": "../../.."
|
|
5316
5341
|
},
|
|
5342
|
+
{
|
|
5343
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
5344
|
+
"kind": "import-statement",
|
|
5345
|
+
"original": "../../common/hooks"
|
|
5346
|
+
},
|
|
5317
5347
|
{
|
|
5318
5348
|
"path": "<define:process.env>",
|
|
5319
5349
|
"kind": "import-statement",
|
|
@@ -5322,8 +5352,8 @@
|
|
|
5322
5352
|
],
|
|
5323
5353
|
"format": "esm"
|
|
5324
5354
|
},
|
|
5325
|
-
"src/Prebuilt/components/RaiseHand.
|
|
5326
|
-
"bytes":
|
|
5355
|
+
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
5356
|
+
"bytes": 692,
|
|
5327
5357
|
"imports": [
|
|
5328
5358
|
{
|
|
5329
5359
|
"path": "react",
|
|
@@ -6175,7 +6205,7 @@
|
|
|
6175
6205
|
"format": "esm"
|
|
6176
6206
|
},
|
|
6177
6207
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
|
6178
|
-
"bytes":
|
|
6208
|
+
"bytes": 3967,
|
|
6179
6209
|
"imports": [
|
|
6180
6210
|
{
|
|
6181
6211
|
"path": "react",
|
|
@@ -6228,7 +6258,7 @@
|
|
|
6228
6258
|
"original": "../MoreSettings/MoreSettings"
|
|
6229
6259
|
},
|
|
6230
6260
|
{
|
|
6231
|
-
"path": "src/Prebuilt/components/RaiseHand.
|
|
6261
|
+
"path": "src/Prebuilt/components/RaiseHand.tsx",
|
|
6232
6262
|
"kind": "import-statement",
|
|
6233
6263
|
"original": "../RaiseHand"
|
|
6234
6264
|
},
|
|
@@ -8020,7 +8050,7 @@
|
|
|
8020
8050
|
"format": "esm"
|
|
8021
8051
|
},
|
|
8022
8052
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
8023
|
-
"bytes":
|
|
8053
|
+
"bytes": 10168,
|
|
8024
8054
|
"imports": [
|
|
8025
8055
|
{
|
|
8026
8056
|
"path": "react",
|
|
@@ -8062,6 +8092,16 @@
|
|
|
8062
8092
|
"kind": "import-statement",
|
|
8063
8093
|
"original": "../../../IconButton"
|
|
8064
8094
|
},
|
|
8095
|
+
{
|
|
8096
|
+
"path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
|
|
8097
|
+
"kind": "import-statement",
|
|
8098
|
+
"original": "../MoreSettings/MoreSettings"
|
|
8099
|
+
},
|
|
8100
|
+
{
|
|
8101
|
+
"path": "src/Prebuilt/components/RaiseHand.tsx",
|
|
8102
|
+
"kind": "import-statement",
|
|
8103
|
+
"original": "../RaiseHand"
|
|
8104
|
+
},
|
|
8065
8105
|
{
|
|
8066
8106
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
8067
8107
|
"kind": "import-statement",
|
|
@@ -8528,7 +8568,7 @@
|
|
|
8528
8568
|
"format": "esm"
|
|
8529
8569
|
},
|
|
8530
8570
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
|
8531
|
-
"bytes":
|
|
8571
|
+
"bytes": 8545,
|
|
8532
8572
|
"imports": [
|
|
8533
8573
|
{
|
|
8534
8574
|
"path": "react",
|
|
@@ -9150,7 +9190,7 @@
|
|
|
9150
9190
|
"format": "esm"
|
|
9151
9191
|
},
|
|
9152
9192
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
9153
|
-
"bytes":
|
|
9193
|
+
"bytes": 5728,
|
|
9154
9194
|
"imports": [
|
|
9155
9195
|
{
|
|
9156
9196
|
"path": "react",
|
|
@@ -9227,6 +9267,11 @@
|
|
|
9227
9267
|
"kind": "import-statement",
|
|
9228
9268
|
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
9229
9269
|
},
|
|
9270
|
+
{
|
|
9271
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
9272
|
+
"kind": "import-statement",
|
|
9273
|
+
"original": "../common/hooks"
|
|
9274
|
+
},
|
|
9230
9275
|
{
|
|
9231
9276
|
"path": "src/utils/index.ts",
|
|
9232
9277
|
"kind": "import-statement",
|
|
@@ -10705,12 +10750,12 @@
|
|
|
10705
10750
|
"format": "esm"
|
|
10706
10751
|
},
|
|
10707
10752
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
|
10708
|
-
"bytes":
|
|
10753
|
+
"bytes": 462,
|
|
10709
10754
|
"imports": [
|
|
10710
10755
|
{
|
|
10711
10756
|
"path": "src/index.ts",
|
|
10712
10757
|
"kind": "import-statement",
|
|
10713
|
-
"original": "
|
|
10758
|
+
"original": "../../.."
|
|
10714
10759
|
},
|
|
10715
10760
|
{
|
|
10716
10761
|
"path": "<define:process.env>",
|
|
@@ -10721,7 +10766,7 @@
|
|
|
10721
10766
|
"format": "esm"
|
|
10722
10767
|
},
|
|
10723
10768
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
|
10724
|
-
"bytes":
|
|
10769
|
+
"bytes": 1149,
|
|
10725
10770
|
"imports": [
|
|
10726
10771
|
{
|
|
10727
10772
|
"path": "react",
|
|
@@ -10746,8 +10791,29 @@
|
|
|
10746
10791
|
],
|
|
10747
10792
|
"format": "esm"
|
|
10748
10793
|
},
|
|
10749
|
-
"src/Prebuilt/components/HMSVideo/
|
|
10750
|
-
"bytes":
|
|
10794
|
+
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
|
10795
|
+
"bytes": 371,
|
|
10796
|
+
"imports": [
|
|
10797
|
+
{
|
|
10798
|
+
"path": "react",
|
|
10799
|
+
"kind": "import-statement",
|
|
10800
|
+
"external": true
|
|
10801
|
+
},
|
|
10802
|
+
{
|
|
10803
|
+
"path": "@100mslive/hls-player",
|
|
10804
|
+
"kind": "import-statement",
|
|
10805
|
+
"external": true
|
|
10806
|
+
},
|
|
10807
|
+
{
|
|
10808
|
+
"path": "<define:process.env>",
|
|
10809
|
+
"kind": "import-statement",
|
|
10810
|
+
"external": true
|
|
10811
|
+
}
|
|
10812
|
+
],
|
|
10813
|
+
"format": "esm"
|
|
10814
|
+
},
|
|
10815
|
+
"src/Prebuilt/components/HMSVideo/PlayButton.tsx": {
|
|
10816
|
+
"bytes": 831,
|
|
10751
10817
|
"imports": [
|
|
10752
10818
|
{
|
|
10753
10819
|
"path": "react",
|
|
@@ -10762,18 +10828,28 @@
|
|
|
10762
10828
|
{
|
|
10763
10829
|
"path": "src/index.ts",
|
|
10764
10830
|
"kind": "import-statement",
|
|
10765
|
-
"original": "
|
|
10831
|
+
"original": "../../.."
|
|
10832
|
+
},
|
|
10833
|
+
{
|
|
10834
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
10835
|
+
"kind": "import-statement",
|
|
10836
|
+
"original": "./PlayerContext"
|
|
10766
10837
|
},
|
|
10767
10838
|
{
|
|
10768
10839
|
"path": "<define:process.env>",
|
|
10769
10840
|
"kind": "import-statement",
|
|
10770
10841
|
"external": true
|
|
10842
|
+
},
|
|
10843
|
+
{
|
|
10844
|
+
"path": "<runtime>",
|
|
10845
|
+
"kind": "import-statement",
|
|
10846
|
+
"external": true
|
|
10771
10847
|
}
|
|
10772
10848
|
],
|
|
10773
10849
|
"format": "esm"
|
|
10774
10850
|
},
|
|
10775
|
-
"src/Prebuilt/components/HMSVideo/
|
|
10776
|
-
"bytes":
|
|
10851
|
+
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
|
10852
|
+
"bytes": 1319,
|
|
10777
10853
|
"imports": [
|
|
10778
10854
|
{
|
|
10779
10855
|
"path": "<define:process.env>",
|
|
@@ -10783,8 +10859,8 @@
|
|
|
10783
10859
|
],
|
|
10784
10860
|
"format": "esm"
|
|
10785
10861
|
},
|
|
10786
|
-
"src/Prebuilt/components/HMSVideo/VideoProgress.
|
|
10787
|
-
"bytes":
|
|
10862
|
+
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
|
10863
|
+
"bytes": 2398,
|
|
10788
10864
|
"imports": [
|
|
10789
10865
|
{
|
|
10790
10866
|
"path": "react",
|
|
@@ -10794,12 +10870,17 @@
|
|
|
10794
10870
|
{
|
|
10795
10871
|
"path": "src/index.ts",
|
|
10796
10872
|
"kind": "import-statement",
|
|
10797
|
-
"original": "
|
|
10873
|
+
"original": "../../.."
|
|
10874
|
+
},
|
|
10875
|
+
{
|
|
10876
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
10877
|
+
"kind": "import-statement",
|
|
10878
|
+
"original": "./PlayerContext"
|
|
10798
10879
|
},
|
|
10799
10880
|
{
|
|
10800
|
-
"path": "src/Prebuilt/components/HMSVideo/
|
|
10881
|
+
"path": "src/Prebuilt/components/HMSVideo/utils.ts",
|
|
10801
10882
|
"kind": "import-statement",
|
|
10802
|
-
"original": "./
|
|
10883
|
+
"original": "./utils"
|
|
10803
10884
|
},
|
|
10804
10885
|
{
|
|
10805
10886
|
"path": "<define:process.env>",
|
|
@@ -10809,8 +10890,8 @@
|
|
|
10809
10890
|
],
|
|
10810
10891
|
"format": "esm"
|
|
10811
10892
|
},
|
|
10812
|
-
"src/Prebuilt/components/HMSVideo/VideoTime.
|
|
10813
|
-
"bytes":
|
|
10893
|
+
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
|
10894
|
+
"bytes": 1214,
|
|
10814
10895
|
"imports": [
|
|
10815
10896
|
{
|
|
10816
10897
|
"path": "react",
|
|
@@ -10823,14 +10904,19 @@
|
|
|
10823
10904
|
"external": true
|
|
10824
10905
|
},
|
|
10825
10906
|
{
|
|
10826
|
-
"path": "src/index.
|
|
10907
|
+
"path": "src/Text/index.tsx",
|
|
10827
10908
|
"kind": "import-statement",
|
|
10828
|
-
"original": "../../../"
|
|
10909
|
+
"original": "../../../Text"
|
|
10910
|
+
},
|
|
10911
|
+
{
|
|
10912
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
10913
|
+
"kind": "import-statement",
|
|
10914
|
+
"original": "./PlayerContext"
|
|
10829
10915
|
},
|
|
10830
10916
|
{
|
|
10831
|
-
"path": "src/Prebuilt/components/HMSVideo/
|
|
10917
|
+
"path": "src/Prebuilt/components/HMSVideo/utils.ts",
|
|
10832
10918
|
"kind": "import-statement",
|
|
10833
|
-
"original": "./
|
|
10919
|
+
"original": "./utils"
|
|
10834
10920
|
},
|
|
10835
10921
|
{
|
|
10836
10922
|
"path": "<define:process.env>",
|
|
@@ -10840,8 +10926,8 @@
|
|
|
10840
10926
|
],
|
|
10841
10927
|
"format": "esm"
|
|
10842
10928
|
},
|
|
10843
|
-
"src/Prebuilt/components/HMSVideo/VolumeControl.
|
|
10844
|
-
"bytes":
|
|
10929
|
+
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
|
10930
|
+
"bytes": 2021,
|
|
10845
10931
|
"imports": [
|
|
10846
10932
|
{
|
|
10847
10933
|
"path": "react",
|
|
@@ -10856,7 +10942,12 @@
|
|
|
10856
10942
|
{
|
|
10857
10943
|
"path": "src/index.ts",
|
|
10858
10944
|
"kind": "import-statement",
|
|
10859
|
-
"original": "
|
|
10945
|
+
"original": "../../.."
|
|
10946
|
+
},
|
|
10947
|
+
{
|
|
10948
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
10949
|
+
"kind": "import-statement",
|
|
10950
|
+
"original": "./PlayerContext"
|
|
10860
10951
|
},
|
|
10861
10952
|
{
|
|
10862
10953
|
"path": "<define:process.env>",
|
|
@@ -10866,8 +10957,8 @@
|
|
|
10866
10957
|
],
|
|
10867
10958
|
"format": "esm"
|
|
10868
10959
|
},
|
|
10869
|
-
"src/Prebuilt/components/HMSVideo/index.
|
|
10870
|
-
"bytes":
|
|
10960
|
+
"src/Prebuilt/components/HMSVideo/index.ts": {
|
|
10961
|
+
"bytes": 571,
|
|
10871
10962
|
"imports": [
|
|
10872
10963
|
{
|
|
10873
10964
|
"path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
|
|
@@ -10880,22 +10971,22 @@
|
|
|
10880
10971
|
"original": "./HMSVideo"
|
|
10881
10972
|
},
|
|
10882
10973
|
{
|
|
10883
|
-
"path": "src/Prebuilt/components/HMSVideo/PlayButton.
|
|
10974
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayButton.tsx",
|
|
10884
10975
|
"kind": "import-statement",
|
|
10885
10976
|
"original": "./PlayButton"
|
|
10886
10977
|
},
|
|
10887
10978
|
{
|
|
10888
|
-
"path": "src/Prebuilt/components/HMSVideo/VideoProgress.
|
|
10979
|
+
"path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
|
|
10889
10980
|
"kind": "import-statement",
|
|
10890
10981
|
"original": "./VideoProgress"
|
|
10891
10982
|
},
|
|
10892
10983
|
{
|
|
10893
|
-
"path": "src/Prebuilt/components/HMSVideo/VideoTime.
|
|
10984
|
+
"path": "src/Prebuilt/components/HMSVideo/VideoTime.tsx",
|
|
10894
10985
|
"kind": "import-statement",
|
|
10895
10986
|
"original": "./VideoTime"
|
|
10896
10987
|
},
|
|
10897
10988
|
{
|
|
10898
|
-
"path": "src/Prebuilt/components/HMSVideo/VolumeControl.
|
|
10989
|
+
"path": "src/Prebuilt/components/HMSVideo/VolumeControl.tsx",
|
|
10899
10990
|
"kind": "import-statement",
|
|
10900
10991
|
"original": "./VolumeControl"
|
|
10901
10992
|
},
|
|
@@ -10907,18 +10998,23 @@
|
|
|
10907
10998
|
],
|
|
10908
10999
|
"format": "esm"
|
|
10909
11000
|
},
|
|
10910
|
-
"src/Prebuilt/components/HMSVideo/FullscreenButton.
|
|
10911
|
-
"bytes":
|
|
11001
|
+
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
|
11002
|
+
"bytes": 576,
|
|
10912
11003
|
"imports": [
|
|
10913
11004
|
{
|
|
10914
11005
|
"path": "react",
|
|
10915
11006
|
"kind": "import-statement",
|
|
10916
11007
|
"external": true
|
|
10917
11008
|
},
|
|
11009
|
+
{
|
|
11010
|
+
"path": "@100mslive/react-icons",
|
|
11011
|
+
"kind": "import-statement",
|
|
11012
|
+
"external": true
|
|
11013
|
+
},
|
|
10918
11014
|
{
|
|
10919
11015
|
"path": "src/index.ts",
|
|
10920
11016
|
"kind": "import-statement",
|
|
10921
|
-
"original": "
|
|
11017
|
+
"original": "../../.."
|
|
10922
11018
|
},
|
|
10923
11019
|
{
|
|
10924
11020
|
"path": "<define:process.env>",
|
|
@@ -10928,8 +11024,8 @@
|
|
|
10928
11024
|
],
|
|
10929
11025
|
"format": "esm"
|
|
10930
11026
|
},
|
|
10931
|
-
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.
|
|
10932
|
-
"bytes":
|
|
11027
|
+
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
|
11028
|
+
"bytes": 1046,
|
|
10933
11029
|
"imports": [
|
|
10934
11030
|
{
|
|
10935
11031
|
"path": "react",
|
|
@@ -10939,7 +11035,7 @@
|
|
|
10939
11035
|
{
|
|
10940
11036
|
"path": "src/index.ts",
|
|
10941
11037
|
"kind": "import-statement",
|
|
10942
|
-
"original": "
|
|
11038
|
+
"original": "../../.."
|
|
10943
11039
|
},
|
|
10944
11040
|
{
|
|
10945
11041
|
"path": "src/Prebuilt/primitives/DialogContent.jsx",
|
|
@@ -10950,12 +11046,17 @@
|
|
|
10950
11046
|
"path": "<define:process.env>",
|
|
10951
11047
|
"kind": "import-statement",
|
|
10952
11048
|
"external": true
|
|
11049
|
+
},
|
|
11050
|
+
{
|
|
11051
|
+
"path": "<runtime>",
|
|
11052
|
+
"kind": "import-statement",
|
|
11053
|
+
"external": true
|
|
10953
11054
|
}
|
|
10954
11055
|
],
|
|
10955
11056
|
"format": "esm"
|
|
10956
11057
|
},
|
|
10957
11058
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
|
10958
|
-
"bytes":
|
|
11059
|
+
"bytes": 640,
|
|
10959
11060
|
"imports": [
|
|
10960
11061
|
{
|
|
10961
11062
|
"path": "react",
|
|
@@ -10972,6 +11073,11 @@
|
|
|
10972
11073
|
"kind": "import-statement",
|
|
10973
11074
|
"original": "../../../"
|
|
10974
11075
|
},
|
|
11076
|
+
{
|
|
11077
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
11078
|
+
"kind": "import-statement",
|
|
11079
|
+
"original": "./PlayerContext"
|
|
11080
|
+
},
|
|
10975
11081
|
{
|
|
10976
11082
|
"path": "<define:process.env>",
|
|
10977
11083
|
"kind": "import-statement",
|
|
@@ -10980,14 +11086,24 @@
|
|
|
10980
11086
|
],
|
|
10981
11087
|
"format": "esm"
|
|
10982
11088
|
},
|
|
10983
|
-
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.
|
|
10984
|
-
"bytes":
|
|
11089
|
+
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
|
11090
|
+
"bytes": 7896,
|
|
10985
11091
|
"imports": [
|
|
10986
11092
|
{
|
|
10987
11093
|
"path": "react",
|
|
10988
11094
|
"kind": "import-statement",
|
|
10989
11095
|
"external": true
|
|
10990
11096
|
},
|
|
11097
|
+
{
|
|
11098
|
+
"path": "react-use",
|
|
11099
|
+
"kind": "import-statement",
|
|
11100
|
+
"external": true
|
|
11101
|
+
},
|
|
11102
|
+
{
|
|
11103
|
+
"path": "@100mslive/hls-player",
|
|
11104
|
+
"kind": "import-statement",
|
|
11105
|
+
"external": true
|
|
11106
|
+
},
|
|
10991
11107
|
{
|
|
10992
11108
|
"path": "@100mslive/react-icons",
|
|
10993
11109
|
"kind": "import-statement",
|
|
@@ -10996,7 +11112,73 @@
|
|
|
10996
11112
|
{
|
|
10997
11113
|
"path": "src/index.ts",
|
|
10998
11114
|
"kind": "import-statement",
|
|
10999
|
-
"original": "
|
|
11115
|
+
"original": "../../.."
|
|
11116
|
+
},
|
|
11117
|
+
{
|
|
11118
|
+
"path": "src/Sheet/index.ts",
|
|
11119
|
+
"kind": "import-statement",
|
|
11120
|
+
"original": "../../../Sheet"
|
|
11121
|
+
},
|
|
11122
|
+
{
|
|
11123
|
+
"path": "src/Theme/index.tsx",
|
|
11124
|
+
"kind": "import-statement",
|
|
11125
|
+
"original": "../../../Theme"
|
|
11126
|
+
},
|
|
11127
|
+
{
|
|
11128
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
11129
|
+
"kind": "import-statement",
|
|
11130
|
+
"original": "../../common/hooks"
|
|
11131
|
+
},
|
|
11132
|
+
{
|
|
11133
|
+
"path": "<define:process.env>",
|
|
11134
|
+
"kind": "import-statement",
|
|
11135
|
+
"external": true
|
|
11136
|
+
}
|
|
11137
|
+
],
|
|
11138
|
+
"format": "esm"
|
|
11139
|
+
},
|
|
11140
|
+
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
|
11141
|
+
"bytes": 3067,
|
|
11142
|
+
"imports": [
|
|
11143
|
+
{
|
|
11144
|
+
"path": "react",
|
|
11145
|
+
"kind": "import-statement",
|
|
11146
|
+
"external": true
|
|
11147
|
+
},
|
|
11148
|
+
{
|
|
11149
|
+
"path": "@100mslive/react-sdk",
|
|
11150
|
+
"kind": "import-statement",
|
|
11151
|
+
"external": true
|
|
11152
|
+
},
|
|
11153
|
+
{
|
|
11154
|
+
"path": "src/Layout/index.tsx",
|
|
11155
|
+
"kind": "import-statement",
|
|
11156
|
+
"original": "../../../Layout"
|
|
11157
|
+
},
|
|
11158
|
+
{
|
|
11159
|
+
"path": "src/Text/index.tsx",
|
|
11160
|
+
"kind": "import-statement",
|
|
11161
|
+
"original": "../../../Text"
|
|
11162
|
+
},
|
|
11163
|
+
{
|
|
11164
|
+
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
|
11165
|
+
"kind": "import-statement",
|
|
11166
|
+
"original": "../Header/HeaderComponents"
|
|
11167
|
+
},
|
|
11168
|
+
{
|
|
11169
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
11170
|
+
"kind": "import-statement",
|
|
11171
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
11172
|
+
},
|
|
11173
|
+
{
|
|
11174
|
+
"path": "src/Prebuilt/common/utils.js",
|
|
11175
|
+
"kind": "import-statement",
|
|
11176
|
+
"original": "../../common/utils"
|
|
11177
|
+
},
|
|
11178
|
+
{
|
|
11179
|
+
"path": "src/Prebuilt/components/HMSVideo/utils.ts",
|
|
11180
|
+
"kind": "import-statement",
|
|
11181
|
+
"original": "./utils"
|
|
11000
11182
|
},
|
|
11001
11183
|
{
|
|
11002
11184
|
"path": "<define:process.env>",
|
|
@@ -11007,7 +11189,7 @@
|
|
|
11007
11189
|
"format": "esm"
|
|
11008
11190
|
},
|
|
11009
11191
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
11010
|
-
"bytes":
|
|
11192
|
+
"bytes": 23514,
|
|
11011
11193
|
"imports": [
|
|
11012
11194
|
{
|
|
11013
11195
|
"path": "react",
|
|
@@ -11039,23 +11221,28 @@
|
|
|
11039
11221
|
"kind": "import-statement",
|
|
11040
11222
|
"external": true
|
|
11041
11223
|
},
|
|
11224
|
+
{
|
|
11225
|
+
"path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
|
|
11226
|
+
"kind": "import-statement",
|
|
11227
|
+
"original": "../components/Footer/ChatToggle"
|
|
11228
|
+
},
|
|
11042
11229
|
{
|
|
11043
11230
|
"path": "src/Prebuilt/components/HlsStatsOverlay.jsx",
|
|
11044
11231
|
"kind": "import-statement",
|
|
11045
11232
|
"original": "../components/HlsStatsOverlay"
|
|
11046
11233
|
},
|
|
11047
11234
|
{
|
|
11048
|
-
"path": "src/Prebuilt/components/HMSVideo/index.
|
|
11235
|
+
"path": "src/Prebuilt/components/HMSVideo/index.ts",
|
|
11049
11236
|
"kind": "import-statement",
|
|
11050
11237
|
"original": "../components/HMSVideo"
|
|
11051
11238
|
},
|
|
11052
11239
|
{
|
|
11053
|
-
"path": "src/Prebuilt/components/HMSVideo/FullscreenButton.
|
|
11240
|
+
"path": "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx",
|
|
11054
11241
|
"kind": "import-statement",
|
|
11055
11242
|
"original": "../components/HMSVideo/FullscreenButton"
|
|
11056
11243
|
},
|
|
11057
11244
|
{
|
|
11058
|
-
"path": "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.
|
|
11245
|
+
"path": "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx",
|
|
11059
11246
|
"kind": "import-statement",
|
|
11060
11247
|
"original": "../components/HMSVideo/HLSAutoplayBlockedPrompt"
|
|
11061
11248
|
},
|
|
@@ -11065,10 +11252,20 @@
|
|
|
11065
11252
|
"original": "../components/HMSVideo/HLSCaptionSelector"
|
|
11066
11253
|
},
|
|
11067
11254
|
{
|
|
11068
|
-
"path": "src/Prebuilt/components/HMSVideo/HLSQualitySelector.
|
|
11255
|
+
"path": "src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx",
|
|
11069
11256
|
"kind": "import-statement",
|
|
11070
11257
|
"original": "../components/HMSVideo/HLSQualitySelector"
|
|
11071
11258
|
},
|
|
11259
|
+
{
|
|
11260
|
+
"path": "src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx",
|
|
11261
|
+
"kind": "import-statement",
|
|
11262
|
+
"original": "../components/HMSVideo/MwebHLSViewTitle"
|
|
11263
|
+
},
|
|
11264
|
+
{
|
|
11265
|
+
"path": "src/Prebuilt/components/HMSVideo/PlayerContext.tsx",
|
|
11266
|
+
"kind": "import-statement",
|
|
11267
|
+
"original": "../components/HMSVideo/PlayerContext"
|
|
11268
|
+
},
|
|
11072
11269
|
{
|
|
11073
11270
|
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
|
11074
11271
|
"kind": "import-statement",
|
|
@@ -11114,6 +11311,16 @@
|
|
|
11114
11311
|
"kind": "import-statement",
|
|
11115
11312
|
"original": "../components/AppData/useSidepane"
|
|
11116
11313
|
},
|
|
11314
|
+
{
|
|
11315
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
11316
|
+
"kind": "import-statement",
|
|
11317
|
+
"original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
|
11318
|
+
},
|
|
11319
|
+
{
|
|
11320
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
11321
|
+
"kind": "import-statement",
|
|
11322
|
+
"original": "../common/hooks"
|
|
11323
|
+
},
|
|
11117
11324
|
{
|
|
11118
11325
|
"path": "src/Prebuilt/common/constants.ts",
|
|
11119
11326
|
"kind": "import-statement",
|
|
@@ -11133,7 +11340,7 @@
|
|
|
11133
11340
|
"format": "esm"
|
|
11134
11341
|
},
|
|
11135
11342
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
11136
|
-
"bytes":
|
|
11343
|
+
"bytes": 4140,
|
|
11137
11344
|
"imports": [
|
|
11138
11345
|
{
|
|
11139
11346
|
"path": "react",
|
|
@@ -11200,6 +11407,11 @@
|
|
|
11200
11407
|
"kind": "import-statement",
|
|
11201
11408
|
"original": "../components/hooks/useCloseScreenshareWhiteboard"
|
|
11202
11409
|
},
|
|
11410
|
+
{
|
|
11411
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
11412
|
+
"kind": "import-statement",
|
|
11413
|
+
"original": "../common/hooks"
|
|
11414
|
+
},
|
|
11203
11415
|
{
|
|
11204
11416
|
"path": "src/Prebuilt/common/constants.ts",
|
|
11205
11417
|
"kind": "import-statement",
|
|
@@ -11444,7 +11656,7 @@
|
|
|
11444
11656
|
"format": "esm"
|
|
11445
11657
|
},
|
|
11446
11658
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
11447
|
-
"bytes":
|
|
11659
|
+
"bytes": 8068,
|
|
11448
11660
|
"imports": [
|
|
11449
11661
|
{
|
|
11450
11662
|
"path": "react",
|
|
@@ -11471,6 +11683,16 @@
|
|
|
11471
11683
|
"kind": "import-statement",
|
|
11472
11684
|
"original": "./Footer/Footer"
|
|
11473
11685
|
},
|
|
11686
|
+
{
|
|
11687
|
+
"path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
|
|
11688
|
+
"kind": "import-statement",
|
|
11689
|
+
"original": "./Leave/LeaveRoom"
|
|
11690
|
+
},
|
|
11691
|
+
{
|
|
11692
|
+
"path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
|
|
11693
|
+
"kind": "import-statement",
|
|
11694
|
+
"original": "./MoreSettings/MoreSettings"
|
|
11695
|
+
},
|
|
11474
11696
|
{
|
|
11475
11697
|
"path": "src/Prebuilt/components/Notifications/HLSFailureModal.tsx",
|
|
11476
11698
|
"kind": "import-statement",
|
|
@@ -11521,6 +11743,11 @@
|
|
|
11521
11743
|
"kind": "import-statement",
|
|
11522
11744
|
"original": "./PreviousRoleInMetadata"
|
|
11523
11745
|
},
|
|
11746
|
+
{
|
|
11747
|
+
"path": "src/Prebuilt/components/RaiseHand.tsx",
|
|
11748
|
+
"kind": "import-statement",
|
|
11749
|
+
"original": "./RaiseHand"
|
|
11750
|
+
},
|
|
11524
11751
|
{
|
|
11525
11752
|
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
|
11526
11753
|
"kind": "import-statement",
|
|
@@ -11531,6 +11758,11 @@
|
|
|
11531
11758
|
"kind": "import-statement",
|
|
11532
11759
|
"original": "./AppData/useUISettings"
|
|
11533
11760
|
},
|
|
11761
|
+
{
|
|
11762
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
11763
|
+
"kind": "import-statement",
|
|
11764
|
+
"original": "../common/hooks"
|
|
11765
|
+
},
|
|
11534
11766
|
{
|
|
11535
11767
|
"path": "src/Prebuilt/common/constants.ts",
|
|
11536
11768
|
"kind": "import-statement",
|
|
@@ -11812,7 +12044,7 @@
|
|
|
11812
12044
|
"format": "esm"
|
|
11813
12045
|
},
|
|
11814
12046
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
|
11815
|
-
"bytes":
|
|
12047
|
+
"bytes": 2789,
|
|
11816
12048
|
"imports": [
|
|
11817
12049
|
{
|
|
11818
12050
|
"path": "react",
|
|
@@ -11854,6 +12086,11 @@
|
|
|
11854
12086
|
"kind": "import-statement",
|
|
11855
12087
|
"original": "../../Theme"
|
|
11856
12088
|
},
|
|
12089
|
+
{
|
|
12090
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
|
12091
|
+
"kind": "import-statement",
|
|
12092
|
+
"original": "../common/hooks"
|
|
12093
|
+
},
|
|
11857
12094
|
{
|
|
11858
12095
|
"path": "src/Prebuilt/common/utils.js",
|
|
11859
12096
|
"kind": "import-statement",
|
|
@@ -13229,7 +13466,7 @@
|
|
|
13229
13466
|
"dist/index.js": {
|
|
13230
13467
|
"imports": [
|
|
13231
13468
|
{
|
|
13232
|
-
"path": "dist/chunk-
|
|
13469
|
+
"path": "dist/chunk-J4NOQ2YL.js",
|
|
13233
13470
|
"kind": "import-statement"
|
|
13234
13471
|
}
|
|
13235
13472
|
],
|
|
@@ -13302,16 +13539,16 @@
|
|
|
13302
13539
|
"inputs": {},
|
|
13303
13540
|
"bytes": 1822
|
|
13304
13541
|
},
|
|
13305
|
-
"dist/HLSView-
|
|
13542
|
+
"dist/HLSView-UIPDGADR.js.map": {
|
|
13306
13543
|
"imports": [],
|
|
13307
13544
|
"exports": [],
|
|
13308
13545
|
"inputs": {},
|
|
13309
|
-
"bytes":
|
|
13546
|
+
"bytes": 81312
|
|
13310
13547
|
},
|
|
13311
|
-
"dist/HLSView-
|
|
13548
|
+
"dist/HLSView-UIPDGADR.js": {
|
|
13312
13549
|
"imports": [
|
|
13313
13550
|
{
|
|
13314
|
-
"path": "dist/chunk-
|
|
13551
|
+
"path": "dist/chunk-J4NOQ2YL.js",
|
|
13315
13552
|
"kind": "import-statement"
|
|
13316
13553
|
},
|
|
13317
13554
|
{
|
|
@@ -13379,6 +13616,11 @@
|
|
|
13379
13616
|
"kind": "import-statement",
|
|
13380
13617
|
"external": true
|
|
13381
13618
|
},
|
|
13619
|
+
{
|
|
13620
|
+
"path": "react",
|
|
13621
|
+
"kind": "import-statement",
|
|
13622
|
+
"external": true
|
|
13623
|
+
},
|
|
13382
13624
|
{
|
|
13383
13625
|
"path": "@100mslive/hls-player",
|
|
13384
13626
|
"kind": "import-statement",
|
|
@@ -13399,6 +13641,11 @@
|
|
|
13399
13641
|
"kind": "import-statement",
|
|
13400
13642
|
"external": true
|
|
13401
13643
|
},
|
|
13644
|
+
{
|
|
13645
|
+
"path": "@100mslive/react-icons",
|
|
13646
|
+
"kind": "import-statement",
|
|
13647
|
+
"external": true
|
|
13648
|
+
},
|
|
13402
13649
|
{
|
|
13403
13650
|
"path": "react",
|
|
13404
13651
|
"kind": "import-statement",
|
|
@@ -13419,10 +13666,25 @@
|
|
|
13419
13666
|
"kind": "import-statement",
|
|
13420
13667
|
"external": true
|
|
13421
13668
|
},
|
|
13669
|
+
{
|
|
13670
|
+
"path": "react-use",
|
|
13671
|
+
"kind": "import-statement",
|
|
13672
|
+
"external": true
|
|
13673
|
+
},
|
|
13422
13674
|
{
|
|
13423
13675
|
"path": "@100mslive/react-icons",
|
|
13424
13676
|
"kind": "import-statement",
|
|
13425
13677
|
"external": true
|
|
13678
|
+
},
|
|
13679
|
+
{
|
|
13680
|
+
"path": "react",
|
|
13681
|
+
"kind": "import-statement",
|
|
13682
|
+
"external": true
|
|
13683
|
+
},
|
|
13684
|
+
{
|
|
13685
|
+
"path": "@100mslive/react-sdk",
|
|
13686
|
+
"kind": "import-statement",
|
|
13687
|
+
"external": true
|
|
13426
13688
|
}
|
|
13427
13689
|
],
|
|
13428
13690
|
"exports": [
|
|
@@ -13431,57 +13693,63 @@
|
|
|
13431
13693
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
|
13432
13694
|
"inputs": {
|
|
13433
13695
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
|
13434
|
-
"bytesInOutput":
|
|
13696
|
+
"bytesInOutput": 21772
|
|
13435
13697
|
},
|
|
13436
13698
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
|
13437
13699
|
"bytesInOutput": 3521
|
|
13438
13700
|
},
|
|
13439
|
-
"src/Prebuilt/components/HMSVideo/index.
|
|
13701
|
+
"src/Prebuilt/components/HMSVideo/index.ts": {
|
|
13440
13702
|
"bytesInOutput": 252
|
|
13441
13703
|
},
|
|
13442
13704
|
"src/Prebuilt/components/HMSVideo/Controls.jsx": {
|
|
13443
13705
|
"bytesInOutput": 416
|
|
13444
13706
|
},
|
|
13445
13707
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
|
13446
|
-
"bytesInOutput":
|
|
13708
|
+
"bytesInOutput": 1281
|
|
13447
13709
|
},
|
|
13448
|
-
"src/Prebuilt/components/HMSVideo/PlayButton.
|
|
13449
|
-
"bytesInOutput":
|
|
13710
|
+
"src/Prebuilt/components/HMSVideo/PlayButton.tsx": {
|
|
13711
|
+
"bytesInOutput": 846
|
|
13450
13712
|
},
|
|
13451
|
-
"src/Prebuilt/components/HMSVideo/
|
|
13452
|
-
"bytesInOutput":
|
|
13713
|
+
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
|
13714
|
+
"bytesInOutput": 244
|
|
13453
13715
|
},
|
|
13454
|
-
"src/Prebuilt/components/HMSVideo/
|
|
13455
|
-
"bytesInOutput":
|
|
13716
|
+
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
|
13717
|
+
"bytesInOutput": 2512
|
|
13456
13718
|
},
|
|
13457
|
-
"src/Prebuilt/components/HMSVideo/
|
|
13458
|
-
"bytesInOutput":
|
|
13719
|
+
"src/Prebuilt/components/HMSVideo/utils.ts": {
|
|
13720
|
+
"bytesInOutput": 1048
|
|
13459
13721
|
},
|
|
13460
|
-
"src/Prebuilt/components/HMSVideo/
|
|
13461
|
-
"bytesInOutput":
|
|
13722
|
+
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
|
13723
|
+
"bytesInOutput": 1221
|
|
13724
|
+
},
|
|
13725
|
+
"src/Prebuilt/components/HMSVideo/VolumeControl.tsx": {
|
|
13726
|
+
"bytesInOutput": 2255
|
|
13462
13727
|
},
|
|
13463
|
-
"src/Prebuilt/components/HMSVideo/FullscreenButton.
|
|
13464
|
-
"bytesInOutput":
|
|
13728
|
+
"src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
|
|
13729
|
+
"bytesInOutput": 637
|
|
13465
13730
|
},
|
|
13466
|
-
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.
|
|
13467
|
-
"bytesInOutput":
|
|
13731
|
+
"src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
|
|
13732
|
+
"bytesInOutput": 986
|
|
13468
13733
|
},
|
|
13469
13734
|
"src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
|
|
13470
|
-
"bytesInOutput":
|
|
13735
|
+
"bytesInOutput": 688
|
|
13736
|
+
},
|
|
13737
|
+
"src/Prebuilt/components/HMSVideo/HLSQualitySelector.tsx": {
|
|
13738
|
+
"bytesInOutput": 7132
|
|
13471
13739
|
},
|
|
13472
|
-
"src/Prebuilt/components/HMSVideo/
|
|
13473
|
-
"bytesInOutput":
|
|
13740
|
+
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
|
13741
|
+
"bytesInOutput": 3003
|
|
13474
13742
|
}
|
|
13475
13743
|
},
|
|
13476
|
-
"bytes":
|
|
13744
|
+
"bytes": 49457
|
|
13477
13745
|
},
|
|
13478
|
-
"dist/chunk-
|
|
13746
|
+
"dist/chunk-J4NOQ2YL.js.map": {
|
|
13479
13747
|
"imports": [],
|
|
13480
13748
|
"exports": [],
|
|
13481
13749
|
"inputs": {},
|
|
13482
|
-
"bytes":
|
|
13750
|
+
"bytes": 3152684
|
|
13483
13751
|
},
|
|
13484
|
-
"dist/chunk-
|
|
13752
|
+
"dist/chunk-J4NOQ2YL.js": {
|
|
13485
13753
|
"imports": [
|
|
13486
13754
|
{
|
|
13487
13755
|
"path": "react",
|
|
@@ -14144,22 +14412,22 @@
|
|
|
14144
14412
|
"external": true
|
|
14145
14413
|
},
|
|
14146
14414
|
{
|
|
14147
|
-
"path": "
|
|
14415
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
|
14148
14416
|
"kind": "import-statement",
|
|
14149
14417
|
"external": true
|
|
14150
14418
|
},
|
|
14151
14419
|
{
|
|
14152
|
-
"path": "@100mslive/
|
|
14420
|
+
"path": "@100mslive/react-sdk",
|
|
14153
14421
|
"kind": "import-statement",
|
|
14154
14422
|
"external": true
|
|
14155
14423
|
},
|
|
14156
14424
|
{
|
|
14157
|
-
"path": "
|
|
14425
|
+
"path": "react",
|
|
14158
14426
|
"kind": "import-statement",
|
|
14159
14427
|
"external": true
|
|
14160
14428
|
},
|
|
14161
14429
|
{
|
|
14162
|
-
"path": "
|
|
14430
|
+
"path": "react-use",
|
|
14163
14431
|
"kind": "import-statement",
|
|
14164
14432
|
"external": true
|
|
14165
14433
|
},
|
|
@@ -14169,7 +14437,7 @@
|
|
|
14169
14437
|
"external": true
|
|
14170
14438
|
},
|
|
14171
14439
|
{
|
|
14172
|
-
"path": "
|
|
14440
|
+
"path": "@100mslive/hls-player",
|
|
14173
14441
|
"kind": "import-statement",
|
|
14174
14442
|
"external": true
|
|
14175
14443
|
},
|
|
@@ -14184,7 +14452,12 @@
|
|
|
14184
14452
|
"external": true
|
|
14185
14453
|
},
|
|
14186
14454
|
{
|
|
14187
|
-
"path": "
|
|
14455
|
+
"path": "react",
|
|
14456
|
+
"kind": "import-statement",
|
|
14457
|
+
"external": true
|
|
14458
|
+
},
|
|
14459
|
+
{
|
|
14460
|
+
"path": "react",
|
|
14188
14461
|
"kind": "import-statement",
|
|
14189
14462
|
"external": true
|
|
14190
14463
|
},
|
|
@@ -14194,17 +14467,17 @@
|
|
|
14194
14467
|
"external": true
|
|
14195
14468
|
},
|
|
14196
14469
|
{
|
|
14197
|
-
"path": "react",
|
|
14470
|
+
"path": "@100mslive/react-icons",
|
|
14198
14471
|
"kind": "import-statement",
|
|
14199
14472
|
"external": true
|
|
14200
14473
|
},
|
|
14201
14474
|
{
|
|
14202
|
-
"path": "
|
|
14475
|
+
"path": "worker-timers",
|
|
14203
14476
|
"kind": "import-statement",
|
|
14204
14477
|
"external": true
|
|
14205
14478
|
},
|
|
14206
14479
|
{
|
|
14207
|
-
"path": "@100mslive/react-
|
|
14480
|
+
"path": "@100mslive/react-sdk",
|
|
14208
14481
|
"kind": "import-statement",
|
|
14209
14482
|
"external": true
|
|
14210
14483
|
},
|
|
@@ -14214,12 +14487,12 @@
|
|
|
14214
14487
|
"external": true
|
|
14215
14488
|
},
|
|
14216
14489
|
{
|
|
14217
|
-
"path": "@100mslive/
|
|
14490
|
+
"path": "@100mslive/react-sdk",
|
|
14218
14491
|
"kind": "import-statement",
|
|
14219
14492
|
"external": true
|
|
14220
14493
|
},
|
|
14221
14494
|
{
|
|
14222
|
-
"path": "@100mslive/react-
|
|
14495
|
+
"path": "@100mslive/react-icons",
|
|
14223
14496
|
"kind": "import-statement",
|
|
14224
14497
|
"external": true
|
|
14225
14498
|
},
|
|
@@ -15794,7 +16067,7 @@
|
|
|
15794
16067
|
"external": true
|
|
15795
16068
|
},
|
|
15796
16069
|
{
|
|
15797
|
-
"path": "dist/HLSView-
|
|
16070
|
+
"path": "dist/HLSView-UIPDGADR.js",
|
|
15798
16071
|
"kind": "dynamic-import"
|
|
15799
16072
|
},
|
|
15800
16073
|
{
|
|
@@ -16180,6 +16453,7 @@
|
|
|
16180
16453
|
"Avatar",
|
|
16181
16454
|
"Box",
|
|
16182
16455
|
"Button",
|
|
16456
|
+
"ChatToggle",
|
|
16183
16457
|
"Checkbox",
|
|
16184
16458
|
"Collapsible",
|
|
16185
16459
|
"Dialog",
|
|
@@ -16201,13 +16475,16 @@
|
|
|
16201
16475
|
"Label",
|
|
16202
16476
|
"Link",
|
|
16203
16477
|
"Loading",
|
|
16478
|
+
"Logo",
|
|
16204
16479
|
"PasswordInput",
|
|
16205
16480
|
"Popover",
|
|
16206
16481
|
"Progress",
|
|
16207
16482
|
"QRCode",
|
|
16208
16483
|
"RadioGroup",
|
|
16209
16484
|
"ReactSelect_exports",
|
|
16485
|
+
"SIDE_PANE_OPTIONS",
|
|
16210
16486
|
"Select",
|
|
16487
|
+
"Sheet",
|
|
16211
16488
|
"Slider",
|
|
16212
16489
|
"StyledAvatar",
|
|
16213
16490
|
"StyledMenuTile",
|
|
@@ -16236,6 +16513,7 @@
|
|
|
16236
16513
|
"css",
|
|
16237
16514
|
"flexCenter",
|
|
16238
16515
|
"getCssText",
|
|
16516
|
+
"getFormattedCount",
|
|
16239
16517
|
"getLeft",
|
|
16240
16518
|
"globalCss",
|
|
16241
16519
|
"globalStyles",
|
|
@@ -16246,12 +16524,15 @@
|
|
|
16246
16524
|
"textEllipsis",
|
|
16247
16525
|
"theme",
|
|
16248
16526
|
"useBorderAudioLevel",
|
|
16527
|
+
"useIsLandscape",
|
|
16249
16528
|
"usePollViewToggle",
|
|
16529
|
+
"useRoomLayoutConferencingScreen",
|
|
16530
|
+
"useSidepaneToggle",
|
|
16250
16531
|
"useTheme"
|
|
16251
16532
|
],
|
|
16252
16533
|
"inputs": {
|
|
16253
16534
|
"<define:process.env>": {
|
|
16254
|
-
"bytesInOutput":
|
|
16535
|
+
"bytesInOutput": 18263
|
|
16255
16536
|
},
|
|
16256
16537
|
"../../node_modules/lodash/lodash.js": {
|
|
16257
16538
|
"bytesInOutput": 224269
|
|
@@ -16551,7 +16832,7 @@
|
|
|
16551
16832
|
"bytesInOutput": 4698
|
|
16552
16833
|
},
|
|
16553
16834
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
|
16554
|
-
"bytesInOutput":
|
|
16835
|
+
"bytesInOutput": 7204
|
|
16555
16836
|
},
|
|
16556
16837
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
|
16557
16838
|
"bytesInOutput": 3350
|
|
@@ -16602,7 +16883,7 @@
|
|
|
16602
16883
|
"bytesInOutput": 606
|
|
16603
16884
|
},
|
|
16604
16885
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
|
16605
|
-
"bytesInOutput":
|
|
16886
|
+
"bytesInOutput": 2406
|
|
16606
16887
|
},
|
|
16607
16888
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
|
16608
16889
|
"bytesInOutput": 5689
|
|
@@ -16620,10 +16901,13 @@
|
|
|
16620
16901
|
"bytesInOutput": 1790
|
|
16621
16902
|
},
|
|
16622
16903
|
"src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
|
|
16623
|
-
"bytesInOutput":
|
|
16904
|
+
"bytesInOutput": 4772
|
|
16905
|
+
},
|
|
16906
|
+
"src/Prebuilt/common/hooks.ts": {
|
|
16907
|
+
"bytesInOutput": 3354
|
|
16624
16908
|
},
|
|
16625
16909
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
|
16626
|
-
"bytesInOutput":
|
|
16910
|
+
"bytesInOutput": 472
|
|
16627
16911
|
},
|
|
16628
16912
|
"src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
|
|
16629
16913
|
"bytesInOutput": 6559
|
|
@@ -16632,7 +16916,7 @@
|
|
|
16632
16916
|
"bytesInOutput": 178
|
|
16633
16917
|
},
|
|
16634
16918
|
"src/Prebuilt/components/PIP/PIPComponent.jsx": {
|
|
16635
|
-
"bytesInOutput":
|
|
16919
|
+
"bytesInOutput": 2357
|
|
16636
16920
|
},
|
|
16637
16921
|
"src/Prebuilt/components/PIP/PIPManager.js": {
|
|
16638
16922
|
"bytesInOutput": 9164
|
|
@@ -16646,9 +16930,6 @@
|
|
|
16646
16930
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
|
16647
16931
|
"bytesInOutput": 6096
|
|
16648
16932
|
},
|
|
16649
|
-
"src/Prebuilt/common/hooks.ts": {
|
|
16650
|
-
"bytesInOutput": 2697
|
|
16651
|
-
},
|
|
16652
16933
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
|
16653
16934
|
"bytesInOutput": 4547
|
|
16654
16935
|
},
|
|
@@ -16683,13 +16964,13 @@
|
|
|
16683
16964
|
"bytesInOutput": 1948
|
|
16684
16965
|
},
|
|
16685
16966
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
|
16686
|
-
"bytesInOutput":
|
|
16967
|
+
"bytesInOutput": 10650
|
|
16687
16968
|
},
|
|
16688
16969
|
"src/Prebuilt/components/Header/StreamActions.tsx": {
|
|
16689
16970
|
"bytesInOutput": 10019
|
|
16690
16971
|
},
|
|
16691
16972
|
"../hms-video-store/dist/index.js": {
|
|
16692
|
-
"bytesInOutput":
|
|
16973
|
+
"bytesInOutput": 48564
|
|
16693
16974
|
},
|
|
16694
16975
|
"../../node_modules/reselect/es/index.js": {
|
|
16695
16976
|
"bytesInOutput": 2539
|
|
@@ -16707,7 +16988,7 @@
|
|
|
16707
16988
|
"bytesInOutput": 22678
|
|
16708
16989
|
},
|
|
16709
16990
|
"../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
|
|
16710
|
-
"bytesInOutput":
|
|
16991
|
+
"bytesInOutput": 6086
|
|
16711
16992
|
},
|
|
16712
16993
|
"../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
|
|
16713
16994
|
"bytesInOutput": 1256
|
|
@@ -16751,8 +17032,8 @@
|
|
|
16751
17032
|
"src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
|
|
16752
17033
|
"bytesInOutput": 658
|
|
16753
17034
|
},
|
|
16754
|
-
"src/Prebuilt/components/RaiseHand.
|
|
16755
|
-
"bytesInOutput":
|
|
17035
|
+
"src/Prebuilt/components/RaiseHand.tsx": {
|
|
17036
|
+
"bytesInOutput": 720
|
|
16756
17037
|
},
|
|
16757
17038
|
"src/Prebuilt/components/ScreenShareToggle.jsx": {
|
|
16758
17039
|
"bytesInOutput": 1619
|
|
@@ -16791,7 +17072,7 @@
|
|
|
16791
17072
|
"bytesInOutput": 1404
|
|
16792
17073
|
},
|
|
16793
17074
|
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
|
16794
|
-
"bytesInOutput":
|
|
17075
|
+
"bytesInOutput": 11540
|
|
16795
17076
|
},
|
|
16796
17077
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
|
16797
17078
|
"bytesInOutput": 3749
|
|
@@ -16824,7 +17105,7 @@
|
|
|
16824
17105
|
"bytesInOutput": 9637
|
|
16825
17106
|
},
|
|
16826
17107
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
|
16827
|
-
"bytesInOutput":
|
|
17108
|
+
"bytesInOutput": 5170
|
|
16828
17109
|
},
|
|
16829
17110
|
"src/Prebuilt/components/Polls/Polls.tsx": {
|
|
16830
17111
|
"bytesInOutput": 735
|
|
@@ -16908,7 +17189,7 @@
|
|
|
16908
17189
|
"bytesInOutput": 720
|
|
16909
17190
|
},
|
|
16910
17191
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
|
16911
|
-
"bytesInOutput":
|
|
17192
|
+
"bytesInOutput": 7719
|
|
16912
17193
|
},
|
|
16913
17194
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
|
16914
17195
|
"bytesInOutput": 3466
|
|
@@ -16938,7 +17219,7 @@
|
|
|
16938
17219
|
"bytesInOutput": 704
|
|
16939
17220
|
},
|
|
16940
17221
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
|
16941
|
-
"bytesInOutput":
|
|
17222
|
+
"bytesInOutput": 9589
|
|
16942
17223
|
},
|
|
16943
17224
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
|
16944
17225
|
"bytesInOutput": 5318
|
|
@@ -17019,7 +17300,7 @@
|
|
|
17019
17300
|
"bytesInOutput": 2163
|
|
17020
17301
|
},
|
|
17021
17302
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
|
17022
|
-
"bytesInOutput":
|
|
17303
|
+
"bytesInOutput": 3461
|
|
17023
17304
|
},
|
|
17024
17305
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
|
17025
17306
|
"bytesInOutput": 3871
|
|
@@ -17121,13 +17402,13 @@
|
|
|
17121
17402
|
"bytesInOutput": 491
|
|
17122
17403
|
},
|
|
17123
17404
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
|
17124
|
-
"bytesInOutput":
|
|
17405
|
+
"bytesInOutput": 2623
|
|
17125
17406
|
},
|
|
17126
17407
|
"src/Prebuilt/components/Notifications/index.tsx": {
|
|
17127
17408
|
"bytesInOutput": 27
|
|
17128
17409
|
},
|
|
17129
17410
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
|
17130
|
-
"bytesInOutput":
|
|
17411
|
+
"bytesInOutput": 7971
|
|
17131
17412
|
},
|
|
17132
17413
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
|
17133
17414
|
"bytesInOutput": 1053
|
|
@@ -17205,7 +17486,7 @@
|
|
|
17205
17486
|
"bytesInOutput": 651
|
|
17206
17487
|
}
|
|
17207
17488
|
},
|
|
17208
|
-
"bytes":
|
|
17489
|
+
"bytes": 1290159
|
|
17209
17490
|
}
|
|
17210
17491
|
}
|
|
17211
17492
|
}
|