@100mslive/roomkit-react 0.3.14 → 0.3.15-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.
Files changed (45) hide show
  1. package/dist/Diagnostics/components.d.ts +2 -0
  2. package/dist/{HLSView-67SFNI2P.js → HLSView-33JUAQ33.js} +2 -2
  3. package/dist/{HLSView-TYHCIAWX.css → HLSView-KKS3ZEYM.css} +3 -3
  4. package/dist/{HLSView-TYHCIAWX.css.map → HLSView-KKS3ZEYM.css.map} +1 -1
  5. package/dist/{chunk-VCXILOW6.js → chunk-MTS2LMGT.js} +2324 -11723
  6. package/dist/chunk-MTS2LMGT.js.map +7 -0
  7. package/dist/index.cjs.css +2 -2
  8. package/dist/index.cjs.css.map +1 -1
  9. package/dist/index.cjs.js +4232 -13646
  10. package/dist/index.cjs.js.map +4 -4
  11. package/dist/index.css +2 -2
  12. package/dist/index.css.map +1 -1
  13. package/dist/index.js +1 -1
  14. package/dist/meta.cjs.json +117 -214
  15. package/dist/meta.esbuild.json +126 -223
  16. package/package.json +8 -7
  17. package/src/Diagnostics/AudioTest.tsx +13 -11
  18. package/src/Diagnostics/BrowserTest.tsx +5 -5
  19. package/src/Diagnostics/ConnectivityTest.tsx +3 -4
  20. package/src/Diagnostics/Diagnostics.tsx +34 -18
  21. package/src/Diagnostics/VideoTest.tsx +7 -7
  22. package/src/Diagnostics/components.tsx +6 -5
  23. package/src/Prebuilt/components/Chat/ChatBody.tsx +23 -8
  24. package/src/Prebuilt/components/Header/AdditionalRoomState.jsx +4 -66
  25. package/src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx +2 -2
  26. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +4 -0
  27. package/dist/Diagnostics/hms.d.ts +0 -9
  28. package/dist/Prebuilt/components/HMSVideo/PlayButton.d.ts +0 -6
  29. package/dist/Prebuilt/components/Polls/common/VoterList.d.ts +0 -4
  30. package/dist/chunk-VCXILOW6.js.map +0 -7
  31. package/src/Diagnostics/hms.ts +0 -9
  32. package/src/Prebuilt/common/roles.js +0 -4
  33. package/src/Prebuilt/components/AppData/useAppConfig.js +0 -7
  34. package/src/Prebuilt/components/HMSVideo/PlayButton.tsx +0 -27
  35. package/src/Prebuilt/components/Header/AmbientMusic.jsx +0 -88
  36. package/src/Prebuilt/components/Image.jsx +0 -7
  37. package/src/Prebuilt/components/MetaActions.jsx +0 -37
  38. package/src/Prebuilt/components/Playlist/Playlist.jsx +0 -124
  39. package/src/Prebuilt/components/Playlist/PlaylistControls.jsx +0 -172
  40. package/src/Prebuilt/components/Playlist/PlaylistItem.jsx +0 -51
  41. package/src/Prebuilt/components/Playlist/VideoPlayer.jsx +0 -95
  42. package/src/Prebuilt/components/Polls/CreatePollQuiz/Timer.jsx +0 -71
  43. package/src/Prebuilt/components/Polls/common/VoterList.tsx +0 -22
  44. package/src/Prebuilt/components/ScreenshareHintModal.jsx +0 -37
  45. /package/dist/{HLSView-67SFNI2P.js.map → HLSView-33JUAQ33.js.map} +0 -0
@@ -4951,7 +4951,7 @@
4951
4951
  "format": "cjs"
4952
4952
  },
4953
4953
  "../hms-video-store/dist/index.js": {
4954
- "bytes": 356172,
4954
+ "bytes": 356558,
4955
4955
  "imports": [
4956
4956
  {
4957
4957
  "path": "../../node_modules/reselect/es/index.js",
@@ -5091,32 +5091,6 @@
5091
5091
  ],
5092
5092
  "format": "esm"
5093
5093
  },
5094
- "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
5095
- "bytes": 913,
5096
- "imports": [
5097
- {
5098
- "path": "react",
5099
- "kind": "import-statement",
5100
- "external": true
5101
- },
5102
- {
5103
- "path": "@100mslive/react-sdk",
5104
- "kind": "import-statement",
5105
- "external": true
5106
- },
5107
- {
5108
- "path": "<define:process.env>",
5109
- "kind": "import-statement",
5110
- "external": true
5111
- },
5112
- {
5113
- "path": "<runtime>",
5114
- "kind": "import-statement",
5115
- "external": true
5116
- }
5117
- ],
5118
- "format": "esm"
5119
- },
5120
5094
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
5121
5095
  "bytes": 813,
5122
5096
  "imports": [
@@ -5139,7 +5113,7 @@
5139
5113
  "format": "esm"
5140
5114
  },
5141
5115
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
5142
- "bytes": 6857,
5116
+ "bytes": 4443,
5143
5117
  "imports": [
5144
5118
  {
5145
5119
  "path": "react",
@@ -5166,11 +5140,6 @@
5166
5140
  "kind": "import-statement",
5167
5141
  "original": "../AppData/useUISettings"
5168
5142
  },
5169
- {
5170
- "path": "src/Prebuilt/components/hooks/usePlaylistMusic.js",
5171
- "kind": "import-statement",
5172
- "original": "../hooks/usePlaylistMusic"
5173
- },
5174
5143
  {
5175
5144
  "path": "src/Prebuilt/components/hooks/useScreenshareAudio.js",
5176
5145
  "kind": "import-statement",
@@ -8268,7 +8237,7 @@
8268
8237
  "format": "esm"
8269
8238
  },
8270
8239
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
8271
- "bytes": 15222,
8240
+ "bytes": 15590,
8272
8241
  "imports": [
8273
8242
  {
8274
8243
  "path": "react",
@@ -10899,7 +10868,7 @@
10899
10868
  "format": "esm"
10900
10869
  },
10901
10870
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
10902
- "bytes": 3065,
10871
+ "bytes": 3039,
10903
10872
  "imports": [
10904
10873
  {
10905
10874
  "path": "react",
@@ -10974,7 +10943,7 @@
10974
10943
  ],
10975
10944
  "format": "esm"
10976
10945
  },
10977
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03e32/tldraw.css": {
10946
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db139552/tldraw.css": {
10978
10947
  "bytes": 80111,
10979
10948
  "imports": [
10980
10949
  {
@@ -11024,7 +10993,7 @@
11024
10993
  }
11025
10994
  ]
11026
10995
  },
11027
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03cf1/index.css": {
10996
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db138f00/index.css": {
11028
10997
  "bytes": 597,
11029
10998
  "imports": [
11030
10999
  {
@@ -11033,14 +11002,14 @@
11033
11002
  "external": true
11034
11003
  },
11035
11004
  {
11036
- "path": "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03e32/tldraw.css",
11005
+ "path": "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db139552/tldraw.css",
11037
11006
  "kind": "import-rule",
11038
11007
  "original": "@tldraw/tldraw/tldraw.css"
11039
11008
  }
11040
11009
  ]
11041
11010
  },
11042
11011
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
11043
- "bytes": 3212,
11012
+ "bytes": 3250,
11044
11013
  "imports": [
11045
11014
  {
11046
11015
  "path": "react",
@@ -11108,7 +11077,7 @@
11108
11077
  "original": "../../common/constants"
11109
11078
  },
11110
11079
  {
11111
- "path": "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03cf1/index.css",
11080
+ "path": "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db138f00/index.css",
11112
11081
  "kind": "import-statement",
11113
11082
  "original": "@100mslive/hms-whiteboard/index.css"
11114
11083
  },
@@ -14130,27 +14099,16 @@
14130
14099
  ],
14131
14100
  "format": "esm"
14132
14101
  },
14133
- "src/Diagnostics/hms.ts": {
14134
- "bytes": 348,
14102
+ "src/Diagnostics/components.tsx": {
14103
+ "bytes": 2773,
14135
14104
  "imports": [
14136
14105
  {
14137
- "path": "../hms-video-store/dist/index.js",
14138
- "kind": "import-statement",
14139
- "original": "@100mslive/hms-video-store"
14140
- },
14141
- {
14142
- "path": "<define:process.env>",
14106
+ "path": "react",
14143
14107
  "kind": "import-statement",
14144
14108
  "external": true
14145
- }
14146
- ],
14147
- "format": "esm"
14148
- },
14149
- "src/Diagnostics/components.tsx": {
14150
- "bytes": 2686,
14151
- "imports": [
14109
+ },
14152
14110
  {
14153
- "path": "react",
14111
+ "path": "@100mslive/react-sdk",
14154
14112
  "kind": "import-statement",
14155
14113
  "external": true
14156
14114
  },
@@ -14174,11 +14132,6 @@
14174
14132
  "kind": "import-statement",
14175
14133
  "external": true
14176
14134
  },
14177
- {
14178
- "path": "src/Diagnostics/hms.ts",
14179
- "kind": "import-statement",
14180
- "original": "./hms"
14181
- },
14182
14135
  {
14183
14136
  "path": "<define:process.env>",
14184
14137
  "kind": "import-statement",
@@ -14409,7 +14362,7 @@
14409
14362
  "format": "esm"
14410
14363
  },
14411
14364
  "src/Diagnostics/AudioTest.tsx": {
14412
- "bytes": 5792,
14365
+ "bytes": 5958,
14413
14366
  "imports": [
14414
14367
  {
14415
14368
  "path": "react",
@@ -14461,11 +14414,6 @@
14461
14414
  "kind": "import-statement",
14462
14415
  "original": "./DeviceSelector"
14463
14416
  },
14464
- {
14465
- "path": "src/Diagnostics/hms.ts",
14466
- "kind": "import-statement",
14467
- "original": "./hms"
14468
- },
14469
14417
  {
14470
14418
  "path": "src/Prebuilt/components/hooks/useAudioOutputTest.tsx",
14471
14419
  "kind": "import-statement",
@@ -14485,7 +14433,7 @@
14485
14433
  "format": "esm"
14486
14434
  },
14487
14435
  "src/Diagnostics/BrowserTest.tsx": {
14488
- "bytes": 4184,
14436
+ "bytes": 4252,
14489
14437
  "imports": [
14490
14438
  {
14491
14439
  "path": "react",
@@ -14512,11 +14460,6 @@
14512
14460
  "kind": "import-statement",
14513
14461
  "original": "../Text"
14514
14462
  },
14515
- {
14516
- "path": "src/Diagnostics/hms.ts",
14517
- "kind": "import-statement",
14518
- "original": "./hms"
14519
- },
14520
14463
  {
14521
14464
  "path": "<define:process.env>",
14522
14465
  "kind": "import-statement",
@@ -14526,7 +14469,7 @@
14526
14469
  "format": "esm"
14527
14470
  },
14528
14471
  "src/Diagnostics/ConnectivityTest.tsx": {
14529
- "bytes": 11343,
14472
+ "bytes": 11342,
14530
14473
  "imports": [
14531
14474
  {
14532
14475
  "path": "react",
@@ -14573,11 +14516,6 @@
14573
14516
  "kind": "import-statement",
14574
14517
  "original": "../Text"
14575
14518
  },
14576
- {
14577
- "path": "src/Diagnostics/hms.ts",
14578
- "kind": "import-statement",
14579
- "original": "./hms"
14580
- },
14581
14519
  {
14582
14520
  "path": "<define:process.env>",
14583
14521
  "kind": "import-statement",
@@ -14587,7 +14525,7 @@
14587
14525
  "format": "esm"
14588
14526
  },
14589
14527
  "src/Diagnostics/VideoTest.tsx": {
14590
- "bytes": 2521,
14528
+ "bytes": 2591,
14591
14529
  "imports": [
14592
14530
  {
14593
14531
  "path": "react",
@@ -14639,11 +14577,6 @@
14639
14577
  "kind": "import-statement",
14640
14578
  "original": "./DeviceSelector"
14641
14579
  },
14642
- {
14643
- "path": "src/Diagnostics/hms.ts",
14644
- "kind": "import-statement",
14645
- "original": "./hms"
14646
- },
14647
14580
  {
14648
14581
  "path": "<define:process.env>",
14649
14582
  "kind": "import-statement",
@@ -14658,7 +14591,7 @@
14658
14591
  "format": "esm"
14659
14592
  },
14660
14593
  "src/Diagnostics/Diagnostics.tsx": {
14661
- "bytes": 4666,
14594
+ "bytes": 4759,
14662
14595
  "imports": [
14663
14596
  {
14664
14597
  "path": "react",
@@ -14710,11 +14643,6 @@
14710
14643
  "kind": "import-statement",
14711
14644
  "original": "./ConnectivityTest"
14712
14645
  },
14713
- {
14714
- "path": "src/Diagnostics/hms.ts",
14715
- "kind": "import-statement",
14716
- "original": "./hms"
14717
- },
14718
14646
  {
14719
14647
  "path": "src/Diagnostics/VideoTest.tsx",
14720
14648
  "kind": "import-statement",
@@ -14971,7 +14899,7 @@
14971
14899
  "dist/index.js": {
14972
14900
  "imports": [
14973
14901
  {
14974
- "path": "dist/chunk-VCXILOW6.js",
14902
+ "path": "dist/chunk-MTS2LMGT.js",
14975
14903
  "kind": "import-statement"
14976
14904
  }
14977
14905
  ],
@@ -15047,16 +14975,16 @@
15047
14975
  "inputs": {},
15048
14976
  "bytes": 1882
15049
14977
  },
15050
- "dist/HLSView-67SFNI2P.js.map": {
14978
+ "dist/HLSView-33JUAQ33.js.map": {
15051
14979
  "imports": [],
15052
14980
  "exports": [],
15053
14981
  "inputs": {},
15054
14982
  "bytes": 100275
15055
14983
  },
15056
- "dist/HLSView-67SFNI2P.js": {
14984
+ "dist/HLSView-33JUAQ33.js": {
15057
14985
  "imports": [
15058
14986
  {
15059
- "path": "dist/chunk-VCXILOW6.js",
14987
+ "path": "dist/chunk-MTS2LMGT.js",
15060
14988
  "kind": "import-statement"
15061
14989
  },
15062
14990
  {
@@ -15234,7 +15162,7 @@
15234
15162
  "default"
15235
15163
  ],
15236
15164
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
15237
- "cssBundle": "dist/HLSView-TYHCIAWX.css",
15165
+ "cssBundle": "dist/HLSView-KKS3ZEYM.css",
15238
15166
  "inputs": {
15239
15167
  "src/Prebuilt/layouts/HLSView.jsx": {
15240
15168
  "bytesInOutput": 27671
@@ -15293,13 +15221,13 @@
15293
15221
  },
15294
15222
  "bytes": 61702
15295
15223
  },
15296
- "dist/chunk-VCXILOW6.js.map": {
15224
+ "dist/chunk-MTS2LMGT.js.map": {
15297
15225
  "imports": [],
15298
15226
  "exports": [],
15299
15227
  "inputs": {},
15300
- "bytes": 3899125
15228
+ "bytes": 3438128
15301
15229
  },
15302
- "dist/chunk-VCXILOW6.js": {
15230
+ "dist/chunk-MTS2LMGT.js": {
15303
15231
  "imports": [
15304
15232
  {
15305
15233
  "path": "react",
@@ -16376,16 +16304,6 @@
16376
16304
  "kind": "import-statement",
16377
16305
  "external": true
16378
16306
  },
16379
- {
16380
- "path": "@100mslive/react-sdk",
16381
- "kind": "import-statement",
16382
- "external": true
16383
- },
16384
- {
16385
- "path": "react",
16386
- "kind": "import-statement",
16387
- "external": true
16388
- },
16389
16307
  {
16390
16308
  "path": "react-use",
16391
16309
  "kind": "import-statement",
@@ -17782,7 +17700,7 @@
17782
17700
  "external": true
17783
17701
  },
17784
17702
  {
17785
- "path": "dist/HLSView-67SFNI2P.js",
17703
+ "path": "dist/HLSView-33JUAQ33.js",
17786
17704
  "kind": "dynamic-import"
17787
17705
  },
17788
17706
  {
@@ -18366,34 +18284,34 @@
18366
18284
  ],
18367
18285
  "inputs": {
18368
18286
  "<define:process.env>": {
18369
- "bytesInOutput": 17776
18287
+ "bytesInOutput": 17911
18370
18288
  },
18371
18289
  "../../node_modules/lodash/lodash.js": {
18372
- "bytesInOutput": 224414
18290
+ "bytesInOutput": 224289
18373
18291
  },
18374
18292
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
18375
- "bytesInOutput": 42527
18293
+ "bytesInOutput": 42494
18376
18294
  },
18377
18295
  "../../node_modules/lodash.isequal/index.js": {
18378
- "bytesInOutput": 26594
18296
+ "bytesInOutput": 26591
18379
18297
  },
18380
18298
  "../../node_modules/sdp/sdp.js": {
18381
- "bytesInOutput": 22318
18299
+ "bytesInOutput": 22292
18382
18300
  },
18383
18301
  "../../node_modules/sdp-transform/lib/grammar.js": {
18384
- "bytesInOutput": 16157
18302
+ "bytesInOutput": 16120
18385
18303
  },
18386
18304
  "../../node_modules/sdp-transform/lib/parser.js": {
18387
- "bytesInOutput": 3518
18305
+ "bytesInOutput": 3492
18388
18306
  },
18389
18307
  "../../node_modules/sdp-transform/lib/writer.js": {
18390
- "bytesInOutput": 3082
18308
+ "bytesInOutput": 3068
18391
18309
  },
18392
18310
  "../../node_modules/sdp-transform/lib/index.js": {
18393
18311
  "bytesInOutput": 615
18394
18312
  },
18395
18313
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.production.min.js": {
18396
- "bytesInOutput": 3966
18314
+ "bytesInOutput": 3842
18397
18315
  },
18398
18316
  "../../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js": {
18399
18317
  "bytesInOutput": 7632
@@ -18402,7 +18320,7 @@
18402
18320
  "bytesInOutput": 373
18403
18321
  },
18404
18322
  "../../node_modules/object-assign/index.js": {
18405
- "bytesInOutput": 2184
18323
+ "bytesInOutput": 2167
18406
18324
  },
18407
18325
  "../../node_modules/prop-types/lib/ReactPropTypesSecret.js": {
18408
18326
  "bytesInOutput": 308
@@ -18411,10 +18329,10 @@
18411
18329
  "bytesInOutput": 208
18412
18330
  },
18413
18331
  "../../node_modules/prop-types/checkPropTypes.js": {
18414
- "bytesInOutput": 2826
18332
+ "bytesInOutput": 2825
18415
18333
  },
18416
18334
  "../../node_modules/prop-types/factoryWithTypeCheckers.js": {
18417
- "bytesInOutput": 19858
18335
+ "bytesInOutput": 19837
18418
18336
  },
18419
18337
  "../../node_modules/prop-types/factoryWithThrowingShims.js": {
18420
18338
  "bytesInOutput": 1646
@@ -18576,10 +18494,10 @@
18576
18494
  "bytesInOutput": 27
18577
18495
  },
18578
18496
  "src/AudioLevel/useBorderAudioLevel.tsx": {
18579
- "bytesInOutput": 755
18497
+ "bytesInOutput": 753
18580
18498
  },
18581
18499
  "src/AudioLevel/AudioLevel.tsx": {
18582
- "bytesInOutput": 2196
18500
+ "bytesInOutput": 2195
18583
18501
  },
18584
18502
  "src/AudioLevel/audio-level.png": {
18585
18503
  "bytesInOutput": 880
@@ -18594,7 +18512,7 @@
18594
18512
  "bytesInOutput": 8580
18595
18513
  },
18596
18514
  "src/Stats/formatBytes.ts": {
18597
- "bytesInOutput": 478
18515
+ "bytesInOutput": 473
18598
18516
  },
18599
18517
  "src/Stats/StyledStats.tsx": {
18600
18518
  "bytesInOutput": 708
@@ -18651,13 +18569,13 @@
18651
18569
  "bytesInOutput": 887
18652
18570
  },
18653
18571
  "src/Prebuilt/App.tsx": {
18654
- "bytesInOutput": 7946
18572
+ "bytesInOutput": 7879
18655
18573
  },
18656
18574
  "src/Prebuilt/components/AppData/AppData.tsx": {
18657
- "bytesInOutput": 6013
18575
+ "bytesInOutput": 5997
18658
18576
  },
18659
18577
  "src/Prebuilt/components/Settings/LayoutSettings.tsx": {
18660
- "bytesInOutput": 2709
18578
+ "bytesInOutput": 2705
18661
18579
  },
18662
18580
  "src/Prebuilt/components/Settings/SwitchWithLabel.tsx": {
18663
18581
  "bytesInOutput": 973
@@ -18678,19 +18596,19 @@
18678
18596
  "bytesInOutput": 1118
18679
18597
  },
18680
18598
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useFetchRoomLayout.ts": {
18681
- "bytesInOutput": 2257
18599
+ "bytesInOutput": 2254
18682
18600
  },
18683
18601
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
18684
18602
  "bytesInOutput": 1486
18685
18603
  },
18686
18604
  "src/Prebuilt/common/utils.js": {
18687
- "bytesInOutput": 3178
18605
+ "bytesInOutput": 3169
18688
18606
  },
18689
18607
  "src/Prebuilt/components/AppData/useSidepane.js": {
18690
- "bytesInOutput": 2511
18608
+ "bytesInOutput": 2499
18691
18609
  },
18692
18610
  "src/Prebuilt/components/AuthToken.jsx": {
18693
- "bytesInOutput": 3653
18611
+ "bytesInOutput": 3650
18694
18612
  },
18695
18613
  "src/Prebuilt/AppContext.tsx": {
18696
18614
  "bytesInOutput": 577
@@ -18699,7 +18617,7 @@
18699
18617
  "bytesInOutput": 4698
18700
18618
  },
18701
18619
  "src/Prebuilt/components/ConferenceScreen.tsx": {
18702
- "bytesInOutput": 7213
18620
+ "bytesInOutput": 7210
18703
18621
  },
18704
18622
  "src/Prebuilt/components/Footer/Footer.tsx": {
18705
18623
  "bytesInOutput": 3306
@@ -18726,7 +18644,7 @@
18726
18644
  "bytesInOutput": 2859
18727
18645
  },
18728
18646
  "src/Prebuilt/components/Settings/DeviceSettings.jsx": {
18729
- "bytesInOutput": 6557
18647
+ "bytesInOutput": 6554
18730
18648
  },
18731
18649
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
18732
18650
  "bytesInOutput": 1308
@@ -18756,10 +18674,10 @@
18756
18674
  "bytesInOutput": 606
18757
18675
  },
18758
18676
  "src/Prebuilt/common/hooks.ts": {
18759
- "bytesInOutput": 7094
18677
+ "bytesInOutput": 7091
18760
18678
  },
18761
18679
  "src/Prebuilt/components/Leave/LeaveRoom.tsx": {
18762
- "bytesInOutput": 2478
18680
+ "bytesInOutput": 2474
18763
18681
  },
18764
18682
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
18765
18683
  "bytesInOutput": 5773
@@ -18783,16 +18701,16 @@
18783
18701
  "bytesInOutput": 474
18784
18702
  },
18785
18703
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
18786
- "bytesInOutput": 8401
18704
+ "bytesInOutput": 8398
18787
18705
  },
18788
18706
  "src/Prebuilt/components/PIP/index.jsx": {
18789
18707
  "bytesInOutput": 178
18790
18708
  },
18791
18709
  "src/Prebuilt/components/PIP/PIPComponent.tsx": {
18792
- "bytesInOutput": 2683
18710
+ "bytesInOutput": 2679
18793
18711
  },
18794
18712
  "src/Prebuilt/components/PIP/PIPManager.ts": {
18795
- "bytesInOutput": 9846
18713
+ "bytesInOutput": 9818
18796
18714
  },
18797
18715
  "src/Prebuilt/components/PIP/pipUtils.js": {
18798
18716
  "bytesInOutput": 4289
@@ -18801,10 +18719,10 @@
18801
18719
  "bytesInOutput": 2509
18802
18720
  },
18803
18721
  "src/Prebuilt/components/RoleChangeModal.tsx": {
18804
- "bytesInOutput": 5739
18722
+ "bytesInOutput": 5737
18805
18723
  },
18806
18724
  "src/Prebuilt/components/Settings/StartRecording.jsx": {
18807
- "bytesInOutput": 3631
18725
+ "bytesInOutput": 3629
18808
18726
  },
18809
18727
  "src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
18810
18728
  "bytesInOutput": 2942
@@ -18813,10 +18731,10 @@
18813
18731
  "bytesInOutput": 7700
18814
18732
  },
18815
18733
  "src/Prebuilt/components/StatsForNerds.jsx": {
18816
- "bytesInOutput": 9414
18734
+ "bytesInOutput": 9411
18817
18735
  },
18818
18736
  "src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
18819
- "bytesInOutput": 5011
18737
+ "bytesInOutput": 5008
18820
18738
  },
18821
18739
  "src/Prebuilt/components/MoreSettings/CaptionModal.tsx": {
18822
18740
  "bytesInOutput": 1015
@@ -18831,7 +18749,7 @@
18831
18749
  "bytesInOutput": 1270
18832
18750
  },
18833
18751
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
18834
- "bytesInOutput": 1837
18752
+ "bytesInOutput": 1834
18835
18753
  },
18836
18754
  "src/Prebuilt/components/MoreSettings/MuteAllContent.tsx": {
18837
18755
  "bytesInOutput": 2579
@@ -18840,22 +18758,22 @@
18840
18758
  "bytesInOutput": 437
18841
18759
  },
18842
18760
  "src/Prebuilt/components/hooks/useMetadata.tsx": {
18843
- "bytesInOutput": 1831
18761
+ "bytesInOutput": 1826
18844
18762
  },
18845
18763
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
18846
- "bytesInOutput": 12189
18764
+ "bytesInOutput": 12187
18847
18765
  },
18848
18766
  "src/Prebuilt/components/Header/StreamActions.tsx": {
18849
- "bytesInOutput": 9484
18767
+ "bytesInOutput": 9482
18850
18768
  },
18851
18769
  "../hms-video-store/dist/index.js": {
18852
- "bytesInOutput": 459030
18770
+ "bytesInOutput": 50057
18853
18771
  },
18854
18772
  "../../node_modules/reselect/es/index.js": {
18855
- "bytesInOutput": 2550
18773
+ "bytesInOutput": 2539
18856
18774
  },
18857
18775
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
18858
- "bytesInOutput": 154
18776
+ "bytesInOutput": 118
18859
18777
  },
18860
18778
  "../../node_modules/webrtc-adapter/src/js/adapter_factory.js": {
18861
18779
  "bytesInOutput": 4335
@@ -18864,55 +18782,43 @@
18864
18782
  "bytesInOutput": 6313
18865
18783
  },
18866
18784
  "../../node_modules/webrtc-adapter/src/js/chrome/chrome_shim.js": {
18867
- "bytesInOutput": 22707
18785
+ "bytesInOutput": 22682
18868
18786
  },
18869
18787
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
18870
- "bytesInOutput": 6119
18788
+ "bytesInOutput": 6080
18871
18789
  },
18872
18790
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
18873
18791
  "bytesInOutput": 1256
18874
18792
  },
18875
18793
  "../../node_modules/webrtc-adapter/src/js/firefox/firefox_shim.js": {
18876
- "bytesInOutput": 9145
18794
+ "bytesInOutput": 9143
18877
18795
  },
18878
18796
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
18879
- "bytesInOutput": 2144
18797
+ "bytesInOutput": 2125
18880
18798
  },
18881
18799
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
18882
18800
  "bytesInOutput": 842
18883
18801
  },
18884
18802
  "../../node_modules/webrtc-adapter/src/js/safari/safari_shim.js": {
18885
- "bytesInOutput": 11873
18803
+ "bytesInOutput": 11868
18886
18804
  },
18887
18805
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
18888
18806
  "bytesInOutput": 12460
18889
18807
  },
18890
- "../../node_modules/immer/dist/immer.esm.mjs": {
18891
- "bytesInOutput": 14791
18892
- },
18893
- "../../node_modules/zustand/esm/shallow.js": {
18894
- "bytesInOutput": 574
18895
- },
18896
- "../../node_modules/zustand/esm/vanilla.js": {
18897
- "bytesInOutput": 1395
18898
- },
18899
18808
  "src/Prebuilt/components/Header/AdditionalRoomState.jsx": {
18900
- "bytesInOutput": 6826
18901
- },
18902
- "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
18903
- "bytesInOutput": 1078
18809
+ "bytesInOutput": 4461
18904
18810
  },
18905
18811
  "src/Prebuilt/components/hooks/useScreenshareAudio.js": {
18906
- "bytesInOutput": 911
18812
+ "bytesInOutput": 907
18907
18813
  },
18908
18814
  "src/Prebuilt/components/MoreSettings/ChangeNameModal.tsx": {
18909
- "bytesInOutput": 2203
18815
+ "bytesInOutput": 2201
18910
18816
  },
18911
18817
  "src/Prebuilt/components/MoreSettings/ChangeNameContent.tsx": {
18912
18818
  "bytesInOutput": 3302
18913
18819
  },
18914
18820
  "src/Prebuilt/components/AppData/useSheet.ts": {
18915
- "bytesInOutput": 847
18821
+ "bytesInOutput": 844
18916
18822
  },
18917
18823
  "src/Prebuilt/components/hooks/useUnreadPollQuizPresent.tsx": {
18918
18824
  "bytesInOutput": 658
@@ -18972,16 +18878,16 @@
18972
18878
  "bytesInOutput": 5231
18973
18879
  },
18974
18880
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
18975
- "bytesInOutput": 7330
18881
+ "bytesInOutput": 7326
18976
18882
  },
18977
18883
  "src/Prebuilt/components/hooks/useGroupOnStageActions.tsx": {
18978
- "bytesInOutput": 1805
18884
+ "bytesInOutput": 1801
18979
18885
  },
18980
18886
  "src/Prebuilt/components/AppData/useSidepaneResetOnLayoutUpdate.tsx": {
18981
18887
  "bytesInOutput": 686
18982
18888
  },
18983
18889
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
18984
- "bytesInOutput": 1810
18890
+ "bytesInOutput": 1806
18985
18891
  },
18986
18892
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
18987
18893
  "bytesInOutput": 1104
@@ -18990,13 +18896,13 @@
18990
18896
  "bytesInOutput": 1222
18991
18897
  },
18992
18898
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
18993
- "bytesInOutput": 2417
18899
+ "bytesInOutput": 2414
18994
18900
  },
18995
18901
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
18996
- "bytesInOutput": 3085
18902
+ "bytesInOutput": 3077
18997
18903
  },
18998
18904
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
18999
- "bytesInOutput": 9940
18905
+ "bytesInOutput": 9939
19000
18906
  },
19001
18907
  "src/Prebuilt/layouts/SidePane.tsx": {
19002
18908
  "bytesInOutput": 6439
@@ -19005,7 +18911,7 @@
19005
18911
  "bytesInOutput": 735
19006
18912
  },
19007
18913
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
19008
- "bytesInOutput": 8181
18914
+ "bytesInOutput": 8172
19009
18915
  },
19010
18916
  "src/Prebuilt/components/Streaming/Common.jsx": {
19011
18917
  "bytesInOutput": 2317
@@ -19059,7 +18965,7 @@
19059
18965
  "bytesInOutput": 666
19060
18966
  },
19061
18967
  "src/Prebuilt/components/Polls/Voting/useQuizSummary.tsx": {
19062
- "bytesInOutput": 1877
18968
+ "bytesInOutput": 1874
19063
18969
  },
19064
18970
  "src/Prebuilt/components/Polls/Voting/Voting.tsx": {
19065
18971
  "bytesInOutput": 5206
@@ -19089,10 +18995,10 @@
19089
18995
  "bytesInOutput": 7557
19090
18996
  },
19091
18997
  "src/Prebuilt/components/Chat/Chat.tsx": {
19092
- "bytesInOutput": 5652
18998
+ "bytesInOutput": 5646
19093
18999
  },
19094
19000
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
19095
- "bytesInOutput": 14749
19001
+ "bytesInOutput": 15213
19096
19002
  },
19097
19003
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
19098
19004
  "bytesInOutput": 9785
@@ -19101,10 +19007,10 @@
19101
19007
  "bytesInOutput": 417
19102
19008
  },
19103
19009
  "src/Prebuilt/components/hooks/useChatBlacklist.ts": {
19104
- "bytesInOutput": 1213
19010
+ "bytesInOutput": 1210
19105
19011
  },
19106
19012
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
19107
- "bytesInOutput": 2765
19013
+ "bytesInOutput": 2757
19108
19014
  },
19109
19015
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
19110
19016
  "bytesInOutput": 1952
@@ -19116,7 +19022,7 @@
19116
19022
  "bytesInOutput": 710
19117
19023
  },
19118
19024
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
19119
- "bytesInOutput": 10904
19025
+ "bytesInOutput": 10898
19120
19026
  },
19121
19027
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
19122
19028
  "bytesInOutput": 5318
@@ -19125,13 +19031,13 @@
19125
19031
  "bytesInOutput": 7066
19126
19032
  },
19127
19033
  "src/Prebuilt/components/AppData/useChatState.js": {
19128
- "bytesInOutput": 669
19034
+ "bytesInOutput": 666
19129
19035
  },
19130
19036
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
19131
19037
  "bytesInOutput": 1202
19132
19038
  },
19133
19039
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
19134
- "bytesInOutput": 2919
19040
+ "bytesInOutput": 2916
19135
19041
  },
19136
19042
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
19137
19043
  "bytesInOutput": 5076
@@ -19140,13 +19046,13 @@
19140
19046
  "bytesInOutput": 1021
19141
19047
  },
19142
19048
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
19143
- "bytesInOutput": 545
19049
+ "bytesInOutput": 542
19144
19050
  },
19145
19051
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
19146
- "bytesInOutput": 4207
19052
+ "bytesInOutput": 4205
19147
19053
  },
19148
19054
  "src/Prebuilt/components/ChatSettings.tsx": {
19149
- "bytesInOutput": 2471
19055
+ "bytesInOutput": 2469
19150
19056
  },
19151
19057
  "src/Prebuilt/components/VideoTile.tsx": {
19152
19058
  "bytesInOutput": 6608
@@ -19158,7 +19064,7 @@
19158
19064
  "bytesInOutput": 4811
19159
19065
  },
19160
19066
  "src/Prebuilt/components/TileMenu/TileMenuContent.tsx": {
19161
- "bytesInOutput": 12245
19067
+ "bytesInOutput": 12243
19162
19068
  },
19163
19069
  "src/Prebuilt/components/TileMenu/utils.ts": {
19164
19070
  "bytesInOutput": 160
@@ -19167,7 +19073,7 @@
19167
19073
  "bytesInOutput": 1050
19168
19074
  },
19169
19075
  "src/Prebuilt/components/VirtualBackground/VBPicker.tsx": {
19170
- "bytesInOutput": 7910
19076
+ "bytesInOutput": 7903
19171
19077
  },
19172
19078
  "src/Prebuilt/components/VirtualBackground/VBCollection.tsx": {
19173
19079
  "bytesInOutput": 1157
@@ -19194,7 +19100,7 @@
19194
19100
  "bytesInOutput": 2206
19195
19101
  },
19196
19102
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
19197
- "bytesInOutput": 5317
19103
+ "bytesInOutput": 5314
19198
19104
  },
19199
19105
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
19200
19106
  "bytesInOutput": 4550
@@ -19212,13 +19118,13 @@
19212
19118
  "bytesInOutput": 451
19213
19119
  },
19214
19120
  "src/Prebuilt/components/Pagination.tsx": {
19215
- "bytesInOutput": 1703
19121
+ "bytesInOutput": 1698
19216
19122
  },
19217
19123
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
19218
19124
  "bytesInOutput": 1204
19219
19125
  },
19220
19126
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
19221
- "bytesInOutput": 3852
19127
+ "bytesInOutput": 3833
19222
19128
  },
19223
19129
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
19224
19130
  "bytesInOutput": 2183
@@ -19233,7 +19139,7 @@
19233
19139
  "bytesInOutput": 1046
19234
19140
  },
19235
19141
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
19236
- "bytesInOutput": 2668
19142
+ "bytesInOutput": 2638
19237
19143
  },
19238
19144
  "src/Prebuilt/components/ScreenshareTile.tsx": {
19239
19145
  "bytesInOutput": 4447
@@ -19242,16 +19148,16 @@
19242
19148
  "bytesInOutput": 3276
19243
19149
  },
19244
19150
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
19245
- "bytesInOutput": 1228
19151
+ "bytesInOutput": 1226
19246
19152
  },
19247
19153
  "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
19248
- "bytesInOutput": 2797
19154
+ "bytesInOutput": 2830
19249
19155
  },
19250
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03cf1/index.css": {
19156
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db138f00/index.css": {
19251
19157
  "bytesInOutput": 0
19252
19158
  },
19253
19159
  "src/Prebuilt/common/PeersSorter.ts": {
19254
- "bytesInOutput": 3099
19160
+ "bytesInOutput": 3098
19255
19161
  },
19256
19162
  "src/Prebuilt/layouts/EmbedView.jsx": {
19257
19163
  "bytesInOutput": 2787
@@ -19260,7 +19166,7 @@
19260
19166
  "bytesInOutput": 1536
19261
19167
  },
19262
19168
  "src/Prebuilt/plugins/CaptionsViewer.tsx": {
19263
- "bytesInOutput": 6888
19169
+ "bytesInOutput": 6887
19264
19170
  },
19265
19171
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
19266
19172
  "bytesInOutput": 619
@@ -19275,7 +19181,7 @@
19275
19181
  "bytesInOutput": 1607
19276
19182
  },
19277
19183
  "src/Prebuilt/components/Header/common.jsx": {
19278
- "bytesInOutput": 6265
19184
+ "bytesInOutput": 6263
19279
19185
  },
19280
19186
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
19281
19187
  "bytesInOutput": 754
@@ -19308,7 +19214,7 @@
19308
19214
  "bytesInOutput": 27
19309
19215
  },
19310
19216
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
19311
- "bytesInOutput": 8128
19217
+ "bytesInOutput": 8125
19312
19218
  },
19313
19219
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
19314
19220
  "bytesInOutput": 1053
@@ -19323,7 +19229,7 @@
19323
19229
  "bytesInOutput": 1983
19324
19230
  },
19325
19231
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
19326
- "bytesInOutput": 6417
19232
+ "bytesInOutput": 6412
19327
19233
  },
19328
19234
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
19329
19235
  "bytesInOutput": 1596
@@ -19344,13 +19250,13 @@
19344
19250
  "bytesInOutput": 2284
19345
19251
  },
19346
19252
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
19347
- "bytesInOutput": 1869
19253
+ "bytesInOutput": 1867
19348
19254
  },
19349
19255
  "src/Prebuilt/components/Notifications/TrackNotifications.tsx": {
19350
19256
  "bytesInOutput": 640
19351
19257
  },
19352
19258
  "src/Prebuilt/components/Notifications/TrackUnmuteModal.tsx": {
19353
- "bytesInOutput": 1762
19259
+ "bytesInOutput": 1760
19354
19260
  },
19355
19261
  "src/Prebuilt/components/Notifications/TranscriptionNotifications.tsx": {
19356
19262
  "bytesInOutput": 2185
@@ -19371,13 +19277,13 @@
19371
19277
  "bytesInOutput": 1623
19372
19278
  },
19373
19279
  "src/Prebuilt/plugins/FlyingEmoji.jsx": {
19374
- "bytesInOutput": 4332
19280
+ "bytesInOutput": 4325
19375
19281
  },
19376
19282
  "src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
19377
19283
  "bytesInOutput": 605
19378
19284
  },
19379
19285
  "src/Prebuilt/components/hooks/useAutoStartStreaming.tsx": {
19380
- "bytesInOutput": 1850
19286
+ "bytesInOutput": 1847
19381
19287
  },
19382
19288
  "src/Progress/index.tsx": {
19383
19289
  "bytesInOutput": 418
@@ -19392,31 +19298,28 @@
19392
19298
  "bytesInOutput": 27
19393
19299
  },
19394
19300
  "src/Diagnostics/Diagnostics.tsx": {
19395
- "bytesInOutput": 4900
19301
+ "bytesInOutput": 5206
19396
19302
  },
19397
19303
  "src/Diagnostics/components.tsx": {
19398
- "bytesInOutput": 2375
19399
- },
19400
- "src/Diagnostics/hms.ts": {
19401
- "bytesInOutput": 237
19304
+ "bytesInOutput": 2493
19402
19305
  },
19403
19306
  "src/Diagnostics/AudioTest.tsx": {
19404
- "bytesInOutput": 5835
19307
+ "bytesInOutput": 6270
19405
19308
  },
19406
19309
  "src/Diagnostics/DeviceSelector.jsx": {
19407
19310
  "bytesInOutput": 2155
19408
19311
  },
19409
19312
  "src/Diagnostics/BrowserTest.tsx": {
19410
- "bytesInOutput": 4243
19313
+ "bytesInOutput": 4380
19411
19314
  },
19412
19315
  "src/Diagnostics/ConnectivityTest.tsx": {
19413
- "bytesInOutput": 12635
19316
+ "bytesInOutput": 12703
19414
19317
  },
19415
19318
  "src/Diagnostics/VideoTest.tsx": {
19416
- "bytesInOutput": 2376
19319
+ "bytesInOutput": 2577
19417
19320
  }
19418
19321
  },
19419
- "bytes": 1851704
19322
+ "bytes": 1422949
19420
19323
  },
19421
19324
  "dist/index.css.map": {
19422
19325
  "imports": [],
@@ -19478,22 +19381,22 @@
19478
19381
  }
19479
19382
  ],
19480
19383
  "inputs": {
19481
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03e32/tldraw.css": {
19384
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db139552/tldraw.css": {
19482
19385
  "bytesInOutput": 75223
19483
19386
  },
19484
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03cf1/index.css": {
19387
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db138f00/index.css": {
19485
19388
  "bytesInOutput": 401
19486
19389
  }
19487
19390
  },
19488
19391
  "bytes": 75901
19489
19392
  },
19490
- "dist/HLSView-TYHCIAWX.css.map": {
19393
+ "dist/HLSView-KKS3ZEYM.css.map": {
19491
19394
  "imports": [],
19492
19395
  "exports": [],
19493
19396
  "inputs": {},
19494
19397
  "bytes": 122402
19495
19398
  },
19496
- "dist/HLSView-TYHCIAWX.css": {
19399
+ "dist/HLSView-KKS3ZEYM.css": {
19497
19400
  "imports": [
19498
19401
  {
19499
19402
  "path": "https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap",
@@ -19547,10 +19450,10 @@
19547
19450
  }
19548
19451
  ],
19549
19452
  "inputs": {
19550
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03e32/tldraw.css": {
19453
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db139552/tldraw.css": {
19551
19454
  "bytesInOutput": 75223
19552
19455
  },
19553
- "../../../../../../../tmp/tmp-2815-20EUwXBJAW9M/1904f2f03cf1/index.css": {
19456
+ "../../../../../../../tmp/tmp-2781-YBKA2awaceXN/1906db138f00/index.css": {
19554
19457
  "bytesInOutput": 401
19555
19458
  }
19556
19459
  },