@100mslive/roomkit-react 0.3.3-alpha.3 → 0.3.3-alpha.4

Sign up to get free protection for your applications and to get access to all the features.
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",
11249
11173
  "kind": "import-statement",
11250
- "original": "./PlayPauseSeekControls"
11174
+ "original": "./PlayPauseButton"
11175
+ },
11176
+ {
11177
+ "path": "src/Prebuilt/components/HMSVideo/SeekControls.tsx",
11178
+ "kind": "import-statement",
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",
@@ -13770,7 +13704,7 @@
13770
13704
  "imports": [],
13771
13705
  "exports": [],
13772
13706
  "inputs": {},
13773
- "bytes": 3293139
13707
+ "bytes": 3280388
13774
13708
  },
13775
13709
  "dist/index.cjs.js": {
13776
13710
  "imports": [
@@ -15054,6 +14988,11 @@
15054
14988
  "kind": "require-call",
15055
14989
  "external": true
15056
14990
  },
14991
+ {
14992
+ "path": "@100mslive/react-sdk",
14993
+ "kind": "require-call",
14994
+ "external": true
14995
+ },
15057
14996
  {
15058
14997
  "path": "react",
15059
14998
  "kind": "require-call",
@@ -16039,21 +15978,6 @@
16039
15978
  "kind": "require-call",
16040
15979
  "external": true
16041
15980
  },
16042
- {
16043
- "path": "react",
16044
- "kind": "require-call",
16045
- "external": true
16046
- },
16047
- {
16048
- "path": "react-use",
16049
- "kind": "require-call",
16050
- "external": true
16051
- },
16052
- {
16053
- "path": "@100mslive/react-sdk",
16054
- "kind": "require-call",
16055
- "external": true
16056
- },
16057
15981
  {
16058
15982
  "path": "@100mslive/react-sdk",
16059
15983
  "kind": "require-call",
@@ -16120,12 +16044,12 @@
16120
16044
  "external": true
16121
16045
  },
16122
16046
  {
16123
- "path": "@100mslive/react-icons",
16047
+ "path": "react-use",
16124
16048
  "kind": "require-call",
16125
16049
  "external": true
16126
16050
  },
16127
16051
  {
16128
- "path": "react",
16052
+ "path": "@100mslive/react-sdk",
16129
16053
  "kind": "require-call",
16130
16054
  "external": true
16131
16055
  },
@@ -16135,12 +16059,12 @@
16135
16059
  "external": true
16136
16060
  },
16137
16061
  {
16138
- "path": "react",
16062
+ "path": "@100mslive/react-icons",
16139
16063
  "kind": "require-call",
16140
16064
  "external": true
16141
16065
  },
16142
16066
  {
16143
- "path": "@100mslive/react-icons",
16067
+ "path": "react",
16144
16068
  "kind": "require-call",
16145
16069
  "external": true
16146
16070
  },
@@ -16155,12 +16079,12 @@
16155
16079
  "external": true
16156
16080
  },
16157
16081
  {
16158
- "path": "react-use",
16082
+ "path": "@100mslive/react-icons",
16159
16083
  "kind": "require-call",
16160
16084
  "external": true
16161
16085
  },
16162
16086
  {
16163
- "path": "@100mslive/react-icons",
16087
+ "path": "react",
16164
16088
  "kind": "require-call",
16165
16089
  "external": true
16166
16090
  },
@@ -16709,7 +16633,7 @@
16709
16633
  "entryPoint": "src/index.ts",
16710
16634
  "inputs": {
16711
16635
  "<define:process.env>": {
16712
- "bytesInOutput": 18256
16636
+ "bytesInOutput": 17262
16713
16637
  },
16714
16638
  "src/Theme/base.config.ts": {
16715
16639
  "bytesInOutput": 6104
@@ -16760,7 +16684,7 @@
16760
16684
  "bytesInOutput": 126
16761
16685
  },
16762
16686
  "src/IconButton/IconButton.tsx": {
16763
- "bytesInOutput": 1185
16687
+ "bytesInOutput": 1332
16764
16688
  },
16765
16689
  "src/IconButton/index.tsx": {
16766
16690
  "bytesInOutput": 144
@@ -16877,7 +16801,7 @@
16877
16801
  "bytesInOutput": 983
16878
16802
  },
16879
16803
  "src/AudioLevel/AudioLevel.tsx": {
16880
- "bytesInOutput": 2808
16804
+ "bytesInOutput": 2807
16881
16805
  },
16882
16806
  "src/AudioLevel/index.ts": {
16883
16807
  "bytesInOutput": 175
@@ -16922,7 +16846,7 @@
16922
16846
  "bytesInOutput": 129
16923
16847
  },
16924
16848
  "src/Accordion/Accordion.tsx": {
16925
- "bytesInOutput": 3239
16849
+ "bytesInOutput": 3189
16926
16850
  },
16927
16851
  "src/Accordion/index.ts": {
16928
16852
  "bytesInOutput": 297
@@ -16985,7 +16909,7 @@
16985
16909
  "bytesInOutput": 3450
16986
16910
  },
16987
16911
  "../../node_modules/lodash/lodash.js": {
16988
- "bytesInOutput": 224305
16912
+ "bytesInOutput": 224298
16989
16913
  },
16990
16914
  "src/Prebuilt/provider/roomLayoutProvider/constants/index.ts": {
16991
16915
  "bytesInOutput": 1887
@@ -16997,7 +16921,7 @@
16997
16921
  "bytesInOutput": 1552
16998
16922
  },
16999
16923
  "src/Prebuilt/common/utils.js": {
17000
- "bytesInOutput": 3811
16924
+ "bytesInOutput": 3814
17001
16925
  },
17002
16926
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
17003
16927
  "bytesInOutput": 3003
@@ -17018,10 +16942,10 @@
17018
16942
  "bytesInOutput": 4530
17019
16943
  },
17020
16944
  "src/Prebuilt/IconButton.tsx": {
17021
- "bytesInOutput": 743
16945
+ "bytesInOutput": 844
17022
16946
  },
17023
16947
  "src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.tsx": {
17024
- "bytesInOutput": 4182
16948
+ "bytesInOutput": 4095
17025
16949
  },
17026
16950
  "src/Sheet/Sheet.tsx": {
17027
16951
  "bytesInOutput": 3610
@@ -17134,14 +17058,14 @@
17134
17058
  "src/Prebuilt/components/MoreSettings/MuteAllModal.tsx": {
17135
17059
  "bytesInOutput": 2378
17136
17060
  },
17137
- "src/Prebuilt/components/hooks/useMetadata.tsx": {
17138
- "bytesInOutput": 2163
17061
+ "src/Prebuilt/components/hooks/useMetadata.jsx": {
17062
+ "bytesInOutput": 2305
17139
17063
  },
17140
17064
  "src/Prebuilt/components/MoreSettings/SplitComponents/DesktopOptions.tsx": {
17141
17065
  "bytesInOutput": 8565
17142
17066
  },
17143
17067
  "../../node_modules/reselect/es/index.js": {
17144
- "bytesInOutput": 2639
17068
+ "bytesInOutput": 2641
17145
17069
  },
17146
17070
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
17147
17071
  "bytesInOutput": 42486
@@ -17153,7 +17077,7 @@
17153
17077
  "bytesInOutput": 6467
17154
17078
  },
17155
17079
  "../../node_modules/webrtc-adapter/src/js/chrome/getusermedia.js": {
17156
- "bytesInOutput": 6260
17080
+ "bytesInOutput": 6256
17157
17081
  },
17158
17082
  "../../node_modules/webrtc-adapter/src/js/chrome/getdisplaymedia.js": {
17159
17083
  "bytesInOutput": 1396
@@ -17162,7 +17086,7 @@
17162
17086
  "bytesInOutput": 22882
17163
17087
  },
17164
17088
  "../../node_modules/webrtc-adapter/src/js/firefox/getusermedia.js": {
17165
- "bytesInOutput": 2277
17089
+ "bytesInOutput": 2280
17166
17090
  },
17167
17091
  "../../node_modules/webrtc-adapter/src/js/firefox/getdisplaymedia.js": {
17168
17092
  "bytesInOutput": 984
@@ -17174,7 +17098,7 @@
17174
17098
  "bytesInOutput": 12019
17175
17099
  },
17176
17100
  "../../node_modules/sdp/sdp.js": {
17177
- "bytesInOutput": 22278
17101
+ "bytesInOutput": 22291
17178
17102
  },
17179
17103
  "../../node_modules/webrtc-adapter/src/js/common_shim.js": {
17180
17104
  "bytesInOutput": 12620
@@ -17198,7 +17122,7 @@
17198
17122
  "bytesInOutput": 615
17199
17123
  },
17200
17124
  "../hms-video-store/dist/index.js": {
17201
- "bytesInOutput": 54856
17125
+ "bytesInOutput": 53378
17202
17126
  },
17203
17127
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
17204
17128
  "bytesInOutput": 1384
@@ -17228,13 +17152,13 @@
17228
17152
  "bytesInOutput": 938
17229
17153
  },
17230
17154
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
17231
- "bytesInOutput": 13388
17155
+ "bytesInOutput": 13528
17232
17156
  },
17233
17157
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
17234
17158
  "bytesInOutput": 831
17235
17159
  },
17236
17160
  "src/Prebuilt/components/RaiseHand.tsx": {
17237
- "bytesInOutput": 1306
17161
+ "bytesInOutput": 1149
17238
17162
  },
17239
17163
  "src/Prebuilt/images/pdf-share.png": {
17240
17164
  "bytesInOutput": 25548
@@ -17270,7 +17194,7 @@
17270
17194
  "bytesInOutput": 1350
17271
17195
  },
17272
17196
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
17273
- "bytesInOutput": 1980
17197
+ "bytesInOutput": 1939
17274
17198
  },
17275
17199
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
17276
17200
  "bytesInOutput": 974
@@ -17288,22 +17212,22 @@
17288
17212
  "bytesInOutput": 2258
17289
17213
  },
17290
17214
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
17291
- "bytesInOutput": 6544
17215
+ "bytesInOutput": 6489
17292
17216
  },
17293
17217
  "src/Prebuilt/components/hooks/usePeerOnStageActions.tsx": {
17294
17218
  "bytesInOutput": 2181
17295
17219
  },
17296
17220
  "src/Prebuilt/components/Footer/ParticipantList.tsx": {
17297
- "bytesInOutput": 14387
17221
+ "bytesInOutput": 14347
17298
17222
  },
17299
17223
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
17300
17224
  "bytesInOutput": 1521
17301
17225
  },
17302
17226
  "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
17303
- "bytesInOutput": 1804
17227
+ "bytesInOutput": 1352
17304
17228
  },
17305
17229
  "src/Prebuilt/components/Footer/Footer.tsx": {
17306
- "bytesInOutput": 4294
17230
+ "bytesInOutput": 4540
17307
17231
  },
17308
17232
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
17309
17233
  "bytesInOutput": 2811
@@ -17315,7 +17239,7 @@
17315
17239
  "bytesInOutput": 1170
17316
17240
  },
17317
17241
  "src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.tsx": {
17318
- "bytesInOutput": 9668
17242
+ "bytesInOutput": 9672
17319
17243
  },
17320
17244
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.tsx": {
17321
17245
  "bytesInOutput": 2802
@@ -17399,7 +17323,7 @@
17399
17323
  "bytesInOutput": 1528
17400
17324
  },
17401
17325
  "src/Prebuilt/components/hooks/usePinnedMessages.ts": {
17402
- "bytesInOutput": 3165
17326
+ "bytesInOutput": 3164
17403
17327
  },
17404
17328
  "src/Prebuilt/components/Chat/ChatActions.tsx": {
17405
17329
  "bytesInOutput": 11568
@@ -17414,7 +17338,7 @@
17414
17338
  "bytesInOutput": 926
17415
17339
  },
17416
17340
  "src/Prebuilt/components/Chat/ChatBody.tsx": {
17417
- "bytesInOutput": 17543
17341
+ "bytesInOutput": 17147
17418
17342
  },
17419
17343
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
17420
17344
  "bytesInOutput": 8560
@@ -17429,7 +17353,7 @@
17429
17353
  "bytesInOutput": 1440
17430
17354
  },
17431
17355
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
17432
- "bytesInOutput": 11558
17356
+ "bytesInOutput": 11726
17433
17357
  },
17434
17358
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
17435
17359
  "bytesInOutput": 3529
@@ -17438,7 +17362,7 @@
17438
17362
  "bytesInOutput": 1403
17439
17363
  },
17440
17364
  "src/Prebuilt/components/Chat/StickIndicator.tsx": {
17441
- "bytesInOutput": 828
17365
+ "bytesInOutput": 827
17442
17366
  },
17443
17367
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
17444
17368
  "bytesInOutput": 6242
@@ -17501,7 +17425,7 @@
17501
17425
  "bytesInOutput": 3422
17502
17426
  },
17503
17427
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
17504
- "bytesInOutput": 11808
17428
+ "bytesInOutput": 11807
17505
17429
  },
17506
17430
  "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
17507
17431
  "bytesInOutput": 2764
@@ -17516,13 +17440,13 @@
17516
17440
  "bytesInOutput": 5183
17517
17441
  },
17518
17442
  "src/Prebuilt/components/Pagination.tsx": {
17519
- "bytesInOutput": 2119
17443
+ "bytesInOutput": 2118
17520
17444
  },
17521
17445
  "src/Prebuilt/components/VideoLayouts/Grid.tsx": {
17522
17446
  "bytesInOutput": 1620
17523
17447
  },
17524
17448
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
17525
- "bytesInOutput": 4490
17449
+ "bytesInOutput": 4485
17526
17450
  },
17527
17451
  "src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
17528
17452
  "bytesInOutput": 2453
@@ -17551,14 +17475,11 @@
17551
17475
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
17552
17476
  "bytesInOutput": 3475
17553
17477
  },
17554
- "src/Prebuilt/components/VideoLayouts/WhiteboardLayout.tsx": {
17555
- "bytesInOutput": 3759
17556
- },
17557
17478
  "src/Prebuilt/common/PeersSorter.ts": {
17558
- "bytesInOutput": 3605
17479
+ "bytesInOutput": 3604
17559
17480
  },
17560
17481
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
17561
- "bytesInOutput": 5493
17482
+ "bytesInOutput": 4705
17562
17483
  },
17563
17484
  "src/Prebuilt/layouts/EmbedView.jsx": {
17564
17485
  "bytesInOutput": 3522
@@ -17569,8 +17490,11 @@
17569
17490
  "src/Prebuilt/layouts/WaitingView.jsx": {
17570
17491
  "bytesInOutput": 1943
17571
17492
  },
17493
+ "src/Prebuilt/layouts/WhiteboardView.tsx": {
17494
+ "bytesInOutput": 2733
17495
+ },
17572
17496
  "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
17573
- "bytesInOutput": 1488
17497
+ "bytesInOutput": 1356
17574
17498
  },
17575
17499
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
17576
17500
  "bytesInOutput": 4195
@@ -17579,7 +17503,7 @@
17579
17503
  "bytesInOutput": 656
17580
17504
  },
17581
17505
  "src/Prebuilt/components/HMSVideo/HMSVideo.jsx": {
17582
- "bytesInOutput": 1951
17506
+ "bytesInOutput": 1903
17583
17507
  },
17584
17508
  "src/Prebuilt/components/HMSVideo/PlayerContext.tsx": {
17585
17509
  "bytesInOutput": 489
@@ -17587,17 +17511,14 @@
17587
17511
  "src/Prebuilt/components/HMSVideo/PlayPauseButton.tsx": {
17588
17512
  "bytesInOutput": 1254
17589
17513
  },
17590
- "src/Prebuilt/components/HMSVideo/SeekControl.tsx": {
17591
- "bytesInOutput": 591
17592
- },
17593
- "src/Prebuilt/components/HMSVideo/PlayPauseSeekControls.tsx": {
17594
- "bytesInOutput": 5741
17514
+ "src/Prebuilt/components/HMSVideo/SeekControls.tsx": {
17515
+ "bytesInOutput": 595
17595
17516
  },
17596
17517
  "src/Prebuilt/components/HMSVideo/utils.ts": {
17597
- "bytesInOutput": 833
17518
+ "bytesInOutput": 835
17598
17519
  },
17599
17520
  "src/Prebuilt/components/HMSVideo/VideoProgress.tsx": {
17600
- "bytesInOutput": 3785
17521
+ "bytesInOutput": 3728
17601
17522
  },
17602
17523
  "src/Prebuilt/components/HMSVideo/VideoTime.tsx": {
17603
17524
  "bytesInOutput": 1748
@@ -17606,7 +17527,7 @@
17606
17527
  "bytesInOutput": 2951
17607
17528
  },
17608
17529
  "src/Prebuilt/components/HMSVideo/index.ts": {
17609
- "bytesInOutput": 682
17530
+ "bytesInOutput": 627
17610
17531
  },
17611
17532
  "src/Prebuilt/components/HMSVideo/FullscreenButton.tsx": {
17612
17533
  "bytesInOutput": 997
@@ -17624,16 +17545,16 @@
17624
17545
  "bytesInOutput": 2886
17625
17546
  },
17626
17547
  "src/Prebuilt/layouts/HLSView.jsx": {
17627
- "bytesInOutput": 33336
17548
+ "bytesInOutput": 32398
17628
17549
  },
17629
17550
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
17630
- "bytesInOutput": 4365
17551
+ "bytesInOutput": 5017
17631
17552
  },
17632
17553
  "src/Prebuilt/components/Header/RoomDetailsHeader.tsx": {
17633
17554
  "bytesInOutput": 2182
17634
17555
  },
17635
17556
  "src/Prebuilt/components/Header/common.jsx": {
17636
- "bytesInOutput": 7375
17557
+ "bytesInOutput": 7389
17637
17558
  },
17638
17559
  "src/Prebuilt/components/Header/Header.tsx": {
17639
17560
  "bytesInOutput": 2332
@@ -17645,7 +17566,7 @@
17645
17566
  "bytesInOutput": 1024
17646
17567
  },
17647
17568
  "src/Prebuilt/components/ConferenceScreen.tsx": {
17648
- "bytesInOutput": 8920
17569
+ "bytesInOutput": 9089
17649
17570
  },
17650
17571
  "src/Prebuilt/components/ErrorBoundary.jsx": {
17651
17572
  "bytesInOutput": 4366
@@ -17675,10 +17596,10 @@
17675
17596
  "bytesInOutput": 1415
17676
17597
  },
17677
17598
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
17678
- "bytesInOutput": 1821
17599
+ "bytesInOutput": 1817
17679
17600
  },
17680
17601
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
17681
- "bytesInOutput": 8711
17602
+ "bytesInOutput": 8710
17682
17603
  },
17683
17604
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
17684
17605
  "bytesInOutput": 2394
@@ -17714,7 +17635,7 @@
17714
17635
  "bytesInOutput": 2248
17715
17636
  },
17716
17637
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
17717
- "bytesInOutput": 8889
17638
+ "bytesInOutput": 8886
17718
17639
  },
17719
17640
  "src/Prebuilt/components/Notifications/index.tsx": {
17720
17641
  "bytesInOutput": 173
@@ -17762,7 +17683,7 @@
17762
17683
  "bytesInOutput": 2980
17763
17684
  }
17764
17685
  },
17765
- "bytes": 1569669
17686
+ "bytes": 1558848
17766
17687
  }
17767
17688
  }
17768
17689
  }