@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.
- package/dist/{HLSView-MXBOUQBG.js → HLSView-EMUOLCTM.js} +2 -2
- package/dist/Prebuilt/common/PeersSorter.d.ts +1 -0
- package/dist/Prebuilt/common/constants.d.ts +7 -4
- package/dist/Prebuilt/common/hooks.d.ts +1 -0
- package/dist/Prebuilt/components/Footer/ParticipantList.d.ts +17 -0
- package/dist/Prebuilt/components/Footer/RoleAccordion.d.ts +3 -2
- package/dist/Prebuilt/components/Footer/WhiteboardToggle.d.ts +2 -0
- package/dist/Prebuilt/components/Notifications/HandRaisedNotifications.d.ts +1 -0
- package/dist/Prebuilt/components/PreviousRoleInMetadata.d.ts +1 -0
- package/dist/Prebuilt/components/RemoveParticipant.d.ts +5 -0
- package/dist/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.d.ts +4 -0
- package/dist/Prebuilt/layouts/WhiteboardView.d.ts +2 -0
- package/dist/{chunk-HEOH5H43.js → chunk-ZYR4B4KQ.js} +1886 -7116
- package/dist/chunk-ZYR4B4KQ.js.map +7 -0
- package/dist/index.cjs.js +2477 -7662
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +1 -1
- package/dist/meta.cjs.json +438 -161
- package/dist/meta.esbuild.json +443 -166
- package/package.json +7 -7
- package/src/Prebuilt/AppStateContext.tsx +1 -1
- package/src/Prebuilt/common/PeersSorter.ts +12 -5
- package/src/Prebuilt/common/constants.ts +5 -6
- package/src/Prebuilt/common/hooks.ts +16 -0
- package/src/Prebuilt/common/utils.js +5 -6
- package/src/Prebuilt/components/AppData/AppData.tsx +1 -16
- package/src/Prebuilt/components/Chat/Chat.jsx +7 -30
- package/src/Prebuilt/components/Chat/ChatBody.jsx +107 -66
- package/src/Prebuilt/components/Chat/ChatFooter.tsx +21 -12
- package/src/Prebuilt/components/Chat/ChatSelector.tsx +25 -25
- package/src/Prebuilt/components/Chat/ChatSelectorContainer.tsx +15 -16
- package/src/Prebuilt/components/Chat/PinnedMessage.tsx +7 -2
- package/src/Prebuilt/components/ConferenceScreen.tsx +2 -0
- package/src/Prebuilt/components/Footer/ChatToggle.tsx +30 -7
- package/src/Prebuilt/components/Footer/Footer.tsx +2 -1
- package/src/Prebuilt/components/Footer/PaginatedParticipants.tsx +0 -1
- package/src/Prebuilt/components/Footer/{ParticipantList.jsx → ParticipantList.tsx} +169 -127
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +23 -13
- package/src/Prebuilt/components/Footer/WhiteboardToggle.tsx +34 -0
- package/src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx +35 -0
- package/src/Prebuilt/components/Notifications/Notifications.tsx +14 -12
- package/src/Prebuilt/components/Notifications/PeerNotifications.tsx +7 -2
- package/src/Prebuilt/components/Polls/Voting/QuestionCard.jsx +10 -2
- package/src/Prebuilt/components/PreviousRoleInMetadata.tsx +21 -0
- package/src/Prebuilt/components/RemoveParticipant.tsx +35 -0
- package/src/Prebuilt/components/RoleChangeModal.jsx +1 -1
- package/src/Prebuilt/components/SidePaneTabs.tsx +0 -1
- package/src/Prebuilt/components/TileMenu/TileMenuContent.tsx +1 -1
- package/src/Prebuilt/components/Toast/ToastConfig.jsx +15 -3
- package/src/Prebuilt/components/VideoLayouts/GridLayout.tsx +5 -2
- package/src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx +24 -0
- package/src/Prebuilt/layouts/VideoStreamingSection.tsx +20 -3
- package/src/Prebuilt/layouts/WhiteboardView.tsx +66 -0
- package/dist/chunk-HEOH5H43.js.map +0 -7
- package/src/Prebuilt/components/AppData/useAppLayout.js +0 -6
- package/src/Prebuilt/components/init/initUtils.js +0 -67
- /package/dist/{HLSView-MXBOUQBG.js.map → HLSView-EMUOLCTM.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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.
|
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.
|
5724
|
-
"bytes":
|
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/
|
5781
|
+
"path": "src/Prebuilt/components/RemoveParticipant.tsx",
|
5763
5782
|
"kind": "import-statement",
|
5764
|
-
"original": "../
|
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":
|
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.
|
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":
|
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":
|
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":
|
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":
|
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.
|
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":
|
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":
|
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":
|
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":
|
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":
|
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.
|
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":
|
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.
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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":
|
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",
|
@@ -12049,7 +12247,7 @@
|
|
12049
12247
|
"dist/index.js": {
|
12050
12248
|
"imports": [
|
12051
12249
|
{
|
12052
|
-
"path": "dist/chunk-
|
12250
|
+
"path": "dist/chunk-ZYR4B4KQ.js",
|
12053
12251
|
"kind": "import-statement"
|
12054
12252
|
}
|
12055
12253
|
],
|
@@ -12121,16 +12319,16 @@
|
|
12121
12319
|
"inputs": {},
|
12122
12320
|
"bytes": 1798
|
12123
12321
|
},
|
12124
|
-
"dist/HLSView-
|
12322
|
+
"dist/HLSView-EMUOLCTM.js.map": {
|
12125
12323
|
"imports": [],
|
12126
12324
|
"exports": [],
|
12127
12325
|
"inputs": {},
|
12128
12326
|
"bytes": 58021
|
12129
12327
|
},
|
12130
|
-
"dist/HLSView-
|
12328
|
+
"dist/HLSView-EMUOLCTM.js": {
|
12131
12329
|
"imports": [
|
12132
12330
|
{
|
12133
|
-
"path": "dist/chunk-
|
12331
|
+
"path": "dist/chunk-ZYR4B4KQ.js",
|
12134
12332
|
"kind": "import-statement"
|
12135
12333
|
},
|
12136
12334
|
{
|
@@ -12294,13 +12492,13 @@
|
|
12294
12492
|
},
|
12295
12493
|
"bytes": 36449
|
12296
12494
|
},
|
12297
|
-
"dist/chunk-
|
12495
|
+
"dist/chunk-ZYR4B4KQ.js.map": {
|
12298
12496
|
"imports": [],
|
12299
12497
|
"exports": [],
|
12300
12498
|
"inputs": {},
|
12301
|
-
"bytes":
|
12499
|
+
"bytes": 2312452
|
12302
12500
|
},
|
12303
|
-
"dist/chunk-
|
12501
|
+
"dist/chunk-ZYR4B4KQ.js": {
|
12304
12502
|
"imports": [
|
12305
12503
|
{
|
12306
12504
|
"path": "react",
|
@@ -13452,6 +13650,21 @@
|
|
13452
13650
|
"kind": "import-statement",
|
13453
13651
|
"external": true
|
13454
13652
|
},
|
13653
|
+
{
|
13654
|
+
"path": "@100mslive/react-sdk",
|
13655
|
+
"kind": "import-statement",
|
13656
|
+
"external": true
|
13657
|
+
},
|
13658
|
+
{
|
13659
|
+
"path": "@100mslive/react-icons",
|
13660
|
+
"kind": "import-statement",
|
13661
|
+
"external": true
|
13662
|
+
},
|
13663
|
+
{
|
13664
|
+
"path": "react",
|
13665
|
+
"kind": "import-statement",
|
13666
|
+
"external": true
|
13667
|
+
},
|
13455
13668
|
{
|
13456
13669
|
"path": "react-use",
|
13457
13670
|
"kind": "import-statement",
|
@@ -13507,6 +13720,21 @@
|
|
13507
13720
|
"kind": "import-statement",
|
13508
13721
|
"external": true
|
13509
13722
|
},
|
13723
|
+
{
|
13724
|
+
"path": "@100mslive/react-icons",
|
13725
|
+
"kind": "import-statement",
|
13726
|
+
"external": true
|
13727
|
+
},
|
13728
|
+
{
|
13729
|
+
"path": "react",
|
13730
|
+
"kind": "import-statement",
|
13731
|
+
"external": true
|
13732
|
+
},
|
13733
|
+
{
|
13734
|
+
"path": "@100mslive/react-sdk",
|
13735
|
+
"kind": "import-statement",
|
13736
|
+
"external": true
|
13737
|
+
},
|
13510
13738
|
{
|
13511
13739
|
"path": "react",
|
13512
13740
|
"kind": "import-statement",
|
@@ -13862,11 +14090,6 @@
|
|
13862
14090
|
"kind": "import-statement",
|
13863
14091
|
"external": true
|
13864
14092
|
},
|
13865
|
-
{
|
13866
|
-
"path": "@100mslive/react-sdk",
|
13867
|
-
"kind": "import-statement",
|
13868
|
-
"external": true
|
13869
|
-
},
|
13870
14093
|
{
|
13871
14094
|
"path": "react",
|
13872
14095
|
"kind": "import-statement",
|
@@ -13907,11 +14130,6 @@
|
|
13907
14130
|
"kind": "import-statement",
|
13908
14131
|
"external": true
|
13909
14132
|
},
|
13910
|
-
{
|
13911
|
-
"path": "@100mslive/react-sdk",
|
13912
|
-
"kind": "import-statement",
|
13913
|
-
"external": true
|
13914
|
-
},
|
13915
14133
|
{
|
13916
14134
|
"path": "@100mslive/react-icons",
|
13917
14135
|
"kind": "import-statement",
|
@@ -14433,7 +14651,32 @@
|
|
14433
14651
|
"external": true
|
14434
14652
|
},
|
14435
14653
|
{
|
14436
|
-
"path": "
|
14654
|
+
"path": "react",
|
14655
|
+
"kind": "import-statement",
|
14656
|
+
"external": true
|
14657
|
+
},
|
14658
|
+
{
|
14659
|
+
"path": "@100mslive/react-sdk",
|
14660
|
+
"kind": "import-statement",
|
14661
|
+
"external": true
|
14662
|
+
},
|
14663
|
+
{
|
14664
|
+
"path": "react",
|
14665
|
+
"kind": "import-statement",
|
14666
|
+
"external": true
|
14667
|
+
},
|
14668
|
+
{
|
14669
|
+
"path": "react-use",
|
14670
|
+
"kind": "import-statement",
|
14671
|
+
"external": true
|
14672
|
+
},
|
14673
|
+
{
|
14674
|
+
"path": "@100mslive/react-sdk",
|
14675
|
+
"kind": "import-statement",
|
14676
|
+
"external": true
|
14677
|
+
},
|
14678
|
+
{
|
14679
|
+
"path": "dist/HLSView-EMUOLCTM.js",
|
14437
14680
|
"kind": "dynamic-import"
|
14438
14681
|
},
|
14439
14682
|
{
|
@@ -14471,6 +14714,16 @@
|
|
14471
14714
|
"kind": "import-statement",
|
14472
14715
|
"external": true
|
14473
14716
|
},
|
14717
|
+
{
|
14718
|
+
"path": "@100mslive/react-sdk",
|
14719
|
+
"kind": "import-statement",
|
14720
|
+
"external": true
|
14721
|
+
},
|
14722
|
+
{
|
14723
|
+
"path": "react",
|
14724
|
+
"kind": "import-statement",
|
14725
|
+
"external": true
|
14726
|
+
},
|
14474
14727
|
{
|
14475
14728
|
"path": "@100mslive/react-icons",
|
14476
14729
|
"kind": "import-statement",
|
@@ -14546,6 +14799,11 @@
|
|
14546
14799
|
"kind": "import-statement",
|
14547
14800
|
"external": true
|
14548
14801
|
},
|
14802
|
+
{
|
14803
|
+
"path": "@100mslive/react-icons",
|
14804
|
+
"kind": "import-statement",
|
14805
|
+
"external": true
|
14806
|
+
},
|
14549
14807
|
{
|
14550
14808
|
"path": "react",
|
14551
14809
|
"kind": "import-statement",
|
@@ -14616,6 +14874,16 @@
|
|
14616
14874
|
"kind": "import-statement",
|
14617
14875
|
"external": true
|
14618
14876
|
},
|
14877
|
+
{
|
14878
|
+
"path": "@100mslive/react-sdk",
|
14879
|
+
"kind": "import-statement",
|
14880
|
+
"external": true
|
14881
|
+
},
|
14882
|
+
{
|
14883
|
+
"path": "react",
|
14884
|
+
"kind": "import-statement",
|
14885
|
+
"external": true
|
14886
|
+
},
|
14619
14887
|
{
|
14620
14888
|
"path": "react-use",
|
14621
14889
|
"kind": "import-statement",
|
@@ -14819,10 +15087,10 @@
|
|
14819
15087
|
],
|
14820
15088
|
"inputs": {
|
14821
15089
|
"<define:process.env>": {
|
14822
|
-
"bytesInOutput":
|
15090
|
+
"bytesInOutput": 18549
|
14823
15091
|
},
|
14824
15092
|
"../../node_modules/ua-parser-js/src/ua-parser.js": {
|
14825
|
-
"bytesInOutput":
|
15093
|
+
"bytesInOutput": 42462
|
14826
15094
|
},
|
14827
15095
|
"../../node_modules/sdp/sdp.js": {
|
14828
15096
|
"bytesInOutput": 22288
|
@@ -14839,9 +15107,6 @@
|
|
14839
15107
|
"../../node_modules/sdp-transform/lib/index.js": {
|
14840
15108
|
"bytesInOutput": 615
|
14841
15109
|
},
|
14842
|
-
"../../node_modules/lodash/lodash.js": {
|
14843
|
-
"bytesInOutput": 224242
|
14844
|
-
},
|
14845
15110
|
"src/index.ts": {
|
14846
15111
|
"bytesInOutput": 27
|
14847
15112
|
},
|
@@ -15068,10 +15333,7 @@
|
|
15068
15333
|
"bytesInOutput": 7591
|
15069
15334
|
},
|
15070
15335
|
"src/Prebuilt/components/AppData/AppData.tsx": {
|
15071
|
-
"bytesInOutput":
|
15072
|
-
},
|
15073
|
-
"src/Prebuilt/components/init/initUtils.js": {
|
15074
|
-
"bytesInOutput": 1720
|
15336
|
+
"bytesInOutput": 4365
|
15075
15337
|
},
|
15076
15338
|
"src/Prebuilt/components/hooks/useUserPreferences.jsx": {
|
15077
15339
|
"bytesInOutput": 748
|
@@ -15083,7 +15345,7 @@
|
|
15083
15345
|
"bytesInOutput": 5393
|
15084
15346
|
},
|
15085
15347
|
"src/Prebuilt/common/constants.ts": {
|
15086
|
-
"bytesInOutput":
|
15348
|
+
"bytesInOutput": 3505
|
15087
15349
|
},
|
15088
15350
|
"src/Prebuilt/components/AuthToken.jsx": {
|
15089
15351
|
"bytesInOutput": 3501
|
@@ -15095,10 +15357,10 @@
|
|
15095
15357
|
"bytesInOutput": 7656
|
15096
15358
|
},
|
15097
15359
|
"src/Prebuilt/components/ConferenceScreen.tsx": {
|
15098
|
-
"bytesInOutput":
|
15360
|
+
"bytesInOutput": 6030
|
15099
15361
|
},
|
15100
15362
|
"src/Prebuilt/components/Footer/Footer.tsx": {
|
15101
|
-
"bytesInOutput":
|
15363
|
+
"bytesInOutput": 3348
|
15102
15364
|
},
|
15103
15365
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
15104
15366
|
"bytesInOutput": 5480
|
@@ -15113,7 +15375,7 @@
|
|
15113
15375
|
"bytesInOutput": 1028
|
15114
15376
|
},
|
15115
15377
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
15116
|
-
"bytesInOutput":
|
15378
|
+
"bytesInOutput": 2075
|
15117
15379
|
},
|
15118
15380
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
15119
15381
|
"bytesInOutput": 972
|
@@ -15122,7 +15384,7 @@
|
|
15122
15384
|
"bytesInOutput": 604
|
15123
15385
|
},
|
15124
15386
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
15125
|
-
"bytesInOutput":
|
15387
|
+
"bytesInOutput": 2162
|
15126
15388
|
},
|
15127
15389
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
15128
15390
|
"bytesInOutput": 5740
|
@@ -15170,13 +15432,13 @@
|
|
15170
15432
|
"bytesInOutput": 2476
|
15171
15433
|
},
|
15172
15434
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
15173
|
-
"bytesInOutput":
|
15435
|
+
"bytesInOutput": 6094
|
15174
15436
|
},
|
15175
15437
|
"src/Prebuilt/components/hooks/useDropdownSelection.jsx": {
|
15176
15438
|
"bytesInOutput": 93
|
15177
15439
|
},
|
15178
15440
|
"src/Prebuilt/common/hooks.ts": {
|
15179
|
-
"bytesInOutput":
|
15441
|
+
"bytesInOutput": 2675
|
15180
15442
|
},
|
15181
15443
|
"src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
|
15182
15444
|
"bytesInOutput": 896
|
@@ -15245,7 +15507,7 @@
|
|
15245
15507
|
"bytesInOutput": 10019
|
15246
15508
|
},
|
15247
15509
|
"../hms-video-web/dist/index.js": {
|
15248
|
-
"bytesInOutput":
|
15510
|
+
"bytesInOutput": 32627
|
15249
15511
|
},
|
15250
15512
|
"../../node_modules/webrtc-adapter/src/js/adapter_core.js": {
|
15251
15513
|
"bytesInOutput": 154
|
@@ -15287,7 +15549,7 @@
|
|
15287
15549
|
"bytesInOutput": 1760
|
15288
15550
|
},
|
15289
15551
|
"src/Prebuilt/common/utils.js": {
|
15290
|
-
"bytesInOutput":
|
15552
|
+
"bytesInOutput": 3730
|
15291
15553
|
},
|
15292
15554
|
"src/Prebuilt/services/FeatureFlags.jsx": {
|
15293
15555
|
"bytesInOutput": 1427
|
@@ -15344,10 +15606,10 @@
|
|
15344
15606
|
"bytesInOutput": 847
|
15345
15607
|
},
|
15346
15608
|
"src/Prebuilt/components/Footer/ChatToggle.tsx": {
|
15347
|
-
"bytesInOutput":
|
15609
|
+
"bytesInOutput": 1404
|
15348
15610
|
},
|
15349
|
-
"src/Prebuilt/components/Footer/ParticipantList.
|
15350
|
-
"bytesInOutput":
|
15611
|
+
"src/Prebuilt/components/Footer/ParticipantList.tsx": {
|
15612
|
+
"bytesInOutput": 11538
|
15351
15613
|
},
|
15352
15614
|
"src/Prebuilt/components/Connection/ConnectionIndicator.tsx": {
|
15353
15615
|
"bytesInOutput": 3751
|
@@ -15355,8 +15617,11 @@
|
|
15355
15617
|
"src/Prebuilt/components/Connection/connectionQualityUtils.js": {
|
15356
15618
|
"bytesInOutput": 777
|
15357
15619
|
},
|
15620
|
+
"src/Prebuilt/components/RemoveParticipant.tsx": {
|
15621
|
+
"bytesInOutput": 1290
|
15622
|
+
},
|
15358
15623
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
15359
|
-
"bytesInOutput":
|
15624
|
+
"bytesInOutput": 4229
|
15360
15625
|
},
|
15361
15626
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
15362
15627
|
"bytesInOutput": 5852
|
@@ -15364,6 +15629,9 @@
|
|
15364
15629
|
"src/Prebuilt/components/Footer/PollsToggle.tsx": {
|
15365
15630
|
"bytesInOutput": 596
|
15366
15631
|
},
|
15632
|
+
"src/Prebuilt/components/Footer/WhiteboardToggle.tsx": {
|
15633
|
+
"bytesInOutput": 899
|
15634
|
+
},
|
15367
15635
|
"src/Prebuilt/components/Notifications/HLSFailureModal.tsx": {
|
15368
15636
|
"bytesInOutput": 2414
|
15369
15637
|
},
|
@@ -15380,7 +15648,7 @@
|
|
15380
15648
|
"bytesInOutput": 723
|
15381
15649
|
},
|
15382
15650
|
"src/Prebuilt/components/Polls/CreatePollQuiz/PollsQuizMenu.jsx": {
|
15383
|
-
"bytesInOutput":
|
15651
|
+
"bytesInOutput": 7665
|
15384
15652
|
},
|
15385
15653
|
"src/Prebuilt/components/Streaming/Common.jsx": {
|
15386
15654
|
"bytesInOutput": 2247
|
@@ -15431,7 +15699,7 @@
|
|
15431
15699
|
"bytesInOutput": 1342
|
15432
15700
|
},
|
15433
15701
|
"src/Prebuilt/components/Polls/Voting/QuestionCard.jsx": {
|
15434
|
-
"bytesInOutput":
|
15702
|
+
"bytesInOutput": 9109
|
15435
15703
|
},
|
15436
15704
|
"src/Prebuilt/components/Polls/Voting/TimedVoting.jsx": {
|
15437
15705
|
"bytesInOutput": 1101
|
@@ -15440,16 +15708,16 @@
|
|
15440
15708
|
"bytesInOutput": 6518
|
15441
15709
|
},
|
15442
15710
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
15443
|
-
"bytesInOutput":
|
15711
|
+
"bytesInOutput": 4336
|
15444
15712
|
},
|
15445
15713
|
"../hms-video-store/dist/index.js": {
|
15446
|
-
"bytesInOutput":
|
15714
|
+
"bytesInOutput": 19730
|
15447
15715
|
},
|
15448
15716
|
"../../node_modules/reselect/es/index.js": {
|
15449
15717
|
"bytesInOutput": 2537
|
15450
15718
|
},
|
15451
15719
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
15452
|
-
"bytesInOutput":
|
15720
|
+
"bytesInOutput": 23342
|
15453
15721
|
},
|
15454
15722
|
"src/Prebuilt/images/empty-chat.svg": {
|
15455
15723
|
"bytesInOutput": 2261
|
@@ -15463,17 +15731,14 @@
|
|
15463
15731
|
"src/Prebuilt/components/hooks/useSetPinnedMessages.ts": {
|
15464
15732
|
"bytesInOutput": 2463
|
15465
15733
|
},
|
15466
|
-
"src/Prebuilt/components/Chat/useUnreadCount.ts": {
|
15467
|
-
"bytesInOutput": 598
|
15468
|
-
},
|
15469
15734
|
"src/Prebuilt/components/Chat/ChatFooter.tsx": {
|
15470
|
-
"bytesInOutput":
|
15735
|
+
"bytesInOutput": 8514
|
15471
15736
|
},
|
15472
15737
|
"src/Prebuilt/components/Chat/ChatSelectorContainer.tsx": {
|
15473
|
-
"bytesInOutput":
|
15738
|
+
"bytesInOutput": 5318
|
15474
15739
|
},
|
15475
15740
|
"src/Prebuilt/components/Chat/ChatSelector.tsx": {
|
15476
|
-
"bytesInOutput":
|
15741
|
+
"bytesInOutput": 6996
|
15477
15742
|
},
|
15478
15743
|
"src/Prebuilt/components/AppData/useChatState.js": {
|
15479
15744
|
"bytesInOutput": 666
|
@@ -15485,7 +15750,7 @@
|
|
15485
15750
|
"bytesInOutput": 2790
|
15486
15751
|
},
|
15487
15752
|
"src/Prebuilt/components/Chat/PinnedMessage.tsx": {
|
15488
|
-
"bytesInOutput":
|
15753
|
+
"bytesInOutput": 4946
|
15489
15754
|
},
|
15490
15755
|
"src/Prebuilt/components/Chat/ArrowNavigation.tsx": {
|
15491
15756
|
"bytesInOutput": 1021
|
@@ -15494,7 +15759,7 @@
|
|
15494
15759
|
"bytesInOutput": 543
|
15495
15760
|
},
|
15496
15761
|
"src/Prebuilt/components/Footer/PaginatedParticipants.tsx": {
|
15497
|
-
"bytesInOutput":
|
15762
|
+
"bytesInOutput": 4182
|
15498
15763
|
},
|
15499
15764
|
"src/Prebuilt/components/ChatSettings.tsx": {
|
15500
15765
|
"bytesInOutput": 2469
|
@@ -15542,10 +15807,10 @@
|
|
15542
15807
|
"bytesInOutput": 2041
|
15543
15808
|
},
|
15544
15809
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
15545
|
-
"bytesInOutput":
|
15810
|
+
"bytesInOutput": 3196
|
15546
15811
|
},
|
15547
15812
|
"src/Prebuilt/components/VideoLayouts/GridLayout.tsx": {
|
15548
|
-
"bytesInOutput":
|
15813
|
+
"bytesInOutput": 3699
|
15549
15814
|
},
|
15550
15815
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
15551
15816
|
"bytesInOutput": 2019
|
@@ -15578,7 +15843,7 @@
|
|
15578
15843
|
"bytesInOutput": 961
|
15579
15844
|
},
|
15580
15845
|
"src/Prebuilt/components/VideoLayouts/ScreenshareLayout.tsx": {
|
15581
|
-
"bytesInOutput":
|
15846
|
+
"bytesInOutput": 1902
|
15582
15847
|
},
|
15583
15848
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
15584
15849
|
"bytesInOutput": 3693
|
@@ -15587,7 +15852,7 @@
|
|
15587
15852
|
"bytesInOutput": 1226
|
15588
15853
|
},
|
15589
15854
|
"src/Prebuilt/common/PeersSorter.ts": {
|
15590
|
-
"bytesInOutput":
|
15855
|
+
"bytesInOutput": 3099
|
15591
15856
|
},
|
15592
15857
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
15593
15858
|
"bytesInOutput": 2785
|
@@ -15598,6 +15863,12 @@
|
|
15598
15863
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
15599
15864
|
"bytesInOutput": 1415
|
15600
15865
|
},
|
15866
|
+
"src/Prebuilt/layouts/WhiteboardView.tsx": {
|
15867
|
+
"bytesInOutput": 1967
|
15868
|
+
},
|
15869
|
+
"src/Prebuilt/components/hooks/useCloseScreenshareWhiteboard.tsx": {
|
15870
|
+
"bytesInOutput": 1001
|
15871
|
+
},
|
15601
15872
|
"src/Prebuilt/components/Header/index.tsx": {
|
15602
15873
|
"bytesInOutput": 27
|
15603
15874
|
},
|
@@ -15607,6 +15878,9 @@
|
|
15607
15878
|
"src/Prebuilt/components/Header/common.jsx": {
|
15608
15879
|
"bytesInOutput": 6075
|
15609
15880
|
},
|
15881
|
+
"src/Prebuilt/components/PreviousRoleInMetadata.tsx": {
|
15882
|
+
"bytesInOutput": 739
|
15883
|
+
},
|
15610
15884
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
15611
15885
|
"bytesInOutput": 3317
|
15612
15886
|
},
|
@@ -15620,7 +15894,7 @@
|
|
15620
15894
|
"bytesInOutput": 2185
|
15621
15895
|
},
|
15622
15896
|
"src/Prebuilt/AppStateContext.tsx": {
|
15623
|
-
"bytesInOutput":
|
15897
|
+
"bytesInOutput": 2132
|
15624
15898
|
},
|
15625
15899
|
"src/Prebuilt/components/hooks/useRedirectToLeave.tsx": {
|
15626
15900
|
"bytesInOutput": 491
|
@@ -15632,13 +15906,13 @@
|
|
15632
15906
|
"bytesInOutput": 27
|
15633
15907
|
},
|
15634
15908
|
"src/Prebuilt/components/Notifications/Notifications.tsx": {
|
15635
|
-
"bytesInOutput":
|
15909
|
+
"bytesInOutput": 7342
|
15636
15910
|
},
|
15637
15911
|
"src/Prebuilt/components/Toast/ToastBatcher.js": {
|
15638
15912
|
"bytesInOutput": 1768
|
15639
15913
|
},
|
15640
15914
|
"src/Prebuilt/components/Toast/ToastConfig.jsx": {
|
15641
|
-
"bytesInOutput":
|
15915
|
+
"bytesInOutput": 6475
|
15642
15916
|
},
|
15643
15917
|
"src/Prebuilt/components/Notifications/AutoplayBlockedModal.tsx": {
|
15644
15918
|
"bytesInOutput": 1053
|
@@ -15646,11 +15920,14 @@
|
|
15646
15920
|
"src/Prebuilt/components/Notifications/ChatNotifications.tsx": {
|
15647
15921
|
"bytesInOutput": 1368
|
15648
15922
|
},
|
15923
|
+
"src/Prebuilt/components/Notifications/HandRaisedNotifications.tsx": {
|
15924
|
+
"bytesInOutput": 1172
|
15925
|
+
},
|
15649
15926
|
"src/Prebuilt/components/Notifications/InitErrorModal.tsx": {
|
15650
15927
|
"bytesInOutput": 1596
|
15651
15928
|
},
|
15652
15929
|
"src/Prebuilt/components/Notifications/PeerNotifications.tsx": {
|
15653
|
-
"bytesInOutput":
|
15930
|
+
"bytesInOutput": 1593
|
15654
15931
|
},
|
15655
15932
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.tsx": {
|
15656
15933
|
"bytesInOutput": 4382
|
@@ -15695,7 +15972,7 @@
|
|
15695
15972
|
"bytesInOutput": 418
|
15696
15973
|
}
|
15697
15974
|
},
|
15698
|
-
"bytes":
|
15975
|
+
"bytes": 992224
|
15699
15976
|
}
|
15700
15977
|
}
|
15701
15978
|
}
|