@100mslive/roomkit-react 0.3.3-alpha.3 → 0.3.3-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.
Files changed (58) hide show
  1. package/dist/Accordion/Accordion.d.ts +0 -1
  2. package/dist/Accordion/index.d.ts +0 -1
  3. package/dist/{HLSView-BCIIVR2T.js → HLSView-VUANLYLS.js} +166 -331
  4. package/dist/HLSView-VUANLYLS.js.map +7 -0
  5. package/dist/IconButton/IconButton.d.ts +1 -1
  6. package/dist/Modal/Dialog.d.ts +1 -1
  7. package/dist/Prebuilt/IconButton.d.ts +3 -2
  8. package/dist/Prebuilt/components/Footer/ChatToggle.d.ts +1 -3
  9. package/dist/Prebuilt/components/HMSVideo/PlayPauseButton.d.ts +2 -2
  10. package/dist/Prebuilt/components/HMSVideo/{SeekControl.d.ts → SeekControls.d.ts} +2 -2
  11. package/dist/Prebuilt/components/HMSVideo/index.d.ts +11 -15
  12. package/dist/Prebuilt/components/Leave/LeaveAtoms.d.ts +2 -2
  13. package/dist/Prebuilt/components/RaiseHand.d.ts +1 -1
  14. package/dist/Prebuilt/layouts/WhiteboardView.d.ts +2 -0
  15. package/dist/Sheet/Sheet.d.ts +1 -1
  16. package/dist/{chunk-W47ZJGSD.js → chunk-5WTUTVRO.js} +540 -617
  17. package/dist/chunk-5WTUTVRO.js.map +7 -0
  18. package/dist/index.cjs.js +1426 -1686
  19. package/dist/index.cjs.js.map +4 -4
  20. package/dist/index.js +1 -1
  21. package/dist/meta.cjs.json +169 -248
  22. package/dist/meta.esbuild.json +180 -260
  23. package/package.json +7 -7
  24. package/src/Accordion/Accordion.tsx +4 -4
  25. package/src/IconButton/IconButton.tsx +7 -2
  26. package/src/Prebuilt/IconButton.tsx +10 -6
  27. package/src/Prebuilt/components/Chat/ChatBody.tsx +0 -10
  28. package/src/Prebuilt/components/Chat/ChatFooter.tsx +4 -2
  29. package/src/Prebuilt/components/ConferenceScreen.tsx +4 -1
  30. package/src/Prebuilt/components/Footer/ChatToggle.tsx +2 -2
  31. package/src/Prebuilt/components/Footer/Footer.tsx +4 -1
  32. package/src/Prebuilt/components/Footer/ParticipantList.tsx +1 -4
  33. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +6 -6
  34. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +3 -17
  35. package/src/Prebuilt/components/HMSVideo/HMSVideo.jsx +0 -1
  36. package/src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx +2 -2
  37. package/src/Prebuilt/components/HMSVideo/{SeekControl.tsx → SeekControls.tsx} +2 -2
  38. package/src/Prebuilt/components/HMSVideo/VideoProgress.tsx +3 -7
  39. package/src/Prebuilt/components/HMSVideo/index.ts +4 -5
  40. package/src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx +7 -7
  41. package/src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx +1 -0
  42. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +5 -1
  43. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +1 -0
  44. package/src/Prebuilt/components/RaiseHand.tsx +1 -7
  45. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +1 -0
  46. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +4 -27
  47. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +5 -13
  48. package/src/Prebuilt/components/hooks/{useMetadata.tsx → useMetadata.jsx} +8 -2
  49. package/src/Prebuilt/layouts/HLSView.jsx +78 -115
  50. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +17 -1
  51. package/src/Prebuilt/layouts/WhiteboardView.tsx +69 -0
  52. package/dist/HLSView-BCIIVR2T.js.map +0 -7
  53. package/dist/Prebuilt/components/HMSVideo/PlayPauseSeekControls.d.ts +0 -14
  54. package/dist/Prebuilt/components/VideoLayouts/WhiteboardLayout.d.ts +0 -3
  55. package/dist/Prebuilt/components/hooks/useMetadata.d.ts +0 -8
  56. package/dist/chunk-W47ZJGSD.js.map +0 -7
  57. package/src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx +0 -158
  58. package/src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx +0 -95
@@ -331,7 +331,7 @@
331
331
  "format": "esm"
332
332
  },
333
333
  "src/IconButton/IconButton.tsx": {
334
- "bytes": 927,
334
+ "bytes": 1056,
335
335
  "imports": [
336
336
  {
337
337
  "path": "src/Theme/index.tsx",
@@ -1558,7 +1558,7 @@
1558
1558
  "format": "esm"
1559
1559
  },
1560
1560
  "src/Accordion/Accordion.tsx": {
1561
- "bytes": 2819,
1561
+ "bytes": 2744,
1562
1562
  "imports": [
1563
1563
  {
1564
1564
  "path": "react",
@@ -2398,7 +2398,7 @@
2398
2398
  "format": "esm"
2399
2399
  },
2400
2400
  "src/Prebuilt/IconButton.tsx": {
2401
- "bytes": 558,
2401
+ "bytes": 645,
2402
2402
  "imports": [
2403
2403
  {
2404
2404
  "path": "src/IconButton/index.tsx",
@@ -2419,7 +2419,7 @@
2419
2419
  "format": "esm"
2420
2420
  },
2421
2421
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
2422
- "bytes": 3523,
2422
+ "bytes": 3436,
2423
2423
  "imports": [
2424
2424
  {
2425
2425
  "path": "react",
@@ -4201,8 +4201,8 @@
4201
4201
  ],
4202
4202
  "format": "esm"
4203
4203
  },
4204
- "src/Prebuilt/components/hooks/useMetadata.tsx": {
4205
- "bytes": 1631,
4204
+ "src/Prebuilt/components/hooks/useMetadata.jsx": {
4205
+ "bytes": 1700,
4206
4206
  "imports": [
4207
4207
  {
4208
4208
  "path": "react",
@@ -4228,7 +4228,7 @@
4228
4228
  "format": "esm"
4229
4229
  },
4230
4230
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
4231
- "bytes": 8164,
4231
+ "bytes": 8195,
4232
4232
  "imports": [
4233
4233
  {
4234
4234
  "path": "react",
@@ -4321,7 +4321,7 @@
4321
4321
  "original": "../../hooks/useDropdownList"
4322
4322
  },
4323
4323
  {
4324
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
4324
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
4325
4325
  "kind": "import-statement",
4326
4326
  "original": "../../hooks/useMetadata"
4327
4327
  },
@@ -4691,7 +4691,7 @@
4691
4691
  "format": "cjs"
4692
4692
  },
4693
4693
  "../hms-video-store/dist/index.js": {
4694
- "bytes": 328413,
4694
+ "bytes": 328584,
4695
4695
  "imports": [
4696
4696
  {
4697
4697
  "path": "../../node_modules/reselect/es/index.js",
@@ -5201,7 +5201,7 @@
5201
5201
  "format": "esm"
5202
5202
  },
5203
5203
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
5204
- "bytes": 12899,
5204
+ "bytes": 13053,
5205
5205
  "imports": [
5206
5206
  {
5207
5207
  "path": "react",
@@ -5309,7 +5309,7 @@
5309
5309
  "original": "../../hooks/useDropdownList"
5310
5310
  },
5311
5311
  {
5312
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5312
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5313
5313
  "kind": "import-statement",
5314
5314
  "original": "../../hooks/useMetadata"
5315
5315
  },
@@ -5393,7 +5393,7 @@
5393
5393
  "format": "esm"
5394
5394
  },
5395
5395
  "src/Prebuilt/components/RaiseHand.tsx": {
5396
- "bytes": 986,
5396
+ "bytes": 798,
5397
5397
  "imports": [
5398
5398
  {
5399
5399
  "path": "react",
@@ -5421,12 +5421,7 @@
5421
5421
  "original": "../IconButton"
5422
5422
  },
5423
5423
  {
5424
- "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
5425
- "kind": "import-statement",
5426
- "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
5427
- },
5428
- {
5429
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
5424
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
5430
5425
  "kind": "import-statement",
5431
5426
  "original": "./hooks/useMetadata"
5432
5427
  },
@@ -5811,7 +5806,7 @@
5811
5806
  "format": "esm"
5812
5807
  },
5813
5808
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5814
- "bytes": 1628,
5809
+ "bytes": 1559,
5815
5810
  "imports": [
5816
5811
  {
5817
5812
  "path": "react",
@@ -6047,7 +6042,7 @@
6047
6042
  "format": "esm"
6048
6043
  },
6049
6044
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
6050
- "bytes": 5728,
6045
+ "bytes": 5714,
6051
6046
  "imports": [
6052
6047
  {
6053
6048
  "path": "react",
@@ -6159,7 +6154,7 @@
6159
6154
  "format": "esm"
6160
6155
  },
6161
6156
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
6162
- "bytes": 12459,
6157
+ "bytes": 12431,
6163
6158
  "imports": [
6164
6159
  {
6165
6160
  "path": "react",
@@ -6296,7 +6291,7 @@
6296
6291
  "format": "esm"
6297
6292
  },
6298
6293
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
6299
- "bytes": 1360,
6294
+ "bytes": 964,
6300
6295
  "imports": [
6301
6296
  {
6302
6297
  "path": "react",
@@ -6342,7 +6337,7 @@
6342
6337
  "format": "esm"
6343
6338
  },
6344
6339
  "src/Prebuilt/components/Footer/Footer.tsx": {
6345
- "bytes": 3777,
6340
+ "bytes": 3967,
6346
6341
  "imports": [
6347
6342
  {
6348
6343
  "path": "react",
@@ -6364,6 +6359,11 @@
6364
6359
  "kind": "import-statement",
6365
6360
  "external": true
6366
6361
  },
6362
+ {
6363
+ "path": "@100mslive/react-sdk",
6364
+ "kind": "import-statement",
6365
+ "external": true
6366
+ },
6367
6367
  {
6368
6368
  "path": "src/index.ts",
6369
6369
  "kind": "import-statement",
@@ -7963,7 +7963,7 @@
7963
7963
  "format": "esm"
7964
7964
  },
7965
7965
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
7966
- "bytes": 15176,
7966
+ "bytes": 14835,
7967
7967
  "imports": [
7968
7968
  {
7969
7969
  "path": "react",
@@ -8243,7 +8243,7 @@
8243
8243
  "format": "esm"
8244
8244
  },
8245
8245
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8246
- "bytes": 10287,
8246
+ "bytes": 10438,
8247
8247
  "imports": [
8248
8248
  {
8249
8249
  "path": "react",
@@ -9794,7 +9794,7 @@
9794
9794
  "format": "esm"
9795
9795
  },
9796
9796
  "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
9797
- "bytes": 2927,
9797
+ "bytes": 2958,
9798
9798
  "imports": [
9799
9799
  {
9800
9800
  "path": "react",
@@ -9827,7 +9827,7 @@
9827
9827
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
9828
9828
  },
9829
9829
  {
9830
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
9830
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9831
9831
  "kind": "import-statement",
9832
9832
  "original": "../hooks/useMetadata"
9833
9833
  },
@@ -10598,77 +10598,6 @@
10598
10598
  ],
10599
10599
  "format": "esm"
10600
10600
  },
10601
- "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
10602
- "bytes": 3186,
10603
- "imports": [
10604
- {
10605
- "path": "react",
10606
- "kind": "import-statement",
10607
- "external": true
10608
- },
10609
- {
10610
- "path": "react-use",
10611
- "kind": "import-statement",
10612
- "external": true
10613
- },
10614
- {
10615
- "path": "@100mslive/react-sdk",
10616
- "kind": "import-statement",
10617
- "external": true
10618
- },
10619
- {
10620
- "path": "src/Layout/index.tsx",
10621
- "kind": "import-statement",
10622
- "original": "../../../Layout"
10623
- },
10624
- {
10625
- "path": "src/Theme/index.tsx",
10626
- "kind": "import-statement",
10627
- "original": "../../../Theme"
10628
- },
10629
- {
10630
- "path": "src/Prebuilt/components/InsetTile.tsx",
10631
- "kind": "import-statement",
10632
- "original": "../InsetTile"
10633
- },
10634
- {
10635
- "path": "src/Prebuilt/components/SecondaryTiles.tsx",
10636
- "kind": "import-statement",
10637
- "original": "../SecondaryTiles"
10638
- },
10639
- {
10640
- "path": "src/Prebuilt/components/Settings/LayoutSettings.tsx",
10641
- "kind": "import-statement",
10642
- "original": "../Settings/LayoutSettings"
10643
- },
10644
- {
10645
- "path": "./interface",
10646
- "kind": "import-statement",
10647
- "external": true
10648
- },
10649
- {
10650
- "path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
10651
- "kind": "import-statement",
10652
- "original": "./ProminenceLayout"
10653
- },
10654
- {
10655
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
10656
- "kind": "import-statement",
10657
- "original": "../AppData/useUISettings"
10658
- },
10659
- {
10660
- "path": "src/Prebuilt/common/constants.ts",
10661
- "kind": "import-statement",
10662
- "original": "../../common/constants"
10663
- },
10664
- {
10665
- "path": "<define:process.env>",
10666
- "kind": "import-statement",
10667
- "external": true
10668
- }
10669
- ],
10670
- "format": "esm"
10671
- },
10672
10601
  "src/Prebuilt/common/PeersSorter.ts": {
10673
10602
  "bytes": 3284,
10674
10603
  "imports": [
@@ -10686,7 +10615,7 @@
10686
10615
  "format": "esm"
10687
10616
  },
10688
10617
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
10689
- "bytes": 5251,
10618
+ "bytes": 4683,
10690
10619
  "imports": [
10691
10620
  {
10692
10621
  "path": "react",
@@ -10718,11 +10647,6 @@
10718
10647
  "kind": "import-statement",
10719
10648
  "original": "./ScreenshareLayout"
10720
10649
  },
10721
- {
10722
- "path": "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx",
10723
- "kind": "import-statement",
10724
- "original": "./WhiteboardLayout"
10725
- },
10726
10650
  {
10727
10651
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
10728
10652
  "kind": "import-statement",
@@ -10884,8 +10808,64 @@
10884
10808
  ],
10885
10809
  "format": "esm"
10886
10810
  },
10811
+ "src/Prebuilt/layouts/WhiteboardView.tsx": {
10812
+ "bytes": 2047,
10813
+ "imports": [
10814
+ {
10815
+ "path": "react",
10816
+ "kind": "import-statement",
10817
+ "external": true
10818
+ },
10819
+ {
10820
+ "path": "react-use",
10821
+ "kind": "import-statement",
10822
+ "external": true
10823
+ },
10824
+ {
10825
+ "path": "@100mslive/react-sdk",
10826
+ "kind": "import-statement",
10827
+ "external": true
10828
+ },
10829
+ {
10830
+ "path": "src/Prebuilt/components/SecondaryTiles.tsx",
10831
+ "kind": "import-statement",
10832
+ "original": "../components/SecondaryTiles"
10833
+ },
10834
+ {
10835
+ "path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
10836
+ "kind": "import-statement",
10837
+ "original": "../components/VideoLayouts/ProminenceLayout"
10838
+ },
10839
+ {
10840
+ "path": "src/index.ts",
10841
+ "kind": "import-statement",
10842
+ "original": "../../"
10843
+ },
10844
+ {
10845
+ "path": "src/Layout/index.tsx",
10846
+ "kind": "import-statement",
10847
+ "original": "../../Layout"
10848
+ },
10849
+ {
10850
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
10851
+ "kind": "import-statement",
10852
+ "original": "../components/AppData/useUISettings"
10853
+ },
10854
+ {
10855
+ "path": "src/Prebuilt/common/constants.ts",
10856
+ "kind": "import-statement",
10857
+ "original": "../common/constants"
10858
+ },
10859
+ {
10860
+ "path": "<define:process.env>",
10861
+ "kind": "import-statement",
10862
+ "external": true
10863
+ }
10864
+ ],
10865
+ "format": "esm"
10866
+ },
10887
10867
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
10888
- "bytes": 1121,
10868
+ "bytes": 1020,
10889
10869
  "imports": [
10890
10870
  {
10891
10871
  "path": "react",
@@ -10963,7 +10943,7 @@
10963
10943
  "format": "esm"
10964
10944
  },
10965
10945
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
10966
- "bytes": 1377,
10946
+ "bytes": 1333,
10967
10947
  "imports": [
10968
10948
  {
10969
10949
  "path": "react",
@@ -11010,7 +10990,7 @@
11010
10990
  "format": "esm"
11011
10991
  },
11012
10992
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
11013
- "bytes": 838,
10993
+ "bytes": 836,
11014
10994
  "imports": [
11015
10995
  {
11016
10996
  "path": "react",
@@ -11045,7 +11025,7 @@
11045
11025
  ],
11046
11026
  "format": "esm"
11047
11027
  },
11048
- "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
11028
+ "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
11049
11029
  "bytes": 490,
11050
11030
  "imports": [
11051
11031
  {
@@ -11066,62 +11046,6 @@
11066
11046
  ],
11067
11047
  "format": "esm"
11068
11048
  },
11069
- "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
11070
- "bytes": 4191,
11071
- "imports": [
11072
- {
11073
- "path": "react",
11074
- "kind": "import-statement",
11075
- "external": true
11076
- },
11077
- {
11078
- "path": "react-use",
11079
- "kind": "import-statement",
11080
- "external": true
11081
- },
11082
- {
11083
- "path": "@100mslive/react-icons",
11084
- "kind": "import-statement",
11085
- "external": true
11086
- },
11087
- {
11088
- "path": "src/Layout/index.tsx",
11089
- "kind": "import-statement",
11090
- "original": "../../../Layout"
11091
- },
11092
- {
11093
- "path": "src/Text/index.tsx",
11094
- "kind": "import-statement",
11095
- "original": "../../../Text"
11096
- },
11097
- {
11098
- "path": "src/Theme/index.tsx",
11099
- "kind": "import-statement",
11100
- "original": "../../../Theme"
11101
- },
11102
- {
11103
- "path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
11104
- "kind": "import-statement",
11105
- "original": "./PlayPauseButton"
11106
- },
11107
- {
11108
- "path": "src/Prebuilt/components/HMSVideo/SeekControl.tsx",
11109
- "kind": "import-statement",
11110
- "original": "./SeekControl"
11111
- },
11112
- {
11113
- "path": "src/Prebuilt/common/hooks.ts",
11114
- "kind": "import-statement",
11115
- "original": "../../common/hooks"
11116
- },
11117
- {
11118
- "path": "<define:process.env>",
11119
- "kind": "import-statement",
11120
- "external": true
11121
- }
11122
- ],
11123
- "format": "esm"
11124
- },
11125
11049
  "src/Prebuilt/components/HMSVideo/utils.ts": {
11126
11050
  "bytes": 977,
11127
11051
  "imports": [
@@ -11134,7 +11058,7 @@
11134
11058
  "format": "esm"
11135
11059
  },
11136
11060
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
11137
- "bytes": 2967,
11061
+ "bytes": 2926,
11138
11062
  "imports": [
11139
11063
  {
11140
11064
  "path": "react",
@@ -11232,7 +11156,7 @@
11232
11156
  "format": "esm"
11233
11157
  },
11234
11158
  "src/Prebuilt/components/HMSVideo/index.ts": {
11235
- "bytes": 707,
11159
+ "bytes": 662,
11236
11160
  "imports": [
11237
11161
  {
11238
11162
  "path": "src/Prebuilt/components/HMSVideo/Controls.jsx",
@@ -11245,9 +11169,14 @@
11245
11169
  "original": "./HMSVideo"
11246
11170
  },
11247
11171
  {
11248
- "path": "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx",
11172
+ "path": "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx",
11173
+ "kind": "import-statement",
11174
+ "original": "./PlayPauseButton"
11175
+ },
11176
+ {
11177
+ "path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
11249
11178
  "kind": "import-statement",
11250
- "original": "./PlayPauseSeekControls"
11179
+ "original": "./SeekControls"
11251
11180
  },
11252
11181
  {
11253
11182
  "path": "src/Prebuilt/components/HMSVideo/VideoProgress.tsx",
@@ -11483,7 +11412,7 @@
11483
11412
  "format": "esm"
11484
11413
  },
11485
11414
  "src/Prebuilt/layouts/HLSView.jsx": {
11486
- "bytes": 28303,
11415
+ "bytes": 27530,
11487
11416
  "imports": [
11488
11417
  {
11489
11418
  "path": "react",
@@ -11644,7 +11573,7 @@
11644
11573
  "format": "esm"
11645
11574
  },
11646
11575
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11647
- "bytes": 4278,
11576
+ "bytes": 4801,
11648
11577
  "imports": [
11649
11578
  {
11650
11579
  "path": "react",
@@ -11701,6 +11630,11 @@
11701
11630
  "kind": "import-statement",
11702
11631
  "original": "./WaitingView"
11703
11632
  },
11633
+ {
11634
+ "path": "src/Prebuilt/layouts/WhiteboardView.tsx",
11635
+ "kind": "import-statement",
11636
+ "original": "./WhiteboardView"
11637
+ },
11704
11638
  {
11705
11639
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
11706
11640
  "kind": "import-statement",
@@ -11934,7 +11868,7 @@
11934
11868
  "format": "esm"
11935
11869
  },
11936
11870
  "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
11937
- "bytes": 738,
11871
+ "bytes": 769,
11938
11872
  "imports": [
11939
11873
  {
11940
11874
  "path": "react",
@@ -11947,7 +11881,7 @@
11947
11881
  "external": true
11948
11882
  },
11949
11883
  {
11950
- "path": "src/Prebuilt/components/hooks/useMetadata.tsx",
11884
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
11951
11885
  "kind": "import-statement",
11952
11886
  "original": "./hooks/useMetadata"
11953
11887
  },
@@ -11960,7 +11894,7 @@
11960
11894
  "format": "esm"
11961
11895
  },
11962
11896
  "src/Prebuilt/components/ConferenceScreen.tsx": {
11963
- "bytes": 8106,
11897
+ "bytes": 8259,
11964
11898
  "imports": [
11965
11899
  {
11966
11900
  "path": "react",
@@ -13775,7 +13709,7 @@
13775
13709
  "dist/index.js": {
13776
13710
  "imports": [
13777
13711
  {
13778
- "path": "dist/chunk-W47ZJGSD.js",
13712
+ "path": "dist/chunk-5WTUTVRO.js",
13779
13713
  "kind": "import-statement"
13780
13714
  }
13781
13715
  ],
@@ -13848,16 +13782,16 @@
13848
13782
  "inputs": {},
13849
13783
  "bytes": 1822
13850
13784
  },
13851
- "dist/HLSView-BCIIVR2T.js.map": {
13785
+ "dist/HLSView-VUANLYLS.js.map": {
13852
13786
  "imports": [],
13853
13787
  "exports": [],
13854
13788
  "inputs": {},
13855
- "bytes": 99220
13789
+ "bytes": 90585
13856
13790
  },
13857
- "dist/HLSView-BCIIVR2T.js": {
13791
+ "dist/HLSView-VUANLYLS.js": {
13858
13792
  "imports": [
13859
13793
  {
13860
- "path": "dist/chunk-W47ZJGSD.js",
13794
+ "path": "dist/chunk-5WTUTVRO.js",
13861
13795
  "kind": "import-statement"
13862
13796
  },
13863
13797
  {
@@ -13915,21 +13849,6 @@
13915
13849
  "kind": "import-statement",
13916
13850
  "external": true
13917
13851
  },
13918
- {
13919
- "path": "react-use",
13920
- "kind": "import-statement",
13921
- "external": true
13922
- },
13923
- {
13924
- "path": "@100mslive/react-icons",
13925
- "kind": "import-statement",
13926
- "external": true
13927
- },
13928
- {
13929
- "path": "react",
13930
- "kind": "import-statement",
13931
- "external": true
13932
- },
13933
13852
  {
13934
13853
  "path": "@100mslive/react-icons",
13935
13854
  "kind": "import-statement",
@@ -14037,22 +13956,19 @@
14037
13956
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
14038
13957
  "inputs": {
14039
13958
  "src/Prebuilt/layouts/HLSView.jsx": {
14040
- "bytesInOutput": 27641
13959
+ "bytesInOutput": 26628
14041
13960
  },
14042
13961
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
14043
13962
  "bytesInOutput": 3521
14044
13963
  },
14045
13964
  "src/Prebuilt/components/HMSVideo/index.ts": {
14046
- "bytesInOutput": 347
13965
+ "bytesInOutput": 281
14047
13966
  },
14048
13967
  "src/Prebuilt/components/HMSVideo/Controls.jsx": {
14049
13968
  "bytesInOutput": 416
14050
13969
  },
14051
13970
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
14052
- "bytesInOutput": 1508
14053
- },
14054
- "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
14055
- "bytesInOutput": 4256
13971
+ "bytesInOutput": 1464
14056
13972
  },
14057
13973
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
14058
13974
  "bytesInOutput": 851
@@ -14060,11 +13976,11 @@
14060
13976
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
14061
13977
  "bytesInOutput": 244
14062
13978
  },
14063
- "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
14064
- "bytesInOutput": 328
13979
+ "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
13980
+ "bytesInOutput": 329
14065
13981
  },
14066
13982
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
14067
- "bytesInOutput": 3058
13983
+ "bytesInOutput": 3017
14068
13984
  },
14069
13985
  "src/Prebuilt/components/HMSVideo/utils.ts": {
14070
13986
  "bytesInOutput": 725
@@ -14076,10 +13992,10 @@
14076
13992
  "bytesInOutput": 2284
14077
13993
  },
14078
13994
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
14079
- "bytesInOutput": 643
13995
+ "bytesInOutput": 637
14080
13996
  },
14081
13997
  "src/Prebuilt/components/HMSVideo/HLSAutoplayBlockedPrompt.tsx": {
14082
- "bytesInOutput": 1930
13998
+ "bytesInOutput": 1916
14083
13999
  },
14084
14000
  "src/Prebuilt/components/HMSVideo/HLSCaptionSelector.tsx": {
14085
14001
  "bytesInOutput": 688
@@ -14091,15 +14007,15 @@
14091
14007
  "bytesInOutput": 2101
14092
14008
  }
14093
14009
  },
14094
- "bytes": 61275
14010
+ "bytes": 55694
14095
14011
  },
14096
- "dist/chunk-W47ZJGSD.js.map": {
14012
+ "dist/chunk-5WTUTVRO.js.map": {
14097
14013
  "imports": [],
14098
14014
  "exports": [],
14099
14015
  "inputs": {},
14100
- "bytes": 3189104
14016
+ "bytes": 3185356
14101
14017
  },
14102
- "dist/chunk-W47ZJGSD.js": {
14018
+ "dist/chunk-5WTUTVRO.js": {
14103
14019
  "imports": [
14104
14020
  {
14105
14021
  "path": "react",
@@ -14536,6 +14452,11 @@
14536
14452
  "kind": "import-statement",
14537
14453
  "external": true
14538
14454
  },
14455
+ {
14456
+ "path": "@100mslive/react-sdk",
14457
+ "kind": "import-statement",
14458
+ "external": true
14459
+ },
14539
14460
  {
14540
14461
  "path": "react",
14541
14462
  "kind": "import-statement",
@@ -16417,17 +16338,12 @@
16417
16338
  "external": true
16418
16339
  },
16419
16340
  {
16420
- "path": "react",
16421
- "kind": "import-statement",
16422
- "external": true
16423
- },
16424
- {
16425
- "path": "react-use",
16341
+ "path": "@100mslive/react-sdk",
16426
16342
  "kind": "import-statement",
16427
16343
  "external": true
16428
16344
  },
16429
16345
  {
16430
- "path": "@100mslive/react-sdk",
16346
+ "path": "react",
16431
16347
  "kind": "import-statement",
16432
16348
  "external": true
16433
16349
  },
@@ -16452,7 +16368,7 @@
16452
16368
  "external": true
16453
16369
  },
16454
16370
  {
16455
- "path": "@100mslive/react-sdk",
16371
+ "path": "@100mslive/react-icons",
16456
16372
  "kind": "import-statement",
16457
16373
  "external": true
16458
16374
  },
@@ -16462,7 +16378,12 @@
16462
16378
  "external": true
16463
16379
  },
16464
16380
  {
16465
- "path": "@100mslive/react-icons",
16381
+ "path": "react-use",
16382
+ "kind": "import-statement",
16383
+ "external": true
16384
+ },
16385
+ {
16386
+ "path": "@100mslive/react-sdk",
16466
16387
  "kind": "import-statement",
16467
16388
  "external": true
16468
16389
  },
@@ -16482,7 +16403,7 @@
16482
16403
  "external": true
16483
16404
  },
16484
16405
  {
16485
- "path": "dist/HLSView-BCIIVR2T.js",
16406
+ "path": "dist/HLSView-VUANLYLS.js",
16486
16407
  "kind": "dynamic-import"
16487
16408
  },
16488
16409
  {
@@ -16930,7 +16851,6 @@
16930
16851
  "VideoTileStats",
16931
16852
  "__async",
16932
16853
  "__objRest",
16933
- "__spreadProps",
16934
16854
  "__spreadValues",
16935
16855
  "config",
16936
16856
  "createTheme",
@@ -16958,10 +16878,10 @@
16958
16878
  ],
16959
16879
  "inputs": {
16960
16880
  "<define:process.env>": {
16961
- "bytesInOutput": 18256
16881
+ "bytesInOutput": 17262
16962
16882
  },
16963
16883
  "../../node_modules/lodash/lodash.js": {
16964
- "bytesInOutput": 224298
16884
+ "bytesInOutput": 224291
16965
16885
  },
16966
16886
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
16967
16887
  "bytesInOutput": 42482
@@ -16970,7 +16890,7 @@
16970
16890
  "bytesInOutput": 26591
16971
16891
  },
16972
16892
  "../../node_modules/sdp/sdp.js": {
16973
- "bytesInOutput": 22275
16893
+ "bytesInOutput": 22288
16974
16894
  },
16975
16895
  "../../node_modules/sdp-transform/lib/grammar.js": {
16976
16896
  "bytesInOutput": 16120
@@ -17036,7 +16956,7 @@
17036
16956
  "bytesInOutput": 27
17037
16957
  },
17038
16958
  "src/IconButton/IconButton.tsx": {
17039
- "bytesInOutput": 882
16959
+ "bytesInOutput": 1009
17040
16960
  },
17041
16961
  "src/Avatar/index.ts": {
17042
16962
  "bytesInOutput": 27
@@ -17141,7 +17061,7 @@
17141
17061
  "bytesInOutput": 755
17142
17062
  },
17143
17063
  "src/AudioLevel/AudioLevel.tsx": {
17144
- "bytesInOutput": 2196
17064
+ "bytesInOutput": 2195
17145
17065
  },
17146
17066
  "src/AudioLevel/audio-level.png": {
17147
17067
  "bytesInOutput": 880
@@ -17177,7 +17097,7 @@
17177
17097
  "bytesInOutput": 149
17178
17098
  },
17179
17099
  "src/Accordion/Accordion.tsx": {
17180
- "bytesInOutput": 2526
17100
+ "bytesInOutput": 2476
17181
17101
  },
17182
17102
  "src/Fieldset/Fieldset.tsx": {
17183
17103
  "bytesInOutput": 233
@@ -17243,7 +17163,7 @@
17243
17163
  "bytesInOutput": 1486
17244
17164
  },
17245
17165
  "src/Prebuilt/common/utils.js": {
17246
- "bytesInOutput": 3208
17166
+ "bytesInOutput": 3211
17247
17167
  },
17248
17168
  "src/Prebuilt/components/AppData/useSidepane.js": {
17249
17169
  "bytesInOutput": 2499
@@ -17258,19 +17178,19 @@
17258
17178
  "bytesInOutput": 4698
17259
17179
  },
17260
17180
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17261
- "bytesInOutput": 7205
17181
+ "bytesInOutput": 7373
17262
17182
  },
17263
17183
  "src/Prebuilt/components/Footer/Footer.tsx": {
17264
- "bytesInOutput": 3145
17184
+ "bytesInOutput": 3350
17265
17185
  },
17266
17186
  "src/Prebuilt/components/AudioVideoToggle.tsx": {
17267
17187
  "bytesInOutput": 10284
17268
17188
  },
17269
17189
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
17270
- "bytesInOutput": 3151
17190
+ "bytesInOutput": 3064
17271
17191
  },
17272
17192
  "src/Prebuilt/IconButton.tsx": {
17273
- "bytesInOutput": 487
17193
+ "bytesInOutput": 572
17274
17194
  },
17275
17195
  "src/Prebuilt/components/Settings/SettingsModal.jsx": {
17276
17196
  "bytesInOutput": 8957
@@ -17386,20 +17306,20 @@
17386
17306
  "src/Prebuilt/components/MoreSettings/constants.ts": {
17387
17307
  "bytesInOutput": 437
17388
17308
  },
17389
- "src/Prebuilt/components/hooks/useMetadata.tsx": {
17390
- "bytesInOutput": 1826
17309
+ "src/Prebuilt/components/hooks/useMetadata.jsx": {
17310
+ "bytesInOutput": 1948
17391
17311
  },
17392
17312
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17393
- "bytesInOutput": 10902
17313
+ "bytesInOutput": 11042
17394
17314
  },
17395
17315
  "src/Prebuilt/components/Header/StreamActions.tsx": {
17396
17316
  "bytesInOutput": 10031
17397
17317
  },
17398
17318
  "../hms-video-store/dist/index.js": {
17399
- "bytesInOutput": 50125
17319
+ "bytesInOutput": 48783
17400
17320
  },
17401
17321
  "../../node_modules/reselect/es/index.js": {
17402
- "bytesInOutput": 2537
17322
+ "bytesInOutput": 2539
17403
17323
  },
17404
17324
  "../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
17405
17325
  "bytesInOutput": 118
@@ -17414,7 +17334,7 @@
17414
17334
  "bytesInOutput": 22678
17415
17335
  },
17416
17336
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17417
- "bytesInOutput": 6094
17337
+ "bytesInOutput": 6090
17418
17338
  },
17419
17339
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17420
17340
  "bytesInOutput": 1256
@@ -17423,7 +17343,7 @@
17423
17343
  "bytesInOutput": 9143
17424
17344
  },
17425
17345
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17426
- "bytesInOutput": 2122
17346
+ "bytesInOutput": 2125
17427
17347
  },
17428
17348
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17429
17349
  "bytesInOutput": 842
@@ -17459,7 +17379,7 @@
17459
17379
  "bytesInOutput": 658
17460
17380
  },
17461
17381
  "src/Prebuilt/components/RaiseHand.tsx": {
17462
- "bytesInOutput": 905
17382
+ "bytesInOutput": 796
17463
17383
  },
17464
17384
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
17465
17385
  "bytesInOutput": 1619
@@ -17495,10 +17415,10 @@
17495
17415
  "bytesInOutput": 958
17496
17416
  },
17497
17417
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17498
- "bytesInOutput": 1445
17418
+ "bytesInOutput": 1404
17499
17419
  },
17500
17420
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17501
- "bytesInOutput": 11723
17421
+ "bytesInOutput": 11695
17502
17422
  },
17503
17423
  "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
17504
17424
  "bytesInOutput": 3749
@@ -17510,7 +17430,7 @@
17510
17430
  "bytesInOutput": 1290
17511
17431
  },
17512
17432
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17513
- "bytesInOutput": 5214
17433
+ "bytesInOutput": 5163
17514
17434
  },
17515
17435
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
17516
17436
  "bytesInOutput": 7326
@@ -17525,7 +17445,7 @@
17525
17445
  "bytesInOutput": 1073
17526
17446
  },
17527
17447
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17528
- "bytesInOutput": 1291
17448
+ "bytesInOutput": 879
17529
17449
  },
17530
17450
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17531
17451
  "bytesInOutput": 2414
@@ -17534,7 +17454,7 @@
17534
17454
  "bytesInOutput": 3077
17535
17455
  },
17536
17456
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17537
- "bytesInOutput": 9638
17457
+ "bytesInOutput": 9637
17538
17458
  },
17539
17459
  "src/Prebuilt/layouts/SidePane.tsx": {
17540
17460
  "bytesInOutput": 6274
@@ -17543,7 +17463,7 @@
17543
17463
  "bytesInOutput": 735
17544
17464
  },
17545
17465
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17546
- "bytesInOutput": 7995
17466
+ "bytesInOutput": 7999
17547
17467
  },
17548
17468
  "src/Prebuilt/components/Streaming/Common.jsx": {
17549
17469
  "bytesInOutput": 2247
@@ -17630,7 +17550,7 @@
17630
17550
  "bytesInOutput": 4926
17631
17551
  },
17632
17552
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17633
- "bytesInOutput": 14726
17553
+ "bytesInOutput": 14396
17634
17554
  },
17635
17555
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17636
17556
  "bytesInOutput": 9785
@@ -17642,7 +17562,7 @@
17642
17562
  "bytesInOutput": 1210
17643
17563
  },
17644
17564
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
17645
- "bytesInOutput": 2758
17565
+ "bytesInOutput": 2757
17646
17566
  },
17647
17567
  "src/Prebuilt/components/Chat/EmptyChat.tsx": {
17648
17568
  "bytesInOutput": 1952
@@ -17654,7 +17574,7 @@
17654
17574
  "bytesInOutput": 710
17655
17575
  },
17656
17576
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17657
- "bytesInOutput": 9627
17577
+ "bytesInOutput": 9793
17658
17578
  },
17659
17579
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
17660
17580
  "bytesInOutput": 5318
@@ -17678,7 +17598,7 @@
17678
17598
  "bytesInOutput": 1021
17679
17599
  },
17680
17600
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
17681
- "bytesInOutput": 543
17601
+ "bytesInOutput": 542
17682
17602
  },
17683
17603
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
17684
17604
  "bytesInOutput": 4205
@@ -17732,10 +17652,10 @@
17732
17652
  "bytesInOutput": 2163
17733
17653
  },
17734
17654
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17735
- "bytesInOutput": 3388
17655
+ "bytesInOutput": 3983
17736
17656
  },
17737
17657
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17738
- "bytesInOutput": 4521
17658
+ "bytesInOutput": 3871
17739
17659
  },
17740
17660
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17741
17661
  "bytesInOutput": 2019
@@ -17747,13 +17667,13 @@
17747
17667
  "bytesInOutput": 451
17748
17668
  },
17749
17669
  "src/Prebuilt/components/Pagination.tsx": {
17750
- "bytesInOutput": 1699
17670
+ "bytesInOutput": 1698
17751
17671
  },
17752
17672
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
17753
17673
  "bytesInOutput": 1204
17754
17674
  },
17755
17675
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17756
- "bytesInOutput": 3839
17676
+ "bytesInOutput": 3834
17757
17677
  },
17758
17678
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
17759
17679
  "bytesInOutput": 2183
@@ -17779,11 +17699,8 @@
17779
17699
  "src/Prebuilt/components/ScreenshareDisplay.tsx": {
17780
17700
  "bytesInOutput": 1226
17781
17701
  },
17782
- "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17783
- "bytesInOutput": 2887
17784
- },
17785
17702
  "src/Prebuilt/common/PeersSorter.ts": {
17786
- "bytesInOutput": 3099
17703
+ "bytesInOutput": 3098
17787
17704
  },
17788
17705
  "src/Prebuilt/layouts/EmbedView.jsx": {
17789
17706
  "bytesInOutput": 2785
@@ -17794,8 +17711,11 @@
17794
17711
  "src/Prebuilt/layouts/WaitingView.jsx": {
17795
17712
  "bytesInOutput": 1415
17796
17713
  },
17714
+ "src/Prebuilt/layouts/WhiteboardView.tsx": {
17715
+ "bytesInOutput": 2075
17716
+ },
17797
17717
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17798
- "bytesInOutput": 1097
17718
+ "bytesInOutput": 997
17799
17719
  },
17800
17720
  "src/Prebuilt/components/Header/index.tsx": {
17801
17721
  "bytesInOutput": 27
@@ -17840,7 +17760,7 @@
17840
17760
  "bytesInOutput": 27
17841
17761
  },
17842
17762
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17843
- "bytesInOutput": 7974
17763
+ "bytesInOutput": 7971
17844
17764
  },
17845
17765
  "src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
17846
17766
  "bytesInOutput": 1053
@@ -17855,7 +17775,7 @@
17855
17775
  "bytesInOutput": 1983
17856
17776
  },
17857
17777
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17858
- "bytesInOutput": 7229
17778
+ "bytesInOutput": 7228
17859
17779
  },
17860
17780
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
17861
17781
  "bytesInOutput": 1596
@@ -17918,7 +17838,7 @@
17918
17838
  "bytesInOutput": 651
17919
17839
  }
17920
17840
  },
17921
- "bytes": 1308344
17841
+ "bytes": 1304924
17922
17842
  }
17923
17843
  }
17924
17844
  }