@100mslive/roomkit-react 0.1.15 → 0.1.16

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 (57) hide show
  1. package/dist/{HLSView-MXBOUQBG.js → HLSView-EMUOLCTM.js} +2 -2
  2. package/dist/Prebuilt/common/PeersSorter.d.ts +1 -0
  3. package/dist/Prebuilt/common/constants.d.ts +7 -4
  4. package/dist/Prebuilt/common/hooks.d.ts +1 -0
  5. package/dist/Prebuilt/components/Footer/ParticipantList.d.ts +17 -0
  6. package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +3 -2
  7. package/dist/Prebuilt/components/Footer/WhiteboardToggle.d.ts +2 -0
  8. package/dist/Prebuilt/components/Notifications/HandRaisedNotifications.d.ts +1 -0
  9. package/dist/Prebuilt/components/PreviousRoleInMetadata.d.ts +1 -0
  10. package/dist/Prebuilt/components/RemoveParticipant.d.ts +5 -0
  11. package/dist/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.d.ts +4 -0
  12. package/dist/Prebuilt/layouts/WhiteboardView.d.ts +2 -0
  13. package/dist/{chunk-HEOH5H43.js → chunk-ZYR4B4KQ.js} +1886 -7116
  14. package/dist/chunk-ZYR4B4KQ.js.map +7 -0
  15. package/dist/index.cjs.js +2477 -7662
  16. package/dist/index.cjs.js.map +4 -4
  17. package/dist/index.js +1 -1
  18. package/dist/meta.cjs.json +438 -161
  19. package/dist/meta.esbuild.json +443 -166
  20. package/package.json +7 -7
  21. package/src/Prebuilt/AppStateContext.tsx +1 -1
  22. package/src/Prebuilt/common/PeersSorter.ts +12 -5
  23. package/src/Prebuilt/common/constants.ts +5 -6
  24. package/src/Prebuilt/common/hooks.ts +16 -0
  25. package/src/Prebuilt/common/utils.js +5 -6
  26. package/src/Prebuilt/components/AppData/AppData.tsx +1 -16
  27. package/src/Prebuilt/components/Chat/Chat.jsx +7 -30
  28. package/src/Prebuilt/components/Chat/ChatBody.jsx +107 -66
  29. package/src/Prebuilt/components/Chat/ChatFooter.tsx +21 -12
  30. package/src/Prebuilt/components/Chat/ChatSelector.tsx +25 -25
  31. package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +15 -16
  32. package/src/Prebuilt/components/Chat/PinnedMessage.tsx +7 -2
  33. package/src/Prebuilt/components/ConferenceScreen.tsx +2 -0
  34. package/src/Prebuilt/components/Footer/ChatToggle.tsx +30 -7
  35. package/src/Prebuilt/components/Footer/Footer.tsx +2 -1
  36. package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +0 -1
  37. package/src/Prebuilt/components/Footer/{ParticipantList.jsx → ParticipantList.tsx} +169 -127
  38. package/src/Prebuilt/components/Footer/RoleAccordion.tsx +23 -13
  39. package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +34 -0
  40. package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +35 -0
  41. package/src/Prebuilt/components/Notifications/Notifications.tsx +14 -12
  42. package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +7 -2
  43. package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +10 -2
  44. package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +21 -0
  45. package/src/Prebuilt/components/RemoveParticipant.tsx +35 -0
  46. package/src/Prebuilt/components/RoleChangeModal.jsx +1 -1
  47. package/src/Prebuilt/components/SidePaneTabs.tsx +0 -1
  48. package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
  49. package/src/Prebuilt/components/Toast/ToastConfig.jsx +15 -3
  50. package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +5 -2
  51. package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +24 -0
  52. package/src/Prebuilt/layouts/VideoStreamingSection.tsx +20 -3
  53. package/src/Prebuilt/layouts/WhiteboardView.tsx +66 -0
  54. package/dist/chunk-HEOH5H43.js.map +0 -7
  55. package/src/Prebuilt/components/AppData/useAppLayout.js +0 -6
  56. package/src/Prebuilt/components/init/initUtils.js +0 -67
  57. /package/dist/{HLSView-MXBOUQBG.js.map → HLSView-EMUOLCTM.js.map} +0 -0
@@ -1887,17 +1887,6 @@
1887
1887
  ],
1888
1888
  "format": "esm"
1889
1889
  },
1890
- "src/Prebuilt/components/init/initUtils.js": {
1891
- "bytes": 2311,
1892
- "imports": [
1893
- {
1894
- "path": "<define:process.env>",
1895
- "kind": "import-statement",
1896
- "external": true
1897
- }
1898
- ],
1899
- "format": "esm"
1900
- },
1901
1890
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
1902
1891
  "bytes": 737,
1903
1892
  "imports": [
@@ -1920,7 +1909,7 @@
1920
1909
  "format": "esm"
1921
1910
  },
1922
1911
  "src/Prebuilt/common/constants.ts": {
1923
- "bytes": 4304,
1912
+ "bytes": 4264,
1924
1913
  "imports": [
1925
1914
  {
1926
1915
  "path": "@100mslive/react-sdk",
@@ -2003,7 +1992,7 @@
2003
1992
  "format": "esm"
2004
1993
  },
2005
1994
  "src/Prebuilt/components/AppData/AppData.tsx": {
2006
- "bytes": 5400,
1995
+ "bytes": 4832,
2007
1996
  "imports": [
2008
1997
  {
2009
1998
  "path": "react",
@@ -2015,11 +2004,6 @@
2015
2004
  "kind": "import-statement",
2016
2005
  "external": true
2017
2006
  },
2018
- {
2019
- "path": "src/Prebuilt/components/init/initUtils.js",
2020
- "kind": "import-statement",
2021
- "original": "../init/initUtils"
2022
- },
2023
2007
  {
2024
2008
  "path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
2025
2009
  "kind": "import-statement",
@@ -3158,7 +3142,7 @@
3158
3142
  "format": "esm"
3159
3143
  },
3160
3144
  "src/Prebuilt/common/hooks.ts": {
3161
- "bytes": 3363,
3145
+ "bytes": 3796,
3162
3146
  "imports": [
3163
3147
  {
3164
3148
  "path": "react",
@@ -3185,6 +3169,11 @@
3185
3169
  "kind": "import-statement",
3186
3170
  "original": "../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
3187
3171
  },
3172
+ {
3173
+ "path": "src/Prebuilt/common/constants.ts",
3174
+ "kind": "import-statement",
3175
+ "original": "./constants"
3176
+ },
3188
3177
  {
3189
3178
  "path": "<define:process.env>",
3190
3179
  "kind": "import-statement",
@@ -3194,7 +3183,7 @@
3194
3183
  "format": "esm"
3195
3184
  },
3196
3185
  "src/Prebuilt/components/RoleChangeModal.jsx": {
3197
- "bytes": 6486,
3186
+ "bytes": 6492,
3198
3187
  "imports": [
3199
3188
  {
3200
3189
  "path": "react",
@@ -4429,7 +4418,7 @@
4429
4418
  "format": "cjs"
4430
4419
  },
4431
4420
  "../hms-video-web/dist/index.js": {
4432
- "bytes": 255839,
4421
+ "bytes": 260007,
4433
4422
  "imports": [
4434
4423
  {
4435
4424
  "path": "uuid",
@@ -4514,25 +4503,9 @@
4514
4503
  ],
4515
4504
  "format": "esm"
4516
4505
  },
4517
- "../../node_modules/lodash/lodash.js": {
4518
- "bytes": 544098,
4519
- "imports": [
4520
- {
4521
- "path": "<define:process.env>",
4522
- "kind": "import-statement",
4523
- "external": true
4524
- }
4525
- ],
4526
- "format": "cjs"
4527
- },
4528
4506
  "src/Prebuilt/common/utils.js": {
4529
- "bytes": 5522,
4507
+ "bytes": 5391,
4530
4508
  "imports": [
4531
- {
4532
- "path": "../../node_modules/lodash/lodash.js",
4533
- "kind": "import-statement",
4534
- "original": "lodash"
4535
- },
4536
4509
  {
4537
4510
  "path": "src/Prebuilt/common/constants.ts",
4538
4511
  "kind": "import-statement",
@@ -5501,7 +5474,7 @@
5501
5474
  "format": "esm"
5502
5475
  },
5503
5476
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
5504
- "bytes": 1045,
5477
+ "bytes": 1559,
5505
5478
  "imports": [
5506
5479
  {
5507
5480
  "path": "react",
@@ -5593,6 +5566,52 @@
5593
5566
  ],
5594
5567
  "format": "esm"
5595
5568
  },
5569
+ "src/Prebuilt/components/RemoveParticipant.tsx": {
5570
+ "bytes": 1212,
5571
+ "imports": [
5572
+ {
5573
+ "path": "react",
5574
+ "kind": "import-statement",
5575
+ "external": true
5576
+ },
5577
+ {
5578
+ "path": "@100mslive/react-sdk",
5579
+ "kind": "import-statement",
5580
+ "external": true
5581
+ },
5582
+ {
5583
+ "path": "@100mslive/react-icons",
5584
+ "kind": "import-statement",
5585
+ "external": true
5586
+ },
5587
+ {
5588
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
5589
+ "kind": "import-statement",
5590
+ "original": "./Toast/ToastManager"
5591
+ },
5592
+ {
5593
+ "path": "src/Dropdown/index.tsx",
5594
+ "kind": "import-statement",
5595
+ "original": "../../Dropdown"
5596
+ },
5597
+ {
5598
+ "path": "src/Text/index.tsx",
5599
+ "kind": "import-statement",
5600
+ "original": "../../Text"
5601
+ },
5602
+ {
5603
+ "path": "<define:process.env>",
5604
+ "kind": "import-statement",
5605
+ "external": true
5606
+ },
5607
+ {
5608
+ "path": "<runtime>",
5609
+ "kind": "import-statement",
5610
+ "external": true
5611
+ }
5612
+ ],
5613
+ "format": "esm"
5614
+ },
5596
5615
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
5597
5616
  "bytes": 5433,
5598
5617
  "imports": [
@@ -5655,7 +5674,7 @@
5655
5674
  "format": "esm"
5656
5675
  },
5657
5676
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
5658
- "bytes": 4579,
5677
+ "bytes": 4692,
5659
5678
  "imports": [
5660
5679
  {
5661
5680
  "path": "react",
@@ -5698,7 +5717,7 @@
5698
5717
  "original": "../../../Text"
5699
5718
  },
5700
5719
  {
5701
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
5720
+ "path": "src/Prebuilt/components/Footer/ParticipantList.tsx",
5702
5721
  "kind": "import-statement",
5703
5722
  "original": "./ParticipantList"
5704
5723
  },
@@ -5720,8 +5739,8 @@
5720
5739
  ],
5721
5740
  "format": "esm"
5722
5741
  },
5723
- "src/Prebuilt/components/Footer/ParticipantList.jsx": {
5724
- "bytes": 11381,
5742
+ "src/Prebuilt/components/Footer/ParticipantList.tsx": {
5743
+ "bytes": 12119,
5725
5744
  "imports": [
5726
5745
  {
5727
5746
  "path": "react",
@@ -5759,9 +5778,9 @@
5759
5778
  "original": "../Connection/ConnectionIndicator"
5760
5779
  },
5761
5780
  {
5762
- "path": "src/Prebuilt/components/Toast/ToastManager.js",
5781
+ "path": "src/Prebuilt/components/RemoveParticipant.tsx",
5763
5782
  "kind": "import-statement",
5764
- "original": "../Toast/ToastManager"
5783
+ "original": "../RemoveParticipant"
5765
5784
  },
5766
5785
  {
5767
5786
  "path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
@@ -5847,8 +5866,54 @@
5847
5866
  ],
5848
5867
  "format": "esm"
5849
5868
  },
5869
+ "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
5870
+ "bytes": 964,
5871
+ "imports": [
5872
+ {
5873
+ "path": "react",
5874
+ "kind": "import-statement",
5875
+ "external": true
5876
+ },
5877
+ {
5878
+ "path": "@100mslive/react-sdk",
5879
+ "kind": "import-statement",
5880
+ "external": true
5881
+ },
5882
+ {
5883
+ "path": "@100mslive/react-icons",
5884
+ "kind": "import-statement",
5885
+ "external": true
5886
+ },
5887
+ {
5888
+ "path": "src/index.ts",
5889
+ "kind": "import-statement",
5890
+ "original": "../../.."
5891
+ },
5892
+ {
5893
+ "path": "src/Prebuilt/IconButton.jsx",
5894
+ "kind": "import-statement",
5895
+ "original": "../../IconButton"
5896
+ },
5897
+ {
5898
+ "path": "src/Prebuilt/components/Toast/ToastManager.js",
5899
+ "kind": "import-statement",
5900
+ "original": "../Toast/ToastManager"
5901
+ },
5902
+ {
5903
+ "path": "<define:process.env>",
5904
+ "kind": "import-statement",
5905
+ "external": true
5906
+ },
5907
+ {
5908
+ "path": "<runtime>",
5909
+ "kind": "import-statement",
5910
+ "external": true
5911
+ }
5912
+ ],
5913
+ "format": "esm"
5914
+ },
5850
5915
  "src/Prebuilt/components/Footer/Footer.tsx": {
5851
- "bytes": 3945,
5916
+ "bytes": 3998,
5852
5917
  "imports": [
5853
5918
  {
5854
5919
  "path": "react",
@@ -5921,7 +5986,7 @@
5921
5986
  "original": "./ChatToggle"
5922
5987
  },
5923
5988
  {
5924
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
5989
+ "path": "src/Prebuilt/components/Footer/ParticipantList.tsx",
5925
5990
  "kind": "import-statement",
5926
5991
  "original": "./ParticipantList"
5927
5992
  },
@@ -5930,6 +5995,11 @@
5930
5995
  "kind": "import-statement",
5931
5996
  "original": "./PollsToggle"
5932
5997
  },
5998
+ {
5999
+ "path": "src/Prebuilt/components/Footer/WhiteboardToggle.tsx",
6000
+ "kind": "import-statement",
6001
+ "original": "./WhiteboardToggle"
6002
+ },
5933
6003
  {
5934
6004
  "path": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen",
5935
6005
  "kind": "import-statement",
@@ -6645,7 +6715,7 @@
6645
6715
  "format": "esm"
6646
6716
  },
6647
6717
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
6648
- "bytes": 8809,
6718
+ "bytes": 8945,
6649
6719
  "imports": [
6650
6720
  {
6651
6721
  "path": "react",
@@ -6904,7 +6974,7 @@
6904
6974
  "format": "esm"
6905
6975
  },
6906
6976
  "../hms-video-store/dist/index.js": {
6907
- "bytes": 66745,
6977
+ "bytes": 67205,
6908
6978
  "imports": [
6909
6979
  {
6910
6980
  "path": "../../node_modules/reselect/es/index.js",
@@ -7096,24 +7166,8 @@
7096
7166
  ],
7097
7167
  "format": "esm"
7098
7168
  },
7099
- "src/Prebuilt/components/Chat/useUnreadCount.ts": {
7100
- "bytes": 566,
7101
- "imports": [
7102
- {
7103
- "path": "@100mslive/react-sdk",
7104
- "kind": "import-statement",
7105
- "external": true
7106
- },
7107
- {
7108
- "path": "<define:process.env>",
7109
- "kind": "import-statement",
7110
- "external": true
7111
- }
7112
- ],
7113
- "format": "esm"
7114
- },
7115
7169
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
7116
- "bytes": 21186,
7170
+ "bytes": 22510,
7117
7171
  "imports": [
7118
7172
  {
7119
7173
  "path": "react",
@@ -7220,11 +7274,6 @@
7220
7274
  "kind": "import-statement",
7221
7275
  "original": "../hooks/useSetPinnedMessages"
7222
7276
  },
7223
- {
7224
- "path": "src/Prebuilt/components/Chat/useUnreadCount.ts",
7225
- "kind": "import-statement",
7226
- "original": "./useUnreadCount"
7227
- },
7228
7277
  {
7229
7278
  "path": "src/Prebuilt/common/constants.ts",
7230
7279
  "kind": "import-statement",
@@ -7244,7 +7293,7 @@
7244
7293
  "format": "esm"
7245
7294
  },
7246
7295
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
7247
- "bytes": 6811,
7296
+ "bytes": 6998,
7248
7297
  "imports": [
7249
7298
  {
7250
7299
  "path": "react",
@@ -7277,7 +7326,7 @@
7277
7326
  "original": "../../../Theme"
7278
7327
  },
7279
7328
  {
7280
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
7329
+ "path": "src/Prebuilt/components/Footer/ParticipantList.tsx",
7281
7330
  "kind": "import-statement",
7282
7331
  "original": "../Footer/ParticipantList"
7283
7332
  },
@@ -7315,7 +7364,7 @@
7315
7364
  "format": "esm"
7316
7365
  },
7317
7366
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
7318
- "bytes": 5791,
7367
+ "bytes": 5829,
7319
7368
  "imports": [
7320
7369
  {
7321
7370
  "path": "react",
@@ -7327,11 +7376,6 @@
7327
7376
  "kind": "import-statement",
7328
7377
  "external": true
7329
7378
  },
7330
- {
7331
- "path": "@100mslive/react-sdk",
7332
- "kind": "import-statement",
7333
- "external": true
7334
- },
7335
7379
  {
7336
7380
  "path": "@100mslive/react-icons",
7337
7381
  "kind": "import-statement",
@@ -7438,7 +7482,7 @@
7438
7482
  "format": "esm"
7439
7483
  },
7440
7484
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
7441
- "bytes": 8673,
7485
+ "bytes": 9022,
7442
7486
  "imports": [
7443
7487
  {
7444
7488
  "path": "react",
@@ -7510,6 +7554,11 @@
7510
7554
  "kind": "import-statement",
7511
7555
  "original": "./useEmojiPickerStyles"
7512
7556
  },
7557
+ {
7558
+ "path": "src/Prebuilt/common/hooks.ts",
7559
+ "kind": "import-statement",
7560
+ "original": "../../common/hooks"
7561
+ },
7513
7562
  {
7514
7563
  "path": "src/Prebuilt/common/constants.ts",
7515
7564
  "kind": "import-statement",
@@ -7627,7 +7676,7 @@
7627
7676
  "format": "esm"
7628
7677
  },
7629
7678
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
7630
- "bytes": 4933,
7679
+ "bytes": 5018,
7631
7680
  "imports": [
7632
7681
  {
7633
7682
  "path": "react",
@@ -7708,7 +7757,7 @@
7708
7757
  "format": "esm"
7709
7758
  },
7710
7759
  "src/Prebuilt/components/Chat/Chat.jsx": {
7711
- "bytes": 5274,
7760
+ "bytes": 4353,
7712
7761
  "imports": [
7713
7762
  {
7714
7763
  "path": "react",
@@ -7775,21 +7824,11 @@
7775
7824
  "kind": "import-statement",
7776
7825
  "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
7777
7826
  },
7778
- {
7779
- "path": "src/Prebuilt/components/AppData/useUISettings.js",
7780
- "kind": "import-statement",
7781
- "original": "../AppData/useUISettings"
7782
- },
7783
7827
  {
7784
7828
  "path": "src/Prebuilt/components/hooks/useSetPinnedMessages.ts",
7785
7829
  "kind": "import-statement",
7786
7830
  "original": "../hooks/useSetPinnedMessages"
7787
7831
  },
7788
- {
7789
- "path": "src/Prebuilt/components/Chat/useUnreadCount.ts",
7790
- "kind": "import-statement",
7791
- "original": "./useUnreadCount"
7792
- },
7793
7832
  {
7794
7833
  "path": "src/Prebuilt/common/constants.ts",
7795
7834
  "kind": "import-statement",
@@ -7804,7 +7843,7 @@
7804
7843
  "format": "esm"
7805
7844
  },
7806
7845
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
7807
- "bytes": 4462,
7846
+ "bytes": 4431,
7808
7847
  "imports": [
7809
7848
  {
7810
7849
  "path": "react",
@@ -7857,7 +7896,7 @@
7857
7896
  "original": "../../../Text"
7858
7897
  },
7859
7898
  {
7860
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
7899
+ "path": "src/Prebuilt/components/Footer/ParticipantList.tsx",
7861
7900
  "kind": "import-statement",
7862
7901
  "original": "./ParticipantList"
7863
7902
  },
@@ -7936,7 +7975,7 @@
7936
7975
  "format": "esm"
7937
7976
  },
7938
7977
  "src/Prebuilt/components/SidePaneTabs.tsx": {
7939
- "bytes": 6964,
7978
+ "bytes": 6933,
7940
7979
  "imports": [
7941
7980
  {
7942
7981
  "path": "react",
@@ -7974,7 +8013,7 @@
7974
8013
  "original": "./Footer/PaginatedParticipants"
7975
8014
  },
7976
8015
  {
7977
- "path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
8016
+ "path": "src/Prebuilt/components/Footer/ParticipantList.tsx",
7978
8017
  "kind": "import-statement",
7979
8018
  "original": "./Footer/ParticipantList"
7980
8019
  },
@@ -9607,7 +9646,7 @@
9607
9646
  "format": "esm"
9608
9647
  },
9609
9648
  "src/Prebuilt/common/PeersSorter.ts": {
9610
- "bytes": 3051,
9649
+ "bytes": 3284,
9611
9650
  "imports": [
9612
9651
  {
9613
9652
  "path": "@100mslive/react-sdk",
@@ -9623,7 +9662,7 @@
9623
9662
  "format": "esm"
9624
9663
  },
9625
9664
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
9626
- "bytes": 4519,
9665
+ "bytes": 4543,
9627
9666
  "imports": [
9628
9667
  {
9629
9668
  "path": "react",
@@ -9816,6 +9855,78 @@
9816
9855
  ],
9817
9856
  "format": "esm"
9818
9857
  },
9858
+ "src/Prebuilt/layouts/WhiteboardView.tsx": {
9859
+ "bytes": 1906,
9860
+ "imports": [
9861
+ {
9862
+ "path": "react",
9863
+ "kind": "import-statement",
9864
+ "external": true
9865
+ },
9866
+ {
9867
+ "path": "@100mslive/react-sdk",
9868
+ "kind": "import-statement",
9869
+ "external": true
9870
+ },
9871
+ {
9872
+ "path": "src/Prebuilt/components/SecondaryTiles.tsx",
9873
+ "kind": "import-statement",
9874
+ "original": "../components/SecondaryTiles"
9875
+ },
9876
+ {
9877
+ "path": "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx",
9878
+ "kind": "import-statement",
9879
+ "original": "../components/VideoLayouts/ProminenceLayout"
9880
+ },
9881
+ {
9882
+ "path": "src/Layout/index.tsx",
9883
+ "kind": "import-statement",
9884
+ "original": "../../Layout"
9885
+ },
9886
+ {
9887
+ "path": "src/Prebuilt/components/AppData/useUISettings.js",
9888
+ "kind": "import-statement",
9889
+ "original": "../components/AppData/useUISettings"
9890
+ },
9891
+ {
9892
+ "path": "src/Prebuilt/common/constants.ts",
9893
+ "kind": "import-statement",
9894
+ "original": "../common/constants"
9895
+ },
9896
+ {
9897
+ "path": "<define:process.env>",
9898
+ "kind": "import-statement",
9899
+ "external": true
9900
+ }
9901
+ ],
9902
+ "format": "esm"
9903
+ },
9904
+ "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
9905
+ "bytes": 1020,
9906
+ "imports": [
9907
+ {
9908
+ "path": "react",
9909
+ "kind": "import-statement",
9910
+ "external": true
9911
+ },
9912
+ {
9913
+ "path": "react-use",
9914
+ "kind": "import-statement",
9915
+ "external": true
9916
+ },
9917
+ {
9918
+ "path": "@100mslive/react-sdk",
9919
+ "kind": "import-statement",
9920
+ "external": true
9921
+ },
9922
+ {
9923
+ "path": "<define:process.env>",
9924
+ "kind": "import-statement",
9925
+ "external": true
9926
+ }
9927
+ ],
9928
+ "format": "esm"
9929
+ },
9819
9930
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
9820
9931
  "bytes": 3131,
9821
9932
  "imports": [
@@ -10281,7 +10392,7 @@
10281
10392
  "format": "esm"
10282
10393
  },
10283
10394
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
10284
- "bytes": 3397,
10395
+ "bytes": 3913,
10285
10396
  "imports": [
10286
10397
  {
10287
10398
  "path": "react",
@@ -10333,11 +10444,21 @@
10333
10444
  "kind": "import-statement",
10334
10445
  "original": "./WaitingView"
10335
10446
  },
10447
+ {
10448
+ "path": "src/Prebuilt/layouts/WhiteboardView.tsx",
10449
+ "kind": "import-statement",
10450
+ "original": "./WhiteboardView"
10451
+ },
10336
10452
  {
10337
10453
  "path": "src/Prebuilt/components/AppData/useUISettings.js",
10338
10454
  "kind": "import-statement",
10339
10455
  "original": "../components/AppData/useUISettings"
10340
10456
  },
10457
+ {
10458
+ "path": "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx",
10459
+ "kind": "import-statement",
10460
+ "original": "../components/hooks/useCloseScreenshareWhiteboard"
10461
+ },
10341
10462
  {
10342
10463
  "path": "src/Prebuilt/common/constants.ts",
10343
10464
  "kind": "import-statement",
@@ -10489,8 +10610,34 @@
10489
10610
  ],
10490
10611
  "format": "esm"
10491
10612
  },
10613
+ "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
10614
+ "bytes": 754,
10615
+ "imports": [
10616
+ {
10617
+ "path": "react",
10618
+ "kind": "import-statement",
10619
+ "external": true
10620
+ },
10621
+ {
10622
+ "path": "@100mslive/react-sdk",
10623
+ "kind": "import-statement",
10624
+ "external": true
10625
+ },
10626
+ {
10627
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
10628
+ "kind": "import-statement",
10629
+ "original": "./hooks/useMetadata"
10630
+ },
10631
+ {
10632
+ "path": "<define:process.env>",
10633
+ "kind": "import-statement",
10634
+ "external": true
10635
+ }
10636
+ ],
10637
+ "format": "esm"
10638
+ },
10492
10639
  "src/Prebuilt/components/ConferenceScreen.tsx": {
10493
- "bytes": 6598,
10640
+ "bytes": 6700,
10494
10641
  "imports": [
10495
10642
  {
10496
10643
  "path": "react",
@@ -10557,6 +10704,11 @@
10557
10704
  "kind": "import-statement",
10558
10705
  "original": "./Header"
10559
10706
  },
10707
+ {
10708
+ "path": "src/Prebuilt/components/PreviousRoleInMetadata.tsx",
10709
+ "kind": "import-statement",
10710
+ "original": "./PreviousRoleInMetadata"
10711
+ },
10560
10712
  {
10561
10713
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
10562
10714
  "kind": "import-statement",
@@ -10715,7 +10867,7 @@
10715
10867
  "format": "esm"
10716
10868
  },
10717
10869
  "src/Prebuilt/AppStateContext.tsx": {
10718
- "bytes": 2535,
10870
+ "bytes": 2560,
10719
10871
  "imports": [
10720
10872
  {
10721
10873
  "path": "react",
@@ -10878,7 +11030,7 @@
10878
11030
  "format": "esm"
10879
11031
  },
10880
11032
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
10881
- "bytes": 5101,
11033
+ "bytes": 5342,
10882
11034
  "imports": [
10883
11035
  {
10884
11036
  "path": "react",
@@ -10919,6 +11071,11 @@
10919
11071
  "path": "<define:process.env>",
10920
11072
  "kind": "import-statement",
10921
11073
  "external": true
11074
+ },
11075
+ {
11076
+ "path": "<runtime>",
11077
+ "kind": "import-statement",
11078
+ "external": true
10922
11079
  }
10923
11080
  ],
10924
11081
  "format": "esm"
@@ -11021,6 +11178,37 @@
11021
11178
  ],
11022
11179
  "format": "esm"
11023
11180
  },
11181
+ "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
11182
+ "bytes": 1191,
11183
+ "imports": [
11184
+ {
11185
+ "path": "react",
11186
+ "kind": "import-statement",
11187
+ "external": true
11188
+ },
11189
+ {
11190
+ "path": "@100mslive/react-sdk",
11191
+ "kind": "import-statement",
11192
+ "external": true
11193
+ },
11194
+ {
11195
+ "path": "src/Prebuilt/components/Toast/ToastBatcher.js",
11196
+ "kind": "import-statement",
11197
+ "original": "../Toast/ToastBatcher"
11198
+ },
11199
+ {
11200
+ "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
11201
+ "kind": "import-statement",
11202
+ "original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
11203
+ },
11204
+ {
11205
+ "path": "<define:process.env>",
11206
+ "kind": "import-statement",
11207
+ "external": true
11208
+ }
11209
+ ],
11210
+ "format": "esm"
11211
+ },
11024
11212
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
11025
11213
  "bytes": 1515,
11026
11214
  "imports": [
@@ -11053,7 +11241,7 @@
11053
11241
  "format": "esm"
11054
11242
  },
11055
11243
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
11056
- "bytes": 1573,
11244
+ "bytes": 1808,
11057
11245
  "imports": [
11058
11246
  {
11059
11247
  "path": "react",
@@ -11262,7 +11450,7 @@
11262
11450
  "format": "esm"
11263
11451
  },
11264
11452
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
11265
- "bytes": 8580,
11453
+ "bytes": 8689,
11266
11454
  "imports": [
11267
11455
  {
11268
11456
  "path": "react",
@@ -11274,6 +11462,11 @@
11274
11462
  "kind": "import-statement",
11275
11463
  "external": true
11276
11464
  },
11465
+ {
11466
+ "path": "@100mslive/react-icons",
11467
+ "kind": "import-statement",
11468
+ "external": true
11469
+ },
11277
11470
  {
11278
11471
  "path": "src/index.ts",
11279
11472
  "kind": "import-statement",
@@ -11304,6 +11497,11 @@
11304
11497
  "kind": "import-statement",
11305
11498
  "original": "./ChatNotifications"
11306
11499
  },
11500
+ {
11501
+ "path": "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx",
11502
+ "kind": "import-statement",
11503
+ "original": "./HandRaisedNotifications"
11504
+ },
11307
11505
  {
11308
11506
  "path": "src/Prebuilt/components/Notifications/InitErrorModal.tsx",
11309
11507
  "kind": "import-statement",
@@ -12044,7 +12242,7 @@
12044
12242
  "imports": [],
12045
12243
  "exports": [],
12046
12244
  "inputs": {},
12047
- "bytes": 3051384
12245
+ "bytes": 2375110
12048
12246
  },
12049
12247
  "dist/index.cjs.js": {
12050
12248
  "imports": [
@@ -13153,6 +13351,21 @@
13153
13351
  "kind": "require-call",
13154
13352
  "external": true
13155
13353
  },
13354
+ {
13355
+ "path": "@100mslive/react-sdk",
13356
+ "kind": "require-call",
13357
+ "external": true
13358
+ },
13359
+ {
13360
+ "path": "@100mslive/react-icons",
13361
+ "kind": "require-call",
13362
+ "external": true
13363
+ },
13364
+ {
13365
+ "path": "react",
13366
+ "kind": "require-call",
13367
+ "external": true
13368
+ },
13156
13369
  {
13157
13370
  "path": "react-use",
13158
13371
  "kind": "require-call",
@@ -13208,6 +13421,21 @@
13208
13421
  "kind": "require-call",
13209
13422
  "external": true
13210
13423
  },
13424
+ {
13425
+ "path": "@100mslive/react-sdk",
13426
+ "kind": "require-call",
13427
+ "external": true
13428
+ },
13429
+ {
13430
+ "path": "@100mslive/react-icons",
13431
+ "kind": "require-call",
13432
+ "external": true
13433
+ },
13434
+ {
13435
+ "path": "react",
13436
+ "kind": "require-call",
13437
+ "external": true
13438
+ },
13211
13439
  {
13212
13440
  "path": "react-use",
13213
13441
  "kind": "require-call",
@@ -13468,11 +13696,6 @@
13468
13696
  "kind": "require-call",
13469
13697
  "external": true
13470
13698
  },
13471
- {
13472
- "path": "@100mslive/react-sdk",
13473
- "kind": "require-call",
13474
- "external": true
13475
- },
13476
13699
  {
13477
13700
  "path": "react",
13478
13701
  "kind": "require-call",
@@ -13538,11 +13761,6 @@
13538
13761
  "kind": "require-call",
13539
13762
  "external": true
13540
13763
  },
13541
- {
13542
- "path": "@100mslive/react-sdk",
13543
- "kind": "require-call",
13544
- "external": true
13545
- },
13546
13764
  {
13547
13765
  "path": "@100mslive/react-icons",
13548
13766
  "kind": "require-call",
@@ -14153,6 +14371,31 @@
14153
14371
  "kind": "require-call",
14154
14372
  "external": true
14155
14373
  },
14374
+ {
14375
+ "path": "@100mslive/react-sdk",
14376
+ "kind": "require-call",
14377
+ "external": true
14378
+ },
14379
+ {
14380
+ "path": "react",
14381
+ "kind": "require-call",
14382
+ "external": true
14383
+ },
14384
+ {
14385
+ "path": "react-use",
14386
+ "kind": "require-call",
14387
+ "external": true
14388
+ },
14389
+ {
14390
+ "path": "@100mslive/react-sdk",
14391
+ "kind": "require-call",
14392
+ "external": true
14393
+ },
14394
+ {
14395
+ "path": "react",
14396
+ "kind": "require-call",
14397
+ "external": true
14398
+ },
14156
14399
  {
14157
14400
  "path": "@100mslive/react-icons",
14158
14401
  "kind": "require-call",
@@ -14313,6 +14556,16 @@
14313
14556
  "kind": "require-call",
14314
14557
  "external": true
14315
14558
  },
14559
+ {
14560
+ "path": "@100mslive/react-sdk",
14561
+ "kind": "require-call",
14562
+ "external": true
14563
+ },
14564
+ {
14565
+ "path": "react",
14566
+ "kind": "require-call",
14567
+ "external": true
14568
+ },
14316
14569
  {
14317
14570
  "path": "@100mslive/react-icons",
14318
14571
  "kind": "require-call",
@@ -14448,6 +14701,16 @@
14448
14701
  "kind": "require-call",
14449
14702
  "external": true
14450
14703
  },
14704
+ {
14705
+ "path": "@100mslive/react-sdk",
14706
+ "kind": "require-call",
14707
+ "external": true
14708
+ },
14709
+ {
14710
+ "path": "react",
14711
+ "kind": "require-call",
14712
+ "external": true
14713
+ },
14451
14714
  {
14452
14715
  "path": "react-use",
14453
14716
  "kind": "require-call",
@@ -14518,6 +14781,11 @@
14518
14781
  "kind": "require-call",
14519
14782
  "external": true
14520
14783
  },
14784
+ {
14785
+ "path": "@100mslive/react-icons",
14786
+ "kind": "require-call",
14787
+ "external": true
14788
+ },
14521
14789
  {
14522
14790
  "path": "react",
14523
14791
  "kind": "require-call",
@@ -14598,7 +14866,7 @@
14598
14866
  "entryPoint": "src/index.ts",
14599
14867
  "inputs": {
14600
14868
  "<define:process.env>": {
14601
- "bytesInOutput": 18552
14869
+ "bytesInOutput": 18549
14602
14870
  },
14603
14871
  "src/Theme/base.config.ts": {
14604
14872
  "bytesInOutput": 6104
@@ -14855,14 +15123,11 @@
14855
15123
  "src/Collapsible/index.tsx": {
14856
15124
  "bytesInOutput": 147
14857
15125
  },
14858
- "src/Prebuilt/components/init/initUtils.js": {
14859
- "bytesInOutput": 1995
14860
- },
14861
15126
  "src/Prebuilt/components/hooks/useUserPreferences.jsx": {
14862
15127
  "bytesInOutput": 1087
14863
15128
  },
14864
15129
  "src/Prebuilt/common/constants.ts": {
14865
- "bytesInOutput": 4606
15130
+ "bytesInOutput": 4440
14866
15131
  },
14867
15132
  "src/Prebuilt/components/AppData/useUISettings.js": {
14868
15133
  "bytesInOutput": 7041
@@ -14871,7 +15136,7 @@
14871
15136
  "bytesInOutput": 2515
14872
15137
  },
14873
15138
  "src/Prebuilt/components/AppData/AppData.tsx": {
14874
- "bytesInOutput": 5941
15139
+ "bytesInOutput": 5319
14875
15140
  },
14876
15141
  "src/Prebuilt/AppContext.tsx": {
14877
15142
  "bytesInOutput": 840
@@ -14961,10 +15226,10 @@
14961
15226
  "bytesInOutput": 1498
14962
15227
  },
14963
15228
  "src/Prebuilt/common/hooks.ts": {
14964
- "bytesInOutput": 2612
15229
+ "bytesInOutput": 3054
14965
15230
  },
14966
15231
  "src/Prebuilt/components/RoleChangeModal.jsx": {
14967
- "bytesInOutput": 7598
15232
+ "bytesInOutput": 7604
14968
15233
  },
14969
15234
  "src/Prebuilt/primitives/DropdownTrigger.jsx": {
14970
15235
  "bytesInOutput": 1770
@@ -15018,7 +15283,7 @@
15018
15283
  "bytesInOutput": 8156
15019
15284
  },
15020
15285
  "../../node_modules/ua-parser-js/src/ua-parser.js": {
15021
- "bytesInOutput": 42461
15286
+ "bytesInOutput": 42466
15022
15287
  },
15023
15288
  "../../node_modules/webrtc-adapter/src/js/utils.js": {
15024
15289
  "bytesInOutput": 6459
@@ -15069,13 +15334,10 @@
15069
15334
  "bytesInOutput": 615
15070
15335
  },
15071
15336
  "../hms-video-web/dist/index.js": {
15072
- "bytesInOutput": 35294
15073
- },
15074
- "../../node_modules/lodash/lodash.js": {
15075
- "bytesInOutput": 224247
15337
+ "bytesInOutput": 35326
15076
15338
  },
15077
15339
  "src/Prebuilt/common/utils.js": {
15078
- "bytesInOutput": 4498
15340
+ "bytesInOutput": 4395
15079
15341
  },
15080
15342
  "src/Prebuilt/services/FeatureFlags.jsx": {
15081
15343
  "bytesInOutput": 1701
@@ -15147,7 +15409,7 @@
15147
15409
  "bytesInOutput": 1218
15148
15410
  },
15149
15411
  "src/Prebuilt/components/Footer/ChatToggle.tsx": {
15150
- "bytesInOutput": 1298
15412
+ "bytesInOutput": 1939
15151
15413
  },
15152
15414
  "src/Prebuilt/components/Connection/connectionQualityUtils.js": {
15153
15415
  "bytesInOutput": 1059
@@ -15155,20 +15417,26 @@
15155
15417
  "src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
15156
15418
  "bytesInOutput": 4492
15157
15419
  },
15420
+ "src/Prebuilt/components/RemoveParticipant.tsx": {
15421
+ "bytesInOutput": 1694
15422
+ },
15158
15423
  "src/Prebuilt/components/Footer/RoleOptions.tsx": {
15159
15424
  "bytesInOutput": 6834
15160
15425
  },
15161
15426
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
15162
- "bytesInOutput": 5225
15427
+ "bytesInOutput": 5338
15163
15428
  },
15164
- "src/Prebuilt/components/Footer/ParticipantList.jsx": {
15165
- "bytesInOutput": 14049
15429
+ "src/Prebuilt/components/Footer/ParticipantList.tsx": {
15430
+ "bytesInOutput": 14004
15166
15431
  },
15167
15432
  "src/Prebuilt/components/Footer/PollsToggle.tsx": {
15168
15433
  "bytesInOutput": 951
15169
15434
  },
15435
+ "src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
15436
+ "bytesInOutput": 1352
15437
+ },
15170
15438
  "src/Prebuilt/components/Footer/Footer.tsx": {
15171
- "bytesInOutput": 4433
15439
+ "bytesInOutput": 4540
15172
15440
  },
15173
15441
  "src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
15174
15442
  "bytesInOutput": 2811
@@ -15183,10 +15451,10 @@
15183
15451
  "bytesInOutput": 9182
15184
15452
  },
15185
15453
  "src/Prebuilt/components/Polls/CreateQuestions/DeleteQuestionModal.jsx": {
15186
- "bytesInOutput": 2764
15454
+ "bytesInOutput": 2780
15187
15455
  },
15188
15456
  "src/Prebuilt/components/Polls/common/OptionInputWithDelete.jsx": {
15189
- "bytesInOutput": 1302
15457
+ "bytesInOutput": 1309
15190
15458
  },
15191
15459
  "src/Prebuilt/components/Polls/common/VoteCount.jsx": {
15192
15460
  "bytesInOutput": 587
@@ -15219,7 +15487,7 @@
15219
15487
  "bytesInOutput": 1818
15220
15488
  },
15221
15489
  "src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
15222
- "bytesInOutput": 10607
15490
+ "bytesInOutput": 10633
15223
15491
  },
15224
15492
  "src/Prebuilt/components/Polls/Voting/StandardVoting.jsx": {
15225
15493
  "bytesInOutput": 1695
@@ -15237,7 +15505,7 @@
15237
15505
  "bytesInOutput": 2639
15238
15506
  },
15239
15507
  "../hms-video-store/dist/index.js": {
15240
- "bytesInOutput": 21834
15508
+ "bytesInOutput": 21912
15241
15509
  },
15242
15510
  "src/Prebuilt/images/empty-chat.svg": {
15243
15511
  "bytesInOutput": 2366
@@ -15251,17 +15519,14 @@
15251
15519
  "src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
15252
15520
  "bytesInOutput": 2849
15253
15521
  },
15254
- "src/Prebuilt/components/Chat/useUnreadCount.ts": {
15255
- "bytesInOutput": 735
15256
- },
15257
15522
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
15258
- "bytesInOutput": 25783
15523
+ "bytesInOutput": 27883
15259
15524
  },
15260
15525
  "src/Prebuilt/components/Chat/ChatSelector.tsx": {
15261
- "bytesInOutput": 8439
15526
+ "bytesInOutput": 8560
15262
15527
  },
15263
15528
  "src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
15264
- "bytesInOutput": 6747
15529
+ "bytesInOutput": 6701
15265
15530
  },
15266
15531
  "src/Prebuilt/components/AppData/useChatState.js": {
15267
15532
  "bytesInOutput": 914
@@ -15270,7 +15535,7 @@
15270
15535
  "bytesInOutput": 1440
15271
15536
  },
15272
15537
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
15273
- "bytesInOutput": 9954
15538
+ "bytesInOutput": 10218
15274
15539
  },
15275
15540
  "src/Prebuilt/components/Chat/ChatStates.tsx": {
15276
15541
  "bytesInOutput": 3358
@@ -15282,13 +15547,13 @@
15282
15547
  "bytesInOutput": 828
15283
15548
  },
15284
15549
  "src/Prebuilt/components/Chat/PinnedMessage.tsx": {
15285
- "bytesInOutput": 5895
15550
+ "bytesInOutput": 6082
15286
15551
  },
15287
15552
  "src/Prebuilt/components/Chat/Chat.jsx": {
15288
- "bytesInOutput": 6373
15553
+ "bytesInOutput": 5465
15289
15554
  },
15290
15555
  "src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
15291
- "bytesInOutput": 5307
15556
+ "bytesInOutput": 5309
15292
15557
  },
15293
15558
  "src/Prebuilt/components/ChatSettings.tsx": {
15294
15559
  "bytesInOutput": 3060
@@ -15384,13 +15649,13 @@
15384
15649
  "bytesInOutput": 4656
15385
15650
  },
15386
15651
  "src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
15387
- "bytesInOutput": 2494
15652
+ "bytesInOutput": 2498
15388
15653
  },
15389
15654
  "src/Prebuilt/common/PeersSorter.ts": {
15390
- "bytesInOutput": 3407
15655
+ "bytesInOutput": 3605
15391
15656
  },
15392
15657
  "src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
15393
- "bytesInOutput": 4510
15658
+ "bytesInOutput": 4546
15394
15659
  },
15395
15660
  "src/Prebuilt/layouts/EmbedView.jsx": {
15396
15661
  "bytesInOutput": 3522
@@ -15401,6 +15666,12 @@
15401
15666
  "src/Prebuilt/layouts/WaitingView.jsx": {
15402
15667
  "bytesInOutput": 1943
15403
15668
  },
15669
+ "src/Prebuilt/layouts/WhiteboardView.tsx": {
15670
+ "bytesInOutput": 2568
15671
+ },
15672
+ "src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
15673
+ "bytesInOutput": 1360
15674
+ },
15404
15675
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
15405
15676
  "bytesInOutput": 4195
15406
15677
  },
@@ -15444,7 +15715,7 @@
15444
15715
  "bytesInOutput": 20620
15445
15716
  },
15446
15717
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
15447
- "bytesInOutput": 3346
15718
+ "bytesInOutput": 4079
15448
15719
  },
15449
15720
  "src/Prebuilt/components/Header/common.jsx": {
15450
15721
  "bytesInOutput": 7375
@@ -15455,8 +15726,11 @@
15455
15726
  "src/Prebuilt/components/Header/index.tsx": {
15456
15727
  "bytesInOutput": 152
15457
15728
  },
15729
+ "src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
15730
+ "bytesInOutput": 1004
15731
+ },
15458
15732
  "src/Prebuilt/components/ConferenceScreen.tsx": {
15459
- "bytesInOutput": 7294
15733
+ "bytesInOutput": 7414
15460
15734
  },
15461
15735
  "src/Prebuilt/components/ErrorBoundary.jsx": {
15462
15736
  "bytesInOutput": 4181
@@ -15471,7 +15745,7 @@
15471
15745
  "bytesInOutput": 789
15472
15746
  },
15473
15747
  "src/Prebuilt/AppStateContext.tsx": {
15474
- "bytesInOutput": 2697
15748
+ "bytesInOutput": 2741
15475
15749
  },
15476
15750
  "src/Prebuilt/components/LeaveScreen.tsx": {
15477
15751
  "bytesInOutput": 2925
@@ -15480,7 +15754,7 @@
15480
15754
  "bytesInOutput": 3195
15481
15755
  },
15482
15756
  "src/Prebuilt/components/Toast/ToastConfig.jsx": {
15483
- "bytesInOutput": 7488
15757
+ "bytesInOutput": 7806
15484
15758
  },
15485
15759
  "src/Prebuilt/components/Toast/ToastBatcher.js": {
15486
15760
  "bytesInOutput": 2151
@@ -15491,11 +15765,14 @@
15491
15765
  "src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
15492
15766
  "bytesInOutput": 1811
15493
15767
  },
15768
+ "src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
15769
+ "bytesInOutput": 1436
15770
+ },
15494
15771
  "src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
15495
- "bytesInOutput": 1960
15772
+ "bytesInOutput": 1964
15496
15773
  },
15497
15774
  "src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
15498
- "bytesInOutput": 1898
15775
+ "bytesInOutput": 2112
15499
15776
  },
15500
15777
  "src/Prebuilt/images/android-perm-1.png": {
15501
15778
  "bytesInOutput": 10560
@@ -15504,10 +15781,10 @@
15504
15781
  "bytesInOutput": 12068
15505
15782
  },
15506
15783
  "src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
15507
- "bytesInOutput": 4964
15784
+ "bytesInOutput": 4968
15508
15785
  },
15509
15786
  "src/Prebuilt/components/Notifications/ReconnectNotifications.tsx": {
15510
- "bytesInOutput": 2944
15787
+ "bytesInOutput": 2953
15511
15788
  },
15512
15789
  "src/Prebuilt/components/Notifications/TrackBulkUnmuteModal.tsx": {
15513
15790
  "bytesInOutput": 2295
@@ -15519,7 +15796,7 @@
15519
15796
  "bytesInOutput": 2281
15520
15797
  },
15521
15798
  "src/Prebuilt/components/Notifications/Notifications.tsx": {
15522
- "bytesInOutput": 8127
15799
+ "bytesInOutput": 8338
15523
15800
  },
15524
15801
  "src/Prebuilt/components/Notifications/index.tsx": {
15525
15802
  "bytesInOutput": 173
@@ -15555,7 +15832,7 @@
15555
15832
  "bytesInOutput": 2930
15556
15833
  }
15557
15834
  },
15558
- "bytes": 1422341
15835
+ "bytes": 1208726
15559
15836
  }
15560
15837
  }
15561
15838
  }