@100mslive/roomkit-react 0.2.8-alpha.9 → 0.3.1-alpha.0
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-TOMPA4E4.js → HLSView-VXHATNNQ.js} +141 -86
- package/dist/HLSView-VXHATNNQ.js.map +7 -0
- package/dist/Prebuilt/components/Chat/Chat.d.ts +1 -1
- package/dist/Prebuilt/components/HMSVideo/VideoProgress.d.ts +4 -1
- package/dist/Prebuilt/components/HMSVideo/index.d.ts +4 -1
- package/dist/Prebuilt/components/SidePaneTabs.d.ts +0 -1
- package/dist/Prebuilt/layouts/SidePane.d.ts +1 -1
- package/dist/{chunk-FUDX3LDB.js → chunk-RRXRF2KB.js} +207 -151
- package/dist/chunk-RRXRF2KB.js.map +7 -0
- package/dist/index.cjs.js +365 -255
- package/dist/index.cjs.js.map +3 -3
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +88 -63
- package/dist/meta.esbuild.json +100 -74
- package/package.json +6 -6
- package/src/Prebuilt/components/Chat/Chat.tsx +23 -4
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +2 -2
- package/src/Prebuilt/components/Chat/EmptyChat.tsx +5 -1
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +4 -3
- package/src/Prebuilt/components/ConferenceScreen.tsx +13 -1
- package/src/Prebuilt/components/EmojiReaction.jsx +2 -2
- package/src/Prebuilt/components/Footer/RoleOptions.tsx +4 -4
- package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +13 -10
- package/src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx +6 -4
- package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +36 -23
- package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +1 -1
- package/src/Prebuilt/components/MwebLandscapePrompt.tsx +9 -3
- package/src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx +1 -1
- package/src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx +1 -1
- package/src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx +1 -1
- package/src/Prebuilt/components/SidePaneTabs.tsx +1 -4
- package/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +1 -0
- package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +2 -0
- package/src/Prebuilt/layouts/HLSView.jsx +291 -245
- package/src/Prebuilt/layouts/SidePane.tsx +74 -49
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +10 -2
- package/dist/HLSView-TOMPA4E4.js.map +0 -7
- package/dist/chunk-FUDX3LDB.js.map +0 -7
package/dist/index.js
CHANGED
package/dist/meta.cjs.json
CHANGED
@@ -3018,7 +3018,7 @@
|
|
3018
3018
|
"format": "esm"
|
3019
3019
|
},
|
3020
3020
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
3021
|
-
"bytes":
|
3021
|
+
"bytes": 3143,
|
3022
3022
|
"imports": [
|
3023
3023
|
{
|
3024
3024
|
"path": "react",
|
@@ -4681,7 +4681,7 @@
|
|
4681
4681
|
"format": "cjs"
|
4682
4682
|
},
|
4683
4683
|
"../hms-video-store/dist/index.js": {
|
4684
|
-
"bytes":
|
4684
|
+
"bytes": 326171,
|
4685
4685
|
"imports": [
|
4686
4686
|
{
|
4687
4687
|
"path": "../../node_modules/reselect/es/index.js",
|
@@ -5191,7 +5191,7 @@
|
|
5191
5191
|
"format": "esm"
|
5192
5192
|
},
|
5193
5193
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
5194
|
-
"bytes":
|
5194
|
+
"bytes": 13053,
|
5195
5195
|
"imports": [
|
5196
5196
|
{
|
5197
5197
|
"path": "react",
|
@@ -5935,7 +5935,7 @@
|
|
5935
5935
|
"format": "esm"
|
5936
5936
|
},
|
5937
5937
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
5938
|
-
"bytes":
|
5938
|
+
"bytes": 7089,
|
5939
5939
|
"imports": [
|
5940
5940
|
{
|
5941
5941
|
"path": "react",
|
@@ -6495,7 +6495,7 @@
|
|
6495
6495
|
"format": "esm"
|
6496
6496
|
},
|
6497
6497
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
6498
|
-
"bytes":
|
6498
|
+
"bytes": 8017,
|
6499
6499
|
"imports": [
|
6500
6500
|
{
|
6501
6501
|
"path": "react",
|
@@ -6623,7 +6623,7 @@
|
|
6623
6623
|
"format": "esm"
|
6624
6624
|
},
|
6625
6625
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
6626
|
-
"bytes":
|
6626
|
+
"bytes": 1041,
|
6627
6627
|
"imports": [
|
6628
6628
|
{
|
6629
6629
|
"path": "react",
|
@@ -6788,7 +6788,7 @@
|
|
6788
6788
|
"format": "esm"
|
6789
6789
|
},
|
6790
6790
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
6791
|
-
"bytes":
|
6791
|
+
"bytes": 10102,
|
6792
6792
|
"imports": [
|
6793
6793
|
{
|
6794
6794
|
"path": "react",
|
@@ -7784,7 +7784,7 @@
|
|
7784
7784
|
"imports": []
|
7785
7785
|
},
|
7786
7786
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
7787
|
-
"bytes":
|
7787
|
+
"bytes": 2142,
|
7788
7788
|
"imports": [
|
7789
7789
|
{
|
7790
7790
|
"path": "react",
|
@@ -7826,6 +7826,11 @@
|
|
7826
7826
|
"kind": "import-statement",
|
7827
7827
|
"original": "../hooks/useChatBlacklist"
|
7828
7828
|
},
|
7829
|
+
{
|
7830
|
+
"path": "src/Prebuilt/common/hooks.ts",
|
7831
|
+
"kind": "import-statement",
|
7832
|
+
"original": "../../common/hooks"
|
7833
|
+
},
|
7829
7834
|
{
|
7830
7835
|
"path": "<define:process.env>",
|
7831
7836
|
"kind": "import-statement",
|
@@ -8146,7 +8151,7 @@
|
|
8146
8151
|
"format": "esm"
|
8147
8152
|
},
|
8148
8153
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
8149
|
-
"bytes":
|
8154
|
+
"bytes": 10438,
|
8150
8155
|
"imports": [
|
8151
8156
|
{
|
8152
8157
|
"path": "react",
|
@@ -8360,7 +8365,7 @@
|
|
8360
8365
|
"format": "esm"
|
8361
8366
|
},
|
8362
8367
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
8363
|
-
"bytes":
|
8368
|
+
"bytes": 5099,
|
8364
8369
|
"imports": [
|
8365
8370
|
{
|
8366
8371
|
"path": "react",
|
@@ -8446,7 +8451,7 @@
|
|
8446
8451
|
"format": "esm"
|
8447
8452
|
},
|
8448
8453
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
8449
|
-
"bytes":
|
8454
|
+
"bytes": 5393,
|
8450
8455
|
"imports": [
|
8451
8456
|
{
|
8452
8457
|
"path": "react",
|
@@ -8684,7 +8689,7 @@
|
|
8684
8689
|
"format": "esm"
|
8685
8690
|
},
|
8686
8691
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
8687
|
-
"bytes":
|
8692
|
+
"bytes": 8205,
|
8688
8693
|
"imports": [
|
8689
8694
|
{
|
8690
8695
|
"path": "react",
|
@@ -9306,7 +9311,7 @@
|
|
9306
9311
|
"format": "esm"
|
9307
9312
|
},
|
9308
9313
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
9309
|
-
"bytes":
|
9314
|
+
"bytes": 6649,
|
9310
9315
|
"imports": [
|
9311
9316
|
{
|
9312
9317
|
"path": "react",
|
@@ -10024,7 +10029,7 @@
|
|
10024
10029
|
"format": "esm"
|
10025
10030
|
},
|
10026
10031
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
10027
|
-
"bytes":
|
10032
|
+
"bytes": 2542,
|
10028
10033
|
"imports": [
|
10029
10034
|
{
|
10030
10035
|
"path": "react",
|
@@ -10426,7 +10431,7 @@
|
|
10426
10431
|
"format": "esm"
|
10427
10432
|
},
|
10428
10433
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
10429
|
-
"bytes":
|
10434
|
+
"bytes": 3118,
|
10430
10435
|
"imports": [
|
10431
10436
|
{
|
10432
10437
|
"path": "react",
|
@@ -10846,7 +10851,7 @@
|
|
10846
10851
|
"format": "esm"
|
10847
10852
|
},
|
10848
10853
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
10849
|
-
"bytes":
|
10854
|
+
"bytes": 1333,
|
10850
10855
|
"imports": [
|
10851
10856
|
{
|
10852
10857
|
"path": "react",
|
@@ -10854,19 +10859,9 @@
|
|
10854
10859
|
"external": true
|
10855
10860
|
},
|
10856
10861
|
{
|
10857
|
-
"path": "
|
10858
|
-
"kind": "import-statement",
|
10859
|
-
"external": true
|
10860
|
-
},
|
10861
|
-
{
|
10862
|
-
"path": "src/index.ts",
|
10863
|
-
"kind": "import-statement",
|
10864
|
-
"original": "../../../"
|
10865
|
-
},
|
10866
|
-
{
|
10867
|
-
"path": "src/Prebuilt/common/hooks.ts",
|
10862
|
+
"path": "src/Layout/index.tsx",
|
10868
10863
|
"kind": "import-statement",
|
10869
|
-
"original": "
|
10864
|
+
"original": "../../../Layout"
|
10870
10865
|
},
|
10871
10866
|
{
|
10872
10867
|
"path": "<define:process.env>",
|
@@ -10971,7 +10966,7 @@
|
|
10971
10966
|
"format": "esm"
|
10972
10967
|
},
|
10973
10968
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
10974
|
-
"bytes":
|
10969
|
+
"bytes": 2926,
|
10975
10970
|
"imports": [
|
10976
10971
|
{
|
10977
10972
|
"path": "react",
|
@@ -11269,7 +11264,7 @@
|
|
11269
11264
|
"format": "esm"
|
11270
11265
|
},
|
11271
11266
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
11272
|
-
"bytes":
|
11267
|
+
"bytes": 2527,
|
11273
11268
|
"imports": [
|
11274
11269
|
{
|
11275
11270
|
"path": "react",
|
@@ -11325,7 +11320,7 @@
|
|
11325
11320
|
"format": "esm"
|
11326
11321
|
},
|
11327
11322
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
11328
|
-
"bytes":
|
11323
|
+
"bytes": 26749,
|
11329
11324
|
"imports": [
|
11330
11325
|
{
|
11331
11326
|
"path": "react",
|
@@ -11347,6 +11342,11 @@
|
|
11347
11342
|
"kind": "import-statement",
|
11348
11343
|
"external": true
|
11349
11344
|
},
|
11345
|
+
{
|
11346
|
+
"path": "ts-pattern",
|
11347
|
+
"kind": "import-statement",
|
11348
|
+
"external": true
|
11349
|
+
},
|
11350
11350
|
{
|
11351
11351
|
"path": "@100mslive/react-sdk",
|
11352
11352
|
"kind": "import-statement",
|
@@ -11481,7 +11481,7 @@
|
|
11481
11481
|
"format": "esm"
|
11482
11482
|
},
|
11483
11483
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11484
|
-
"bytes":
|
11484
|
+
"bytes": 4801,
|
11485
11485
|
"imports": [
|
11486
11486
|
{
|
11487
11487
|
"path": "react",
|
@@ -11493,6 +11493,11 @@
|
|
11493
11493
|
"kind": "import-statement",
|
11494
11494
|
"external": true
|
11495
11495
|
},
|
11496
|
+
{
|
11497
|
+
"path": "ts-pattern",
|
11498
|
+
"kind": "import-statement",
|
11499
|
+
"external": true
|
11500
|
+
},
|
11496
11501
|
{
|
11497
11502
|
"path": "@100mslive/react-sdk",
|
11498
11503
|
"kind": "import-statement",
|
@@ -11797,7 +11802,7 @@
|
|
11797
11802
|
"format": "esm"
|
11798
11803
|
},
|
11799
11804
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
11800
|
-
"bytes":
|
11805
|
+
"bytes": 8259,
|
11801
11806
|
"imports": [
|
11802
11807
|
{
|
11803
11808
|
"path": "react",
|
@@ -11864,6 +11869,11 @@
|
|
11864
11869
|
"kind": "import-statement",
|
11865
11870
|
"original": "../layouts/VideoStreamingSection"
|
11866
11871
|
},
|
11872
|
+
{
|
11873
|
+
"path": "src/Prebuilt/components/EmojiReaction.jsx",
|
11874
|
+
"kind": "import-statement",
|
11875
|
+
"original": "./EmojiReaction"
|
11876
|
+
},
|
11867
11877
|
{
|
11868
11878
|
"path": "src/Prebuilt/components/FullPageProgress.jsx",
|
11869
11879
|
"kind": "import-statement",
|
@@ -12180,7 +12190,7 @@
|
|
12180
12190
|
"format": "esm"
|
12181
12191
|
},
|
12182
12192
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
12183
|
-
"bytes":
|
12193
|
+
"bytes": 3089,
|
12184
12194
|
"imports": [
|
12185
12195
|
{
|
12186
12196
|
"path": "react",
|
@@ -12192,6 +12202,11 @@
|
|
12192
12202
|
"kind": "import-statement",
|
12193
12203
|
"external": true
|
12194
12204
|
},
|
12205
|
+
{
|
12206
|
+
"path": "ts-pattern",
|
12207
|
+
"kind": "import-statement",
|
12208
|
+
"external": true
|
12209
|
+
},
|
12195
12210
|
{
|
12196
12211
|
"path": "@100mslive/react-icons",
|
12197
12212
|
"kind": "import-statement",
|
@@ -13597,7 +13612,7 @@
|
|
13597
13612
|
"imports": [],
|
13598
13613
|
"exports": [],
|
13599
13614
|
"inputs": {},
|
13600
|
-
"bytes":
|
13615
|
+
"bytes": 3263982
|
13601
13616
|
},
|
13602
13617
|
"dist/index.cjs.js": {
|
13603
13618
|
"imports": [
|
@@ -15941,11 +15956,6 @@
|
|
15941
15956
|
"kind": "require-call",
|
15942
15957
|
"external": true
|
15943
15958
|
},
|
15944
|
-
{
|
15945
|
-
"path": "react-use",
|
15946
|
-
"kind": "require-call",
|
15947
|
-
"external": true
|
15948
|
-
},
|
15949
15959
|
{
|
15950
15960
|
"path": "react",
|
15951
15961
|
"kind": "require-call",
|
@@ -16071,6 +16081,11 @@
|
|
16071
16081
|
"kind": "require-call",
|
16072
16082
|
"external": true
|
16073
16083
|
},
|
16084
|
+
{
|
16085
|
+
"path": "ts-pattern",
|
16086
|
+
"kind": "require-call",
|
16087
|
+
"external": true
|
16088
|
+
},
|
16074
16089
|
{
|
16075
16090
|
"path": "@100mslive/react-sdk",
|
16076
16091
|
"kind": "require-call",
|
@@ -16086,6 +16101,11 @@
|
|
16086
16101
|
"kind": "require-call",
|
16087
16102
|
"external": true
|
16088
16103
|
},
|
16104
|
+
{
|
16105
|
+
"path": "ts-pattern",
|
16106
|
+
"kind": "require-call",
|
16107
|
+
"external": true
|
16108
|
+
},
|
16089
16109
|
{
|
16090
16110
|
"path": "@100mslive/react-sdk",
|
16091
16111
|
"kind": "require-call",
|
@@ -16236,6 +16256,11 @@
|
|
16236
16256
|
"kind": "require-call",
|
16237
16257
|
"external": true
|
16238
16258
|
},
|
16259
|
+
{
|
16260
|
+
"path": "ts-pattern",
|
16261
|
+
"kind": "require-call",
|
16262
|
+
"external": true
|
16263
|
+
},
|
16239
16264
|
{
|
16240
16265
|
"path": "@100mslive/react-icons",
|
16241
16266
|
"kind": "require-call",
|
@@ -16496,7 +16521,7 @@
|
|
16496
16521
|
"entryPoint": "src/index.ts",
|
16497
16522
|
"inputs": {
|
16498
16523
|
"<define:process.env>": {
|
16499
|
-
"bytesInOutput":
|
16524
|
+
"bytesInOutput": 18253
|
16500
16525
|
},
|
16501
16526
|
"src/Theme/base.config.ts": {
|
16502
16527
|
"bytesInOutput": 6104
|
@@ -16850,7 +16875,7 @@
|
|
16850
16875
|
"bytesInOutput": 3890
|
16851
16876
|
},
|
16852
16877
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
16853
|
-
"bytesInOutput":
|
16878
|
+
"bytesInOutput": 3381
|
16854
16879
|
},
|
16855
16880
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
16856
16881
|
"bytesInOutput": 2547
|
@@ -17015,7 +17040,7 @@
|
|
17015
17040
|
"bytesInOutput": 938
|
17016
17041
|
},
|
17017
17042
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
17018
|
-
"bytesInOutput":
|
17043
|
+
"bytesInOutput": 13528
|
17019
17044
|
},
|
17020
17045
|
"src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
|
17021
17046
|
"bytesInOutput": 831
|
@@ -17069,7 +17094,7 @@
|
|
17069
17094
|
"bytesInOutput": 1694
|
17070
17095
|
},
|
17071
17096
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
17072
|
-
"bytesInOutput":
|
17097
|
+
"bytesInOutput": 8531
|
17073
17098
|
},
|
17074
17099
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
17075
17100
|
"bytesInOutput": 5338
|
@@ -17096,7 +17121,7 @@
|
|
17096
17121
|
"bytesInOutput": 1170
|
17097
17122
|
},
|
17098
17123
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
|
17099
|
-
"bytesInOutput":
|
17124
|
+
"bytesInOutput": 9672
|
17100
17125
|
},
|
17101
17126
|
"src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
|
17102
17127
|
"bytesInOutput": 2802
|
@@ -17105,7 +17130,7 @@
|
|
17105
17130
|
"bytesInOutput": 394
|
17106
17131
|
},
|
17107
17132
|
"src/Prebuilt/components/Polls/common/OptionInputWithDelete.tsx": {
|
17108
|
-
"bytesInOutput":
|
17133
|
+
"bytesInOutput": 1347
|
17109
17134
|
},
|
17110
17135
|
"src/Prebuilt/components/Polls/common/VoteCount.tsx": {
|
17111
17136
|
"bytesInOutput": 587
|
@@ -17120,7 +17145,7 @@
|
|
17120
17145
|
"bytesInOutput": 5422
|
17121
17146
|
},
|
17122
17147
|
"src/Prebuilt/components/Polls/CreateQuestions/QuestionForm.tsx": {
|
17123
|
-
"bytesInOutput":
|
17148
|
+
"bytesInOutput": 10158
|
17124
17149
|
},
|
17125
17150
|
"src/Prebuilt/components/Polls/CreateQuestions/SavedQuestion.tsx": {
|
17126
17151
|
"bytesInOutput": 2034
|
@@ -17189,7 +17214,7 @@
|
|
17189
17214
|
"bytesInOutput": 2366
|
17190
17215
|
},
|
17191
17216
|
"src/Prebuilt/components/Chat/EmptyChat.tsx": {
|
17192
|
-
"bytesInOutput":
|
17217
|
+
"bytesInOutput": 2555
|
17193
17218
|
},
|
17194
17219
|
"src/Prebuilt/components/hooks/usePinnedBy.tsx": {
|
17195
17220
|
"bytesInOutput": 926
|
@@ -17210,7 +17235,7 @@
|
|
17210
17235
|
"bytesInOutput": 1440
|
17211
17236
|
},
|
17212
17237
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
17213
|
-
"bytesInOutput":
|
17238
|
+
"bytesInOutput": 11726
|
17214
17239
|
},
|
17215
17240
|
"src/Prebuilt/components/Chat/ChatStates.tsx": {
|
17216
17241
|
"bytesInOutput": 3529
|
@@ -17222,10 +17247,10 @@
|
|
17222
17247
|
"bytesInOutput": 827
|
17223
17248
|
},
|
17224
17249
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
17225
|
-
"bytesInOutput":
|
17250
|
+
"bytesInOutput": 6242
|
17226
17251
|
},
|
17227
17252
|
"src/Prebuilt/components/Chat/Chat.tsx": {
|
17228
|
-
"bytesInOutput":
|
17253
|
+
"bytesInOutput": 6161
|
17229
17254
|
},
|
17230
17255
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
17231
17256
|
"bytesInOutput": 5344
|
@@ -17234,7 +17259,7 @@
|
|
17234
17259
|
"bytesInOutput": 3060
|
17235
17260
|
},
|
17236
17261
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
17237
|
-
"bytesInOutput":
|
17262
|
+
"bytesInOutput": 9231
|
17238
17263
|
},
|
17239
17264
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
17240
17265
|
"bytesInOutput": 2716
|
@@ -17270,7 +17295,7 @@
|
|
17270
17295
|
"bytesInOutput": 8756
|
17271
17296
|
},
|
17272
17297
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
17273
|
-
"bytesInOutput":
|
17298
|
+
"bytesInOutput": 7830
|
17274
17299
|
},
|
17275
17300
|
"src/Prebuilt/components/Chip.tsx": {
|
17276
17301
|
"bytesInOutput": 1118
|
@@ -17309,7 +17334,7 @@
|
|
17309
17334
|
"bytesInOutput": 2453
|
17310
17335
|
},
|
17311
17336
|
"src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
|
17312
|
-
"bytesInOutput":
|
17337
|
+
"bytesInOutput": 3074
|
17313
17338
|
},
|
17314
17339
|
"src/Prebuilt/components/SecondaryTiles.tsx": {
|
17315
17340
|
"bytesInOutput": 3143
|
@@ -17330,7 +17355,7 @@
|
|
17330
17355
|
"bytesInOutput": 5583
|
17331
17356
|
},
|
17332
17357
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
17333
|
-
"bytesInOutput":
|
17358
|
+
"bytesInOutput": 3475
|
17334
17359
|
},
|
17335
17360
|
"src/Prebuilt/common/PeersSorter.ts": {
|
17336
17361
|
"bytesInOutput": 3604
|
@@ -17360,7 +17385,7 @@
|
|
17360
17385
|
"bytesInOutput": 656
|
17361
17386
|
},
|
17362
17387
|
"src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
|
17363
|
-
"bytesInOutput":
|
17388
|
+
"bytesInOutput": 1903
|
17364
17389
|
},
|
17365
17390
|
"src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
|
17366
17391
|
"bytesInOutput": 489
|
@@ -17375,7 +17400,7 @@
|
|
17375
17400
|
"bytesInOutput": 835
|
17376
17401
|
},
|
17377
17402
|
"src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
|
17378
|
-
"bytesInOutput":
|
17403
|
+
"bytesInOutput": 3728
|
17379
17404
|
},
|
17380
17405
|
"src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
|
17381
17406
|
"bytesInOutput": 1748
|
@@ -17399,13 +17424,13 @@
|
|
17399
17424
|
"bytesInOutput": 8496
|
17400
17425
|
},
|
17401
17426
|
"src/Prebuilt/components/HMSVideo/MwebHLSViewTitle.tsx": {
|
17402
|
-
"bytesInOutput":
|
17427
|
+
"bytesInOutput": 2886
|
17403
17428
|
},
|
17404
17429
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
17405
|
-
"bytesInOutput":
|
17430
|
+
"bytesInOutput": 31215
|
17406
17431
|
},
|
17407
17432
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
17408
|
-
"bytesInOutput":
|
17433
|
+
"bytesInOutput": 5017
|
17409
17434
|
},
|
17410
17435
|
"src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
|
17411
17436
|
"bytesInOutput": 2182
|
@@ -17423,7 +17448,7 @@
|
|
17423
17448
|
"bytesInOutput": 1024
|
17424
17449
|
},
|
17425
17450
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
17426
|
-
"bytesInOutput":
|
17451
|
+
"bytesInOutput": 9089
|
17427
17452
|
},
|
17428
17453
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
17429
17454
|
"bytesInOutput": 4366
|
@@ -17447,7 +17472,7 @@
|
|
17447
17472
|
"bytesInOutput": 2925
|
17448
17473
|
},
|
17449
17474
|
"src/Prebuilt/components/MwebLandscapePrompt.tsx": {
|
17450
|
-
"bytesInOutput":
|
17475
|
+
"bytesInOutput": 3699
|
17451
17476
|
},
|
17452
17477
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
17453
17478
|
"bytesInOutput": 1415
|
@@ -17540,7 +17565,7 @@
|
|
17540
17565
|
"bytesInOutput": 2980
|
17541
17566
|
}
|
17542
17567
|
},
|
17543
|
-
"bytes":
|
17568
|
+
"bytes": 1550560
|
17544
17569
|
}
|
17545
17570
|
}
|
17546
17571
|
}
|