@100mslive/roomkit-react 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. package/dist/{HLSView-4NSE37G7.js → HLSView-3S74KF3A.js} +23 -4
  2. package/dist/HLSView-3S74KF3A.js.map +7 -0
  3. package/dist/Prebuilt/components/RoleChangeRequest/RequestPrompt.d.ts +9 -0
  4. package/dist/VideoTile/StyledVideoTile.d.ts +445 -3
  5. package/dist/{VirtualBackground-A5UM363O.js → VirtualBackground-3TI5NA4V.js} +3 -3
  6. package/dist/{chunk-BUWIMYLW.js → chunk-36X4ZCLC.js} +2 -2
  7. package/dist/{chunk-NMOZ33TX.js → chunk-5DQ3WTED.js} +3 -2
  8. package/dist/{chunk-NMOZ33TX.js.map → chunk-5DQ3WTED.js.map} +2 -2
  9. package/dist/{chunk-Q6U22HIE.js → chunk-Z7P5WITU.js} +223 -200
  10. package/dist/chunk-Z7P5WITU.js.map +7 -0
  11. package/dist/{conference-S7R3O4OC.js → conference-JNABIZBG.js} +534 -504
  12. package/dist/conference-JNABIZBG.js.map +7 -0
  13. package/dist/index.cjs.js +1011 -924
  14. package/dist/index.cjs.js.map +4 -4
  15. package/dist/index.js +2 -2
  16. package/dist/meta.cjs.json +241 -167
  17. package/dist/meta.esbuild.json +276 -203
  18. package/package.json +6 -6
  19. package/src/Input/Input.tsx +1 -1
  20. package/src/Prebuilt/common/hooks.js +1 -2
  21. package/src/Prebuilt/common/utils.js +7 -2
  22. package/src/Prebuilt/components/Chat/ChatBody.jsx +125 -106
  23. package/src/Prebuilt/components/Chat/ChatFooter.tsx +1 -0
  24. package/src/Prebuilt/components/Footer/Footer.tsx +4 -1
  25. package/src/Prebuilt/components/Footer/ParticipantList.jsx +8 -9
  26. package/src/Prebuilt/components/Header/ParticipantFilter.jsx +9 -12
  27. package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +36 -44
  28. package/src/Prebuilt/components/Leave/MwebLeaveRoom.tsx +23 -35
  29. package/src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx +4 -2
  30. package/src/Prebuilt/components/Notifications/Notifications.jsx +14 -1
  31. package/src/Prebuilt/components/Notifications/PeerNotifications.jsx +4 -15
  32. package/src/Prebuilt/components/Preview/PreviewJoin.tsx +12 -5
  33. package/src/Prebuilt/components/RaiseHand.jsx +3 -6
  34. package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +66 -0
  35. package/src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx +89 -0
  36. package/src/Prebuilt/components/SidePaneTabs.tsx +21 -2
  37. package/src/Prebuilt/components/VideoTile.jsx +24 -15
  38. package/src/Prebuilt/components/conference.jsx +1 -1
  39. package/src/Prebuilt/components/hooks/useMetadata.jsx +15 -4
  40. package/src/Prebuilt/layouts/HLSView.jsx +20 -1
  41. package/src/Prebuilt/layouts/SidePane.tsx +0 -1
  42. package/src/Tooltip/Tooltip.tsx +1 -1
  43. package/src/VideoTile/StyledVideoTile.tsx +10 -14
  44. package/src/fixtures/peers.ts +5 -3
  45. package/dist/HLSView-4NSE37G7.js.map +0 -7
  46. package/dist/chunk-Q6U22HIE.js.map +0 -7
  47. package/dist/conference-S7R3O4OC.js.map +0 -7
  48. package/src/Prebuilt/components/RoleChangeRequestModal.tsx +0 -120
  49. /package/dist/Prebuilt/components/{RoleChangeRequestModal.d.ts → RoleChangeRequest/RoleChangeRequestModal.d.ts} +0 -0
  50. /package/dist/{VirtualBackground-A5UM363O.js.map → VirtualBackground-3TI5NA4V.js.map} +0 -0
  51. /package/dist/{chunk-BUWIMYLW.js.map → chunk-36X4ZCLC.js.map} +0 -0
@@ -541,7 +541,7 @@
541
541
  "format": "esm"
542
542
  },
543
543
  "src/Tooltip/Tooltip.tsx": {
544
- "bytes": 2298,
544
+ "bytes": 2311,
545
545
  "imports": [
546
546
  {
547
547
  "path": "react",
@@ -785,7 +785,7 @@
785
785
  "format": "esm"
786
786
  },
787
787
  "src/Input/Input.tsx": {
788
- "bytes": 2639,
788
+ "bytes": 2642,
789
789
  "imports": [
790
790
  {
791
791
  "path": "react",
@@ -842,7 +842,7 @@
842
842
  "format": "esm"
843
843
  },
844
844
  "src/VideoTile/StyledVideoTile.tsx": {
845
- "bytes": 3000,
845
+ "bytes": 3003,
846
846
  "imports": [
847
847
  {
848
848
  "path": "src/Layout/index.tsx",
@@ -2487,19 +2487,8 @@
2487
2487
  ],
2488
2488
  "format": "esm"
2489
2489
  },
2490
- "src/Prebuilt/common/utils.js": {
2491
- "bytes": 2951,
2492
- "imports": [
2493
- {
2494
- "path": "<define:process.env>",
2495
- "kind": "import-statement",
2496
- "external": true
2497
- }
2498
- ],
2499
- "format": "esm"
2500
- },
2501
2490
  "src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
2502
- "bytes": 1792,
2491
+ "bytes": 1480,
2503
2492
  "imports": [
2504
2493
  {
2505
2494
  "path": "react",
@@ -2521,11 +2510,6 @@
2521
2510
  "kind": "import-statement",
2522
2511
  "original": "../AppData/useUISettings"
2523
2512
  },
2524
- {
2525
- "path": "src/Prebuilt/common/utils.js",
2526
- "kind": "import-statement",
2527
- "original": "../../common/utils"
2528
- },
2529
2513
  {
2530
2514
  "path": "src/Prebuilt/common/constants.js",
2531
2515
  "kind": "import-statement",
@@ -2816,8 +2800,19 @@
2816
2800
  ],
2817
2801
  "format": "esm"
2818
2802
  },
2803
+ "src/Prebuilt/common/utils.js": {
2804
+ "bytes": 3038,
2805
+ "imports": [
2806
+ {
2807
+ "path": "<define:process.env>",
2808
+ "kind": "import-statement",
2809
+ "external": true
2810
+ }
2811
+ ],
2812
+ "format": "esm"
2813
+ },
2819
2814
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
2820
- "bytes": 6348,
2815
+ "bytes": 6895,
2821
2816
  "imports": [
2822
2817
  {
2823
2818
  "path": "react",
@@ -3042,7 +3037,7 @@
3042
3037
  "format": "esm"
3043
3038
  },
3044
3039
  "src/Prebuilt/components/hooks/useMetadata.jsx": {
3045
- "bytes": 1458,
3040
+ "bytes": 1700,
3046
3041
  "imports": [
3047
3042
  {
3048
3043
  "path": "react",
@@ -4363,13 +4358,18 @@
4363
4358
  "format": "esm"
4364
4359
  },
4365
4360
  "src/Prebuilt/components/VideoTile.jsx": {
4366
- "bytes": 7648,
4361
+ "bytes": 8154,
4367
4362
  "imports": [
4368
4363
  {
4369
4364
  "path": "react",
4370
4365
  "kind": "import-statement",
4371
4366
  "external": true
4372
4367
  },
4368
+ {
4369
+ "path": "react-use",
4370
+ "kind": "import-statement",
4371
+ "external": true
4372
+ },
4373
4373
  {
4374
4374
  "path": "@100mslive/react-sdk",
4375
4375
  "kind": "import-statement",
@@ -4430,6 +4430,11 @@
4430
4430
  "kind": "import-statement",
4431
4431
  "original": "./AppData/useUISettings"
4432
4432
  },
4433
+ {
4434
+ "path": "src/Prebuilt/common/utils.js",
4435
+ "kind": "import-statement",
4436
+ "original": "../common/utils"
4437
+ },
4433
4438
  {
4434
4439
  "path": "src/Prebuilt/common/constants.js",
4435
4440
  "kind": "import-statement",
@@ -4618,7 +4623,7 @@
4618
4623
  "format": "esm"
4619
4624
  },
4620
4625
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
4621
- "bytes": 9095,
4626
+ "bytes": 9466,
4622
4627
  "imports": [
4623
4628
  {
4624
4629
  "path": "react",
@@ -4954,7 +4959,7 @@
4954
4959
  "format": "esm"
4955
4960
  },
4956
4961
  "src/Prebuilt/common/hooks.js": {
4957
- "bytes": 3236,
4962
+ "bytes": 3156,
4958
4963
  "imports": [
4959
4964
  {
4960
4965
  "path": "react",
@@ -4976,11 +4981,6 @@
4976
4981
  "kind": "import-statement",
4977
4982
  "original": "../provider/roomLayoutProvider"
4978
4983
  },
4979
- {
4980
- "path": "src/Prebuilt/common/utils.js",
4981
- "kind": "import-statement",
4982
- "original": "./utils"
4983
- },
4984
4984
  {
4985
4985
  "path": "<define:process.env>",
4986
4986
  "kind": "import-statement",
@@ -5277,7 +5277,7 @@
5277
5277
  "format": "esm"
5278
5278
  },
5279
5279
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
5280
- "bytes": 6435,
5280
+ "bytes": 6070,
5281
5281
  "imports": [
5282
5282
  {
5283
5283
  "path": "react",
@@ -5353,7 +5353,7 @@
5353
5353
  "format": "esm"
5354
5354
  },
5355
5355
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
5356
- "bytes": 4929,
5356
+ "bytes": 4613,
5357
5357
  "imports": [
5358
5358
  {
5359
5359
  "path": "react",
@@ -6255,7 +6255,7 @@
6255
6255
  "format": "esm"
6256
6256
  },
6257
6257
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
6258
- "bytes": 10893,
6258
+ "bytes": 10950,
6259
6259
  "imports": [
6260
6260
  {
6261
6261
  "path": "react",
@@ -6412,18 +6412,13 @@
6412
6412
  "format": "esm"
6413
6413
  },
6414
6414
  "src/Prebuilt/components/RaiseHand.jsx": {
6415
- "bytes": 734,
6415
+ "bytes": 566,
6416
6416
  "imports": [
6417
6417
  {
6418
6418
  "path": "react",
6419
6419
  "kind": "import-statement",
6420
6420
  "external": true
6421
6421
  },
6422
- {
6423
- "path": "@100mslive/react-sdk",
6424
- "kind": "import-statement",
6425
- "external": true
6426
- },
6427
6422
  {
6428
6423
  "path": "@100mslive/react-icons",
6429
6424
  "kind": "import-statement",
@@ -6448,6 +6443,11 @@
6448
6443
  "path": "<define:process.env>",
6449
6444
  "kind": "import-statement",
6450
6445
  "external": true
6446
+ },
6447
+ {
6448
+ "path": "<runtime>",
6449
+ "kind": "import-statement",
6450
+ "external": true
6451
6451
  }
6452
6452
  ],
6453
6453
  "format": "esm"
@@ -6937,7 +6937,7 @@
6937
6937
  "format": "esm"
6938
6938
  },
6939
6939
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
6940
- "bytes": 10452,
6940
+ "bytes": 10390,
6941
6941
  "imports": [
6942
6942
  {
6943
6943
  "path": "react",
@@ -7023,7 +7023,7 @@
7023
7023
  "format": "esm"
7024
7024
  },
7025
7025
  "src/Prebuilt/components/Footer/Footer.tsx": {
7026
- "bytes": 3720,
7026
+ "bytes": 3863,
7027
7027
  "imports": [
7028
7028
  {
7029
7029
  "path": "react",
@@ -7045,6 +7045,11 @@
7045
7045
  "kind": "import-statement",
7046
7046
  "external": true
7047
7047
  },
7048
+ {
7049
+ "path": "@100mslive/react-sdk",
7050
+ "kind": "import-statement",
7051
+ "external": true
7052
+ },
7048
7053
  {
7049
7054
  "path": "src/index.ts",
7050
7055
  "kind": "import-statement",
@@ -7169,6 +7174,88 @@
7169
7174
  ],
7170
7175
  "format": "esm"
7171
7176
  },
7177
+ "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
7178
+ "bytes": 2060,
7179
+ "imports": [
7180
+ {
7181
+ "path": "react",
7182
+ "kind": "import-statement",
7183
+ "external": true
7184
+ },
7185
+ {
7186
+ "path": "react-use",
7187
+ "kind": "import-statement",
7188
+ "external": true
7189
+ },
7190
+ {
7191
+ "path": "src/index.ts",
7192
+ "kind": "import-statement",
7193
+ "original": "../../.."
7194
+ },
7195
+ {
7196
+ "path": "src/Sheet/index.ts",
7197
+ "kind": "import-statement",
7198
+ "original": "../../../Sheet"
7199
+ },
7200
+ {
7201
+ "path": "<define:process.env>",
7202
+ "kind": "import-statement",
7203
+ "external": true
7204
+ }
7205
+ ],
7206
+ "format": "esm"
7207
+ },
7208
+ "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
7209
+ "bytes": 2605,
7210
+ "imports": [
7211
+ {
7212
+ "path": "react",
7213
+ "kind": "import-statement",
7214
+ "external": true
7215
+ },
7216
+ {
7217
+ "path": "@100mslive/react-sdk",
7218
+ "kind": "import-statement",
7219
+ "external": true
7220
+ },
7221
+ {
7222
+ "path": "src/index.ts",
7223
+ "kind": "import-statement",
7224
+ "original": "../../.."
7225
+ },
7226
+ {
7227
+ "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
7228
+ "kind": "import-statement",
7229
+ "original": "../Preview/PreviewJoin"
7230
+ },
7231
+ {
7232
+ "path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
7233
+ "kind": "import-statement",
7234
+ "original": "./RequestPrompt"
7235
+ },
7236
+ {
7237
+ "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
7238
+ "kind": "import-statement",
7239
+ "original": "../hooks/useMetadata"
7240
+ },
7241
+ {
7242
+ "path": "src/Prebuilt/common/constants.js",
7243
+ "kind": "import-statement",
7244
+ "original": "../../common/constants"
7245
+ },
7246
+ {
7247
+ "path": "<define:process.env>",
7248
+ "kind": "import-statement",
7249
+ "external": true
7250
+ },
7251
+ {
7252
+ "path": "<runtime>",
7253
+ "kind": "import-statement",
7254
+ "external": true
7255
+ }
7256
+ ],
7257
+ "format": "esm"
7258
+ },
7172
7259
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
7173
7260
  "bytes": 707,
7174
7261
  "imports": [
@@ -8011,8 +8098,24 @@
8011
8098
  ],
8012
8099
  "format": "esm"
8013
8100
  },
8101
+ "src/Prebuilt/components/Chat/useUnreadCount.js": {
8102
+ "bytes": 472,
8103
+ "imports": [
8104
+ {
8105
+ "path": "@100mslive/react-sdk",
8106
+ "kind": "import-statement",
8107
+ "external": true
8108
+ },
8109
+ {
8110
+ "path": "<define:process.env>",
8111
+ "kind": "import-statement",
8112
+ "external": true
8113
+ }
8114
+ ],
8115
+ "format": "esm"
8116
+ },
8014
8117
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
8015
- "bytes": 12870,
8118
+ "bytes": 13678,
8016
8119
  "imports": [
8017
8120
  {
8018
8121
  "path": "react",
@@ -8094,6 +8197,11 @@
8094
8197
  "kind": "import-statement",
8095
8198
  "original": "../hooks/useSetPinnedMessage"
8096
8199
  },
8200
+ {
8201
+ "path": "src/Prebuilt/components/Chat/useUnreadCount.js",
8202
+ "kind": "import-statement",
8203
+ "original": "./useUnreadCount"
8204
+ },
8097
8205
  {
8098
8206
  "path": "<define:process.env>",
8099
8207
  "kind": "import-statement",
@@ -8150,7 +8258,7 @@
8150
8258
  "format": "esm"
8151
8259
  },
8152
8260
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
8153
- "bytes": 5859,
8261
+ "bytes": 5924,
8154
8262
  "imports": [
8155
8263
  {
8156
8264
  "path": "react",
@@ -8220,22 +8328,6 @@
8220
8328
  ],
8221
8329
  "format": "esm"
8222
8330
  },
8223
- "src/Prebuilt/components/Chat/useUnreadCount.js": {
8224
- "bytes": 472,
8225
- "imports": [
8226
- {
8227
- "path": "@100mslive/react-sdk",
8228
- "kind": "import-statement",
8229
- "external": true
8230
- },
8231
- {
8232
- "path": "<define:process.env>",
8233
- "kind": "import-statement",
8234
- "external": true
8235
- }
8236
- ],
8237
- "format": "esm"
8238
- },
8239
8331
  "src/Prebuilt/components/Chat/Chat.jsx": {
8240
8332
  "bytes": 6298,
8241
8333
  "imports": [
@@ -8323,7 +8415,7 @@
8323
8415
  "format": "esm"
8324
8416
  },
8325
8417
  "src/Prebuilt/components/SidePaneTabs.tsx": {
8326
- "bytes": 5166,
8418
+ "bytes": 5689,
8327
8419
  "imports": [
8328
8420
  {
8329
8421
  "path": "react",
@@ -8365,6 +8457,11 @@
8365
8457
  "kind": "import-statement",
8366
8458
  "original": "../.."
8367
8459
  },
8460
+ {
8461
+ "path": "src/Tooltip/index.ts",
8462
+ "kind": "import-statement",
8463
+ "original": "../../Tooltip"
8464
+ },
8368
8465
  {
8369
8466
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
8370
8467
  "kind": "import-statement",
@@ -8375,6 +8472,11 @@
8375
8472
  "kind": "import-statement",
8376
8473
  "original": "./AppData/useSidepane"
8377
8474
  },
8475
+ {
8476
+ "path": "src/Prebuilt/common/utils.js",
8477
+ "kind": "import-statement",
8478
+ "original": "../common/utils"
8479
+ },
8378
8480
  {
8379
8481
  "path": "src/Prebuilt/common/constants.js",
8380
8482
  "kind": "import-statement",
@@ -8525,7 +8627,7 @@
8525
8627
  "format": "esm"
8526
8628
  },
8527
8629
  "src/Prebuilt/layouts/SidePane.tsx": {
8528
- "bytes": 3691,
8630
+ "bytes": 3668,
8529
8631
  "imports": [
8530
8632
  {
8531
8633
  "path": "react",
@@ -8944,7 +9046,7 @@
8944
9046
  "format": "esm"
8945
9047
  },
8946
9048
  "src/Prebuilt/layouts/HLSView.jsx": {
8947
- "bytes": 14271,
9049
+ "bytes": 14973,
8948
9050
  "imports": [
8949
9051
  {
8950
9052
  "path": "react",
@@ -9135,54 +9237,8 @@
9135
9237
  ],
9136
9238
  "format": "esm"
9137
9239
  },
9138
- "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
9139
- "bytes": 3670,
9140
- "imports": [
9141
- {
9142
- "path": "react",
9143
- "kind": "import-statement",
9144
- "external": true
9145
- },
9146
- {
9147
- "path": "@100mslive/react-sdk",
9148
- "kind": "import-statement",
9149
- "external": true
9150
- },
9151
- {
9152
- "path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
9153
- "kind": "import-statement",
9154
- "original": "./Preview/PreviewJoin"
9155
- },
9156
- {
9157
- "path": "src/index.ts",
9158
- "kind": "import-statement",
9159
- "original": "../.."
9160
- },
9161
- {
9162
- "path": "src/Prebuilt/components/hooks/useMetadata.jsx",
9163
- "kind": "import-statement",
9164
- "original": "./hooks/useMetadata"
9165
- },
9166
- {
9167
- "path": "src/Prebuilt/common/constants.js",
9168
- "kind": "import-statement",
9169
- "original": "../common/constants"
9170
- },
9171
- {
9172
- "path": "<define:process.env>",
9173
- "kind": "import-statement",
9174
- "external": true
9175
- },
9176
- {
9177
- "path": "<runtime>",
9178
- "kind": "import-statement",
9179
- "external": true
9180
- }
9181
- ],
9182
- "format": "esm"
9183
- },
9184
9240
  "src/Prebuilt/components/conference.jsx": {
9185
- "bytes": 6591,
9241
+ "bytes": 6609,
9186
9242
  "imports": [
9187
9243
  {
9188
9244
  "path": "react",
@@ -9224,6 +9280,11 @@
9224
9280
  "kind": "import-statement",
9225
9281
  "original": "./PIP/PIPManager"
9226
9282
  },
9283
+ {
9284
+ "path": "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx",
9285
+ "kind": "import-statement",
9286
+ "original": "./RoleChangeRequest/RoleChangeRequestModal"
9287
+ },
9227
9288
  {
9228
9289
  "path": "src/Layout/index.tsx",
9229
9290
  "kind": "import-statement",
@@ -9249,11 +9310,6 @@
9249
9310
  "kind": "import-statement",
9250
9311
  "original": "./Header"
9251
9312
  },
9252
- {
9253
- "path": "src/Prebuilt/components/RoleChangeRequestModal.tsx",
9254
- "kind": "import-statement",
9255
- "original": "./RoleChangeRequestModal"
9256
- },
9257
9313
  {
9258
9314
  "path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
9259
9315
  "kind": "import-statement",
@@ -9672,11 +9728,11 @@
9672
9728
  "dist/index.js": {
9673
9729
  "imports": [
9674
9730
  {
9675
- "path": "dist/chunk-Q6U22HIE.js",
9731
+ "path": "dist/chunk-Z7P5WITU.js",
9676
9732
  "kind": "import-statement"
9677
9733
  },
9678
9734
  {
9679
- "path": "dist/chunk-NMOZ33TX.js",
9735
+ "path": "dist/chunk-5DQ3WTED.js",
9680
9736
  "kind": "import-statement"
9681
9737
  }
9682
9738
  ],
@@ -9745,20 +9801,20 @@
9745
9801
  "inputs": {},
9746
9802
  "bytes": 1702
9747
9803
  },
9748
- "dist/VirtualBackground-A5UM363O.js.map": {
9804
+ "dist/VirtualBackground-3TI5NA4V.js.map": {
9749
9805
  "imports": [],
9750
9806
  "exports": [],
9751
9807
  "inputs": {},
9752
9808
  "bytes": 9170
9753
9809
  },
9754
- "dist/VirtualBackground-A5UM363O.js": {
9810
+ "dist/VirtualBackground-3TI5NA4V.js": {
9755
9811
  "imports": [
9756
9812
  {
9757
- "path": "dist/chunk-BUWIMYLW.js",
9813
+ "path": "dist/chunk-36X4ZCLC.js",
9758
9814
  "kind": "import-statement"
9759
9815
  },
9760
9816
  {
9761
- "path": "dist/chunk-NMOZ33TX.js",
9817
+ "path": "dist/chunk-5DQ3WTED.js",
9762
9818
  "kind": "import-statement"
9763
9819
  },
9764
9820
  {
@@ -9807,20 +9863,20 @@
9807
9863
  },
9808
9864
  "bytes": 6113
9809
9865
  },
9810
- "dist/HLSView-4NSE37G7.js.map": {
9866
+ "dist/HLSView-3S74KF3A.js.map": {
9811
9867
  "imports": [],
9812
9868
  "exports": [],
9813
9869
  "inputs": {},
9814
- "bytes": 51606
9870
+ "bytes": 52724
9815
9871
  },
9816
- "dist/HLSView-4NSE37G7.js": {
9872
+ "dist/HLSView-3S74KF3A.js": {
9817
9873
  "imports": [
9818
9874
  {
9819
- "path": "dist/chunk-Q6U22HIE.js",
9875
+ "path": "dist/chunk-Z7P5WITU.js",
9820
9876
  "kind": "import-statement"
9821
9877
  },
9822
9878
  {
9823
- "path": "dist/chunk-NMOZ33TX.js",
9879
+ "path": "dist/chunk-5DQ3WTED.js",
9824
9880
  "kind": "import-statement"
9825
9881
  },
9826
9882
  {
@@ -9930,7 +9986,7 @@
9930
9986
  "entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
9931
9987
  "inputs": {
9932
9988
  "src/Prebuilt/layouts/HLSView.jsx": {
9933
- "bytesInOutput": 14036
9989
+ "bytesInOutput": 14845
9934
9990
  },
9935
9991
  "src/Prebuilt/components/HlsStatsOverlay.jsx": {
9936
9992
  "bytesInOutput": 3494
@@ -9969,26 +10025,26 @@
9969
10025
  "bytesInOutput": 3945
9970
10026
  }
9971
10027
  },
9972
- "bytes": 31959
10028
+ "bytes": 32768
9973
10029
  },
9974
- "dist/conference-S7R3O4OC.js.map": {
10030
+ "dist/conference-JNABIZBG.js.map": {
9975
10031
  "imports": [],
9976
10032
  "exports": [],
9977
10033
  "inputs": {},
9978
- "bytes": 400433
10034
+ "bytes": 403040
9979
10035
  },
9980
- "dist/conference-S7R3O4OC.js": {
10036
+ "dist/conference-JNABIZBG.js": {
9981
10037
  "imports": [
9982
10038
  {
9983
- "path": "dist/chunk-BUWIMYLW.js",
10039
+ "path": "dist/chunk-36X4ZCLC.js",
9984
10040
  "kind": "import-statement"
9985
10041
  },
9986
10042
  {
9987
- "path": "dist/chunk-Q6U22HIE.js",
10043
+ "path": "dist/chunk-Z7P5WITU.js",
9988
10044
  "kind": "import-statement"
9989
10045
  },
9990
10046
  {
9991
- "path": "dist/chunk-NMOZ33TX.js",
10047
+ "path": "dist/chunk-5DQ3WTED.js",
9992
10048
  "kind": "import-statement"
9993
10049
  },
9994
10050
  {
@@ -10026,6 +10082,11 @@
10026
10082
  "kind": "import-statement",
10027
10083
  "external": true
10028
10084
  },
10085
+ {
10086
+ "path": "@100mslive/react-sdk",
10087
+ "kind": "import-statement",
10088
+ "external": true
10089
+ },
10029
10090
  {
10030
10091
  "path": "react",
10031
10092
  "kind": "import-statement",
@@ -10346,11 +10407,6 @@
10346
10407
  "kind": "import-statement",
10347
10408
  "external": true
10348
10409
  },
10349
- {
10350
- "path": "@100mslive/react-sdk",
10351
- "kind": "import-statement",
10352
- "external": true
10353
- },
10354
10410
  {
10355
10411
  "path": "@100mslive/react-icons",
10356
10412
  "kind": "import-statement",
@@ -10487,7 +10543,7 @@
10487
10543
  "external": true
10488
10544
  },
10489
10545
  {
10490
- "path": "dist/VirtualBackground-A5UM363O.js",
10546
+ "path": "dist/VirtualBackground-3TI5NA4V.js",
10491
10547
  "kind": "dynamic-import"
10492
10548
  },
10493
10549
  {
@@ -10515,6 +10571,26 @@
10515
10571
  "kind": "import-statement",
10516
10572
  "external": true
10517
10573
  },
10574
+ {
10575
+ "path": "react-use",
10576
+ "kind": "import-statement",
10577
+ "external": true
10578
+ },
10579
+ {
10580
+ "path": "react",
10581
+ "kind": "import-statement",
10582
+ "external": true
10583
+ },
10584
+ {
10585
+ "path": "@100mslive/react-sdk",
10586
+ "kind": "import-statement",
10587
+ "external": true
10588
+ },
10589
+ {
10590
+ "path": "react",
10591
+ "kind": "import-statement",
10592
+ "external": true
10593
+ },
10518
10594
  {
10519
10595
  "path": "@100mslive/react-sdk",
10520
10596
  "kind": "import-statement",
@@ -10805,6 +10881,11 @@
10805
10881
  "kind": "import-statement",
10806
10882
  "external": true
10807
10883
  },
10884
+ {
10885
+ "path": "@100mslive/react-sdk",
10886
+ "kind": "import-statement",
10887
+ "external": true
10888
+ },
10808
10889
  {
10809
10890
  "path": "react",
10810
10891
  "kind": "import-statement",
@@ -10850,11 +10931,6 @@
10850
10931
  "kind": "import-statement",
10851
10932
  "external": true
10852
10933
  },
10853
- {
10854
- "path": "@100mslive/react-sdk",
10855
- "kind": "import-statement",
10856
- "external": true
10857
- },
10858
10934
  {
10859
10935
  "path": "react",
10860
10936
  "kind": "import-statement",
@@ -10896,18 +10972,8 @@
10896
10972
  "external": true
10897
10973
  },
10898
10974
  {
10899
- "path": "dist/HLSView-4NSE37G7.js",
10975
+ "path": "dist/HLSView-3S74KF3A.js",
10900
10976
  "kind": "dynamic-import"
10901
- },
10902
- {
10903
- "path": "react",
10904
- "kind": "import-statement",
10905
- "external": true
10906
- },
10907
- {
10908
- "path": "@100mslive/react-sdk",
10909
- "kind": "import-statement",
10910
- "external": true
10911
10977
  }
10912
10978
  ],
10913
10979
  "exports": [
@@ -10919,7 +10985,7 @@
10919
10985
  "bytesInOutput": 6328
10920
10986
  },
10921
10987
  "src/Prebuilt/components/Footer/Footer.tsx": {
10922
- "bytesInOutput": 3179
10988
+ "bytesInOutput": 3339
10923
10989
  },
10924
10990
  "src/Prebuilt/components/EmojiReaction.jsx": {
10925
10991
  "bytesInOutput": 1987
@@ -10931,7 +10997,7 @@
10931
10997
  "bytesInOutput": 2037
10932
10998
  },
10933
10999
  "src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
10934
- "bytesInOutput": 5711
11000
+ "bytesInOutput": 5421
10935
11001
  },
10936
11002
  "src/Prebuilt/components/Leave/EndSessionContent.tsx": {
10937
11003
  "bytesInOutput": 1894
@@ -10946,7 +11012,7 @@
10946
11012
  "bytesInOutput": 1704
10947
11013
  },
10948
11014
  "src/Prebuilt/components/Leave/MwebLeaveRoom.tsx": {
10949
- "bytesInOutput": 4384
11015
+ "bytesInOutput": 4176
10950
11016
  },
10951
11017
  "src/Prebuilt/components/MoreSettings/MoreSettings.tsx": {
10952
11018
  "bytesInOutput": 365
@@ -10997,10 +11063,10 @@
10997
11063
  "bytesInOutput": 2246
10998
11064
  },
10999
11065
  "src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
11000
- "bytesInOutput": 9223
11066
+ "bytesInOutput": 9284
11001
11067
  },
11002
11068
  "src/Prebuilt/components/RaiseHand.jsx": {
11003
- "bytesInOutput": 740
11069
+ "bytesInOutput": 529
11004
11070
  },
11005
11071
  "src/Prebuilt/components/ScreenShareToggle.jsx": {
11006
11072
  "bytesInOutput": 1404
@@ -11036,7 +11102,7 @@
11036
11102
  "bytesInOutput": 861
11037
11103
  },
11038
11104
  "src/Prebuilt/components/Footer/ParticipantList.jsx": {
11039
- "bytesInOutput": 10947
11105
+ "bytesInOutput": 10755
11040
11106
  },
11041
11107
  "src/Prebuilt/components/Footer/RoleAccordion.tsx": {
11042
11108
  "bytesInOutput": 2610
@@ -11047,6 +11113,12 @@
11047
11113
  "src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
11048
11114
  "bytesInOutput": 2329
11049
11115
  },
11116
+ "src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
11117
+ "bytesInOutput": 2734
11118
+ },
11119
+ "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
11120
+ "bytesInOutput": 1995
11121
+ },
11050
11122
  "src/Prebuilt/layouts/VideoStreamingSection.tsx": {
11051
11123
  "bytesInOutput": 2255
11052
11124
  },
@@ -11057,7 +11129,7 @@
11057
11129
  "bytesInOutput": 1947
11058
11130
  },
11059
11131
  "src/Prebuilt/components/InsetTile.tsx": {
11060
- "bytesInOutput": 3965
11132
+ "bytesInOutput": 3944
11061
11133
  },
11062
11134
  "src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
11063
11135
  "bytesInOutput": 406
@@ -11069,13 +11141,13 @@
11069
11141
  "bytesInOutput": 1167
11070
11142
  },
11071
11143
  "src/Prebuilt/components/hooks/useTileLayout.tsx": {
11072
- "bytesInOutput": 3793
11144
+ "bytesInOutput": 3795
11073
11145
  },
11074
11146
  "src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
11075
11147
  "bytesInOutput": 1698
11076
11148
  },
11077
11149
  "src/Prebuilt/components/SecondaryTiles.tsx": {
11078
- "bytesInOutput": 1034
11150
+ "bytesInOutput": 1036
11079
11151
  },
11080
11152
  "src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx": {
11081
11153
  "bytesInOutput": 1912
@@ -11102,16 +11174,16 @@
11102
11174
  "bytesInOutput": 3127
11103
11175
  },
11104
11176
  "src/Prebuilt/layouts/SidePane.tsx": {
11105
- "bytesInOutput": 3238
11177
+ "bytesInOutput": 3215
11106
11178
  },
11107
11179
  "src/Prebuilt/components/SidePaneTabs.tsx": {
11108
- "bytesInOutput": 4756
11180
+ "bytesInOutput": 5223
11109
11181
  },
11110
11182
  "src/Prebuilt/components/Chat/Chat.jsx": {
11111
11183
  "bytesInOutput": 6585
11112
11184
  },
11113
11185
  "src/Prebuilt/components/Chat/ChatBody.jsx": {
11114
- "bytesInOutput": 12384
11186
+ "bytesInOutput": 13101
11115
11187
  },
11116
11188
  "src/Prebuilt/images/empty-chat.svg": {
11117
11189
  "bytesInOutput": 2261
@@ -11119,8 +11191,11 @@
11119
11191
  "src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
11120
11192
  "bytesInOutput": 1207
11121
11193
  },
11194
+ "src/Prebuilt/components/Chat/useUnreadCount.js": {
11195
+ "bytesInOutput": 497
11196
+ },
11122
11197
  "src/Prebuilt/components/Chat/ChatFooter.tsx": {
11123
- "bytesInOutput": 5440
11198
+ "bytesInOutput": 5501
11124
11199
  },
11125
11200
  "src/Prebuilt/components/AppData/useChatState.js": {
11126
11201
  "bytesInOutput": 639
@@ -11128,9 +11203,6 @@
11128
11203
  "src/Prebuilt/components/Chat/useEmojiPickerStyles.js": {
11129
11204
  "bytesInOutput": 1169
11130
11205
  },
11131
- "src/Prebuilt/components/Chat/useUnreadCount.js": {
11132
- "bytesInOutput": 497
11133
- },
11134
11206
  "src/Prebuilt/components/Streaming/StreamingLanding.jsx": {
11135
11207
  "bytesInOutput": 2863
11136
11208
  },
@@ -11142,23 +11214,20 @@
11142
11214
  },
11143
11215
  "src/Prebuilt/layouts/WaitingView.jsx": {
11144
11216
  "bytesInOutput": 1380
11145
- },
11146
- "src/Prebuilt/components/RoleChangeRequestModal.tsx": {
11147
- "bytesInOutput": 3886
11148
11217
  }
11149
11218
  },
11150
- "bytes": 302029
11219
+ "bytes": 303534
11151
11220
  },
11152
- "dist/chunk-BUWIMYLW.js.map": {
11221
+ "dist/chunk-36X4ZCLC.js.map": {
11153
11222
  "imports": [],
11154
11223
  "exports": [],
11155
11224
  "inputs": {},
11156
11225
  "bytes": 2406
11157
11226
  },
11158
- "dist/chunk-BUWIMYLW.js": {
11227
+ "dist/chunk-36X4ZCLC.js": {
11159
11228
  "imports": [
11160
11229
  {
11161
- "path": "dist/chunk-NMOZ33TX.js",
11230
+ "path": "dist/chunk-5DQ3WTED.js",
11162
11231
  "kind": "import-statement"
11163
11232
  },
11164
11233
  {
@@ -11177,16 +11246,16 @@
11177
11246
  },
11178
11247
  "bytes": 1591
11179
11248
  },
11180
- "dist/chunk-Q6U22HIE.js.map": {
11249
+ "dist/chunk-Z7P5WITU.js.map": {
11181
11250
  "imports": [],
11182
11251
  "exports": [],
11183
11252
  "inputs": {},
11184
- "bytes": 493815
11253
+ "bytes": 496061
11185
11254
  },
11186
- "dist/chunk-Q6U22HIE.js": {
11255
+ "dist/chunk-Z7P5WITU.js": {
11187
11256
  "imports": [
11188
11257
  {
11189
- "path": "dist/chunk-NMOZ33TX.js",
11258
+ "path": "dist/chunk-5DQ3WTED.js",
11190
11259
  "kind": "import-statement"
11191
11260
  },
11192
11261
  {
@@ -11999,6 +12068,11 @@
11999
12068
  "kind": "import-statement",
12000
12069
  "external": true
12001
12070
  },
12071
+ {
12072
+ "path": "react-use",
12073
+ "kind": "import-statement",
12074
+ "external": true
12075
+ },
12002
12076
  {
12003
12077
  "path": "@100mslive/react-sdk",
12004
12078
  "kind": "import-statement",
@@ -12105,7 +12179,7 @@
12105
12179
  "external": true
12106
12180
  },
12107
12181
  {
12108
- "path": "dist/VirtualBackground-A5UM363O.js",
12182
+ "path": "dist/VirtualBackground-3TI5NA4V.js",
12109
12183
  "kind": "dynamic-import"
12110
12184
  },
12111
12185
  {
@@ -12174,7 +12248,7 @@
12174
12248
  "external": true
12175
12249
  },
12176
12250
  {
12177
- "path": "dist/conference-S7R3O4OC.js",
12251
+ "path": "dist/conference-JNABIZBG.js",
12178
12252
  "kind": "dynamic-import"
12179
12253
  },
12180
12254
  {
@@ -12260,7 +12334,6 @@
12260
12334
  "isChrome",
12261
12335
  "isIOS",
12262
12336
  "isIPadOS",
12263
- "isInternalRole",
12264
12337
  "isMacOS",
12265
12338
  "isScreenshareSupported",
12266
12339
  "useAuthToken",
@@ -12347,10 +12420,10 @@
12347
12420
  "bytesInOutput": 0
12348
12421
  },
12349
12422
  "src/Input/Input.tsx": {
12350
- "bytesInOutput": 2574
12423
+ "bytesInOutput": 2577
12351
12424
  },
12352
12425
  "src/VideoTile/StyledVideoTile.tsx": {
12353
- "bytesInOutput": 2610
12426
+ "bytesInOutput": 2602
12354
12427
  },
12355
12428
  "src/VideoTile/index.tsx": {
12356
12429
  "bytesInOutput": 0
@@ -12500,7 +12573,7 @@
12500
12573
  "bytesInOutput": 4346
12501
12574
  },
12502
12575
  "src/Prebuilt/components/Notifications/Notifications.jsx": {
12503
- "bytesInOutput": 5868
12576
+ "bytesInOutput": 6440
12504
12577
  },
12505
12578
  "src/Prebuilt/provider/roomLayoutProvider/index.tsx": {
12506
12579
  "bytesInOutput": 867
@@ -12527,10 +12600,7 @@
12527
12600
  "bytesInOutput": 1365
12528
12601
  },
12529
12602
  "src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
12530
- "bytesInOutput": 1713
12531
- },
12532
- "src/Prebuilt/common/utils.js": {
12533
- "bytesInOutput": 942
12603
+ "bytesInOutput": 1321
12534
12604
  },
12535
12605
  "src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
12536
12606
  "bytesInOutput": 4316
@@ -12565,6 +12635,9 @@
12565
12635
  "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts": {
12566
12636
  "bytesInOutput": 1293
12567
12637
  },
12638
+ "src/Prebuilt/common/utils.js": {
12639
+ "bytesInOutput": 1027
12640
+ },
12568
12641
  "src/Prebuilt/components/Notifications/index.jsx": {
12569
12642
  "bytesInOutput": 0
12570
12643
  },
@@ -12593,7 +12666,7 @@
12593
12666
  "bytesInOutput": 1733
12594
12667
  },
12595
12668
  "src/Prebuilt/components/hooks/useMetadata.jsx": {
12596
- "bytesInOutput": 1709
12669
+ "bytesInOutput": 1893
12597
12670
  },
12598
12671
  "src/Prebuilt/components/hooks/usePlaylistMusic.js": {
12599
12672
  "bytesInOutput": 1044
@@ -12611,7 +12684,7 @@
12611
12684
  "bytesInOutput": 1769
12612
12685
  },
12613
12686
  "src/Prebuilt/components/Preview/PreviewJoin.tsx": {
12614
- "bytesInOutput": 8860
12687
+ "bytesInOutput": 9320
12615
12688
  },
12616
12689
  "src/Prebuilt/components/AudioVideoToggle.jsx": {
12617
12690
  "bytesInOutput": 5583
@@ -12656,7 +12729,7 @@
12656
12729
  "bytesInOutput": 1851
12657
12730
  },
12658
12731
  "src/Prebuilt/components/VideoTile.jsx": {
12659
- "bytesInOutput": 7793
12732
+ "bytesInOutput": 8310
12660
12733
  },
12661
12734
  "src/Prebuilt/components/TileMenu/TileMenu.jsx": {
12662
12735
  "bytesInOutput": 4399
@@ -12695,21 +12768,21 @@
12695
12768
  "bytesInOutput": 1705
12696
12769
  },
12697
12770
  "src/Prebuilt/common/hooks.js": {
12698
- "bytesInOutput": 2244
12771
+ "bytesInOutput": 2204
12699
12772
  },
12700
12773
  "src/Progress/index.tsx": {
12701
12774
  "bytesInOutput": 391
12702
12775
  }
12703
12776
  },
12704
- "bytes": 308862
12777
+ "bytes": 310161
12705
12778
  },
12706
- "dist/chunk-NMOZ33TX.js.map": {
12779
+ "dist/chunk-5DQ3WTED.js.map": {
12707
12780
  "imports": [],
12708
12781
  "exports": [],
12709
12782
  "inputs": {},
12710
- "bytes": 39320
12783
+ "bytes": 39344
12711
12784
  },
12712
- "dist/chunk-NMOZ33TX.js": {
12785
+ "dist/chunk-5DQ3WTED.js": {
12713
12786
  "imports": [
12714
12787
  {
12715
12788
  "path": "@stitches/react",
@@ -12786,7 +12859,7 @@
12786
12859
  ],
12787
12860
  "inputs": {
12788
12861
  "<define:process.env>": {
12789
- "bytesInOutput": 18373
12862
+ "bytesInOutput": 18337
12790
12863
  },
12791
12864
  "src/Theme/stitches.config.ts": {
12792
12865
  "bytesInOutput": 1652
@@ -12828,7 +12901,7 @@
12828
12901
  "bytesInOutput": 3017
12829
12902
  },
12830
12903
  "src/Tooltip/Tooltip.tsx": {
12831
- "bytesInOutput": 1737
12904
+ "bytesInOutput": 1751
12832
12905
  },
12833
12906
  "src/Tooltip/index.ts": {
12834
12907
  "bytesInOutput": 0
@@ -12837,7 +12910,7 @@
12837
12910
  "bytesInOutput": 546
12838
12911
  }
12839
12912
  },
12840
- "bytes": 39986
12913
+ "bytes": 39964
12841
12914
  }
12842
12915
  }
12843
12916
  }