@100mslive/roomkit-react 0.1.7 → 0.1.8-alpha.0
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/AudioLevel/AudioLevel.d.ts +5 -8
- package/dist/AudioLevel/index.d.ts +2 -1
- package/dist/AudioLevel/useBorderAudioLevel.d.ts +8 -0
- package/dist/{HLSView-3S74KF3A.js → HLSView-IQRPLYNH.js} +5 -4
- package/dist/{HLSView-3S74KF3A.js.map → HLSView-IQRPLYNH.js.map} +2 -2
- package/dist/Prebuilt/components/Chip.d.ts +12 -0
- package/dist/Prebuilt/components/PrebuiltDialogPortal.d.ts +4 -0
- package/dist/{VirtualBackground-3TI5NA4V.js → VirtualBackground-GP4ATXD3.js} +3 -3
- package/dist/{chunk-36X4ZCLC.js → chunk-2H5NIZB7.js} +2 -2
- package/dist/{chunk-Z7P5WITU.js → chunk-GLYGPYNS.js} +560 -1190
- package/dist/chunk-GLYGPYNS.js.map +7 -0
- package/dist/{chunk-5DQ3WTED.js → chunk-Z3O2WGWV.js} +2 -2
- package/dist/{chunk-5DQ3WTED.js.map → chunk-Z3O2WGWV.js.map} +1 -1
- package/dist/{conference-JNABIZBG.js → conference-JD35TNH4.js} +1351 -662
- package/dist/conference-JD35TNH4.js.map +7 -0
- package/dist/index.cjs.js +3387 -3297
- package/dist/index.cjs.js.map +4 -4
- package/dist/index.js +4 -2
- package/dist/meta.cjs.json +1001 -826
- package/dist/meta.esbuild.json +1053 -877
- package/package.json +6 -6
- package/src/AudioLevel/AudioLevel.tsx +79 -30
- package/src/AudioLevel/audio-level.png +0 -0
- package/src/AudioLevel/index.ts +2 -1
- package/src/AudioLevel/useBorderAudioLevel.tsx +34 -0
- package/src/Prebuilt/App.tsx +1 -0
- package/src/Prebuilt/common/utils.js +0 -7
- package/src/Prebuilt/components/{Chip.jsx → Chip.tsx} +13 -2
- package/src/Prebuilt/components/Footer/ParticipantList.jsx +23 -12
- package/src/Prebuilt/components/Footer/RoleAccordion.tsx +43 -3
- package/src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx +7 -4
- package/src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx +3 -2
- package/src/Prebuilt/components/MoreSettings/EmbedUrl.jsx +3 -2
- package/src/Prebuilt/components/MwebLandscapePrompt.jsx +58 -0
- package/src/Prebuilt/components/Notifications/HLSFailureModal.jsx +3 -2
- package/src/Prebuilt/components/Notifications/PermissionErrorModal.jsx +3 -2
- package/src/Prebuilt/components/PrebuiltDialogPortal.tsx +6 -0
- package/src/Prebuilt/components/Preview/PreviewJoin.tsx +4 -3
- package/src/Prebuilt/components/RoleChangeModal.jsx +3 -2
- package/src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx +3 -2
- package/src/Prebuilt/components/Settings/SettingsModal.jsx +3 -2
- package/src/Prebuilt/components/Settings/StartRecording.jsx +3 -2
- package/src/Prebuilt/components/StatsForNerds.jsx +3 -2
- package/src/Prebuilt/components/VideoTile.jsx +22 -69
- package/src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx +3 -2
- package/src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx +4 -29
- package/src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx +3 -2
- package/src/Prebuilt/layouts/HLSView.jsx +1 -0
- package/src/Prebuilt/primitives/DialogContent.jsx +5 -4
- package/dist/chunk-Z7P5WITU.js.map +0 -7
- package/dist/conference-JNABIZBG.js.map +0 -7
- /package/dist/{VirtualBackground-3TI5NA4V.js.map → VirtualBackground-GP4ATXD3.js.map} +0 -0
- /package/dist/{chunk-36X4ZCLC.js.map → chunk-2H5NIZB7.js.map} +0 -0
package/dist/meta.esbuild.json
CHANGED
@@ -1104,7 +1104,7 @@
|
|
1104
1104
|
],
|
1105
1105
|
"format": "esm"
|
1106
1106
|
},
|
1107
|
-
"src/AudioLevel/
|
1107
|
+
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
1108
1108
|
"bytes": 996,
|
1109
1109
|
"imports": [
|
1110
1110
|
{
|
@@ -1135,9 +1135,54 @@
|
|
1135
1135
|
],
|
1136
1136
|
"format": "esm"
|
1137
1137
|
},
|
1138
|
+
"src/AudioLevel/audio-level.png": {
|
1139
|
+
"bytes": 621,
|
1140
|
+
"imports": []
|
1141
|
+
},
|
1142
|
+
"src/AudioLevel/AudioLevel.tsx": {
|
1143
|
+
"bytes": 2294,
|
1144
|
+
"imports": [
|
1145
|
+
{
|
1146
|
+
"path": "react",
|
1147
|
+
"kind": "import-statement",
|
1148
|
+
"external": true
|
1149
|
+
},
|
1150
|
+
{
|
1151
|
+
"path": "@100mslive/react-sdk",
|
1152
|
+
"kind": "import-statement",
|
1153
|
+
"external": true
|
1154
|
+
},
|
1155
|
+
{
|
1156
|
+
"path": "src/Layout/index.tsx",
|
1157
|
+
"kind": "import-statement",
|
1158
|
+
"original": "../Layout"
|
1159
|
+
},
|
1160
|
+
{
|
1161
|
+
"path": "src/Theme/index.tsx",
|
1162
|
+
"kind": "import-statement",
|
1163
|
+
"original": "../Theme"
|
1164
|
+
},
|
1165
|
+
{
|
1166
|
+
"path": "src/AudioLevel/audio-level.png",
|
1167
|
+
"kind": "import-statement",
|
1168
|
+
"original": "./audio-level.png"
|
1169
|
+
},
|
1170
|
+
{
|
1171
|
+
"path": "<define:process.env>",
|
1172
|
+
"kind": "import-statement",
|
1173
|
+
"external": true
|
1174
|
+
}
|
1175
|
+
],
|
1176
|
+
"format": "esm"
|
1177
|
+
},
|
1138
1178
|
"src/AudioLevel/index.ts": {
|
1139
|
-
"bytes":
|
1179
|
+
"bytes": 104,
|
1140
1180
|
"imports": [
|
1181
|
+
{
|
1182
|
+
"path": "src/AudioLevel/useBorderAudioLevel.tsx",
|
1183
|
+
"kind": "import-statement",
|
1184
|
+
"original": "./useBorderAudioLevel"
|
1185
|
+
},
|
1141
1186
|
{
|
1142
1187
|
"path": "src/AudioLevel/AudioLevel.tsx",
|
1143
1188
|
"kind": "import-statement",
|
@@ -1972,8 +2017,29 @@
|
|
1972
2017
|
],
|
1973
2018
|
"format": "esm"
|
1974
2019
|
},
|
2020
|
+
"src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
|
2021
|
+
"bytes": 267,
|
2022
|
+
"imports": [
|
2023
|
+
{
|
2024
|
+
"path": "react",
|
2025
|
+
"kind": "import-statement",
|
2026
|
+
"external": true
|
2027
|
+
},
|
2028
|
+
{
|
2029
|
+
"path": "src/Modal/index.ts",
|
2030
|
+
"kind": "import-statement",
|
2031
|
+
"original": "../../Modal"
|
2032
|
+
},
|
2033
|
+
{
|
2034
|
+
"path": "<define:process.env>",
|
2035
|
+
"kind": "import-statement",
|
2036
|
+
"external": true
|
2037
|
+
}
|
2038
|
+
],
|
2039
|
+
"format": "esm"
|
2040
|
+
},
|
1975
2041
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
1976
|
-
"bytes":
|
2042
|
+
"bytes": 8479,
|
1977
2043
|
"imports": [
|
1978
2044
|
{
|
1979
2045
|
"path": "react",
|
@@ -1985,6 +2051,11 @@
|
|
1985
2051
|
"kind": "import-statement",
|
1986
2052
|
"external": true
|
1987
2053
|
},
|
2054
|
+
{
|
2055
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
2056
|
+
"kind": "import-statement",
|
2057
|
+
"original": "../components/PrebuiltDialogPortal"
|
2058
|
+
},
|
1988
2059
|
{
|
1989
2060
|
"path": "src/Button/index.tsx",
|
1990
2061
|
"kind": "import-statement",
|
@@ -2532,7 +2603,7 @@
|
|
2532
2603
|
"imports": []
|
2533
2604
|
},
|
2534
2605
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
2535
|
-
"bytes":
|
2606
|
+
"bytes": 4758,
|
2536
2607
|
"imports": [
|
2537
2608
|
{
|
2538
2609
|
"path": "react",
|
@@ -2564,6 +2635,11 @@
|
|
2564
2635
|
"kind": "import-statement",
|
2565
2636
|
"original": "../../images/ios-perm-0.png"
|
2566
2637
|
},
|
2638
|
+
{
|
2639
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
2640
|
+
"kind": "import-statement",
|
2641
|
+
"original": "../PrebuiltDialogPortal"
|
2642
|
+
},
|
2567
2643
|
{
|
2568
2644
|
"path": "src/Prebuilt/common/constants.js",
|
2569
2645
|
"kind": "import-statement",
|
@@ -2801,7 +2877,7 @@
|
|
2801
2877
|
"format": "esm"
|
2802
2878
|
},
|
2803
2879
|
"src/Prebuilt/common/utils.js": {
|
2804
|
-
"bytes":
|
2880
|
+
"bytes": 2873,
|
2805
2881
|
"imports": [
|
2806
2882
|
{
|
2807
2883
|
"path": "<define:process.env>",
|
@@ -3609,8 +3685,8 @@
|
|
3609
3685
|
],
|
3610
3686
|
"format": "esm"
|
3611
3687
|
},
|
3612
|
-
"src/Prebuilt/components/Chip.
|
3613
|
-
"bytes":
|
3688
|
+
"src/Prebuilt/components/Chip.tsx": {
|
3689
|
+
"bytes": 863,
|
3614
3690
|
"imports": [
|
3615
3691
|
{
|
3616
3692
|
"path": "react",
|
@@ -3627,10 +3703,20 @@
|
|
3627
3703
|
"kind": "import-statement",
|
3628
3704
|
"original": "../../Text"
|
3629
3705
|
},
|
3706
|
+
{
|
3707
|
+
"path": "../../Theme",
|
3708
|
+
"kind": "import-statement",
|
3709
|
+
"external": true
|
3710
|
+
},
|
3630
3711
|
{
|
3631
3712
|
"path": "<define:process.env>",
|
3632
3713
|
"kind": "import-statement",
|
3633
3714
|
"external": true
|
3715
|
+
},
|
3716
|
+
{
|
3717
|
+
"path": "<runtime>",
|
3718
|
+
"kind": "import-statement",
|
3719
|
+
"external": true
|
3634
3720
|
}
|
3635
3721
|
],
|
3636
3722
|
"format": "esm"
|
@@ -3981,7 +4067,7 @@
|
|
3981
4067
|
"format": "esm"
|
3982
4068
|
},
|
3983
4069
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
3984
|
-
"bytes":
|
4070
|
+
"bytes": 8947,
|
3985
4071
|
"imports": [
|
3986
4072
|
{
|
3987
4073
|
"path": "react",
|
@@ -4038,6 +4124,11 @@
|
|
4038
4124
|
"kind": "import-statement",
|
4039
4125
|
"original": "../../../Theme"
|
4040
4126
|
},
|
4127
|
+
{
|
4128
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
4129
|
+
"kind": "import-statement",
|
4130
|
+
"original": "../PrebuiltDialogPortal"
|
4131
|
+
},
|
4041
4132
|
{
|
4042
4133
|
"path": "src/Prebuilt/components/Settings/common.js",
|
4043
4134
|
"kind": "import-statement",
|
@@ -4056,28 +4147,64 @@
|
|
4056
4147
|
],
|
4057
4148
|
"format": "esm"
|
4058
4149
|
},
|
4059
|
-
"src/Prebuilt/components/
|
4060
|
-
"bytes":
|
4150
|
+
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
4151
|
+
"bytes": 2636,
|
4061
4152
|
"imports": [
|
4062
4153
|
{
|
4063
4154
|
"path": "react",
|
4064
4155
|
"kind": "import-statement",
|
4065
4156
|
"external": true
|
4066
4157
|
},
|
4158
|
+
{
|
4159
|
+
"path": "react-use",
|
4160
|
+
"kind": "import-statement",
|
4161
|
+
"external": true
|
4162
|
+
},
|
4163
|
+
{
|
4164
|
+
"path": "@100mslive/types-prebuilt/elements/join_form",
|
4165
|
+
"kind": "import-statement",
|
4166
|
+
"external": true
|
4167
|
+
},
|
4168
|
+
{
|
4169
|
+
"path": "@100mslive/react-sdk",
|
4170
|
+
"kind": "import-statement",
|
4171
|
+
"external": true
|
4172
|
+
},
|
4067
4173
|
{
|
4068
4174
|
"path": "@100mslive/react-icons",
|
4069
4175
|
"kind": "import-statement",
|
4070
4176
|
"external": true
|
4071
4177
|
},
|
4072
4178
|
{
|
4073
|
-
"path": "src/
|
4179
|
+
"path": "src/index.ts",
|
4074
4180
|
"kind": "import-statement",
|
4075
|
-
"original": "
|
4181
|
+
"original": "../../.."
|
4076
4182
|
},
|
4077
4183
|
{
|
4078
|
-
"path": "src/
|
4184
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4079
4185
|
"kind": "import-statement",
|
4080
|
-
"original": "
|
4186
|
+
"original": "../../provider/roomLayoutProvider"
|
4187
|
+
},
|
4188
|
+
{
|
4189
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
4190
|
+
"kind": "import-statement",
|
4191
|
+
"original": "./PreviewJoin"
|
4192
|
+
},
|
4193
|
+
{
|
4194
|
+
"path": "<define:process.env>",
|
4195
|
+
"kind": "import-statement",
|
4196
|
+
"external": true
|
4197
|
+
}
|
4198
|
+
],
|
4199
|
+
"format": "esm"
|
4200
|
+
},
|
4201
|
+
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
4202
|
+
"bytes": 1301,
|
4203
|
+
"imports": [
|
4204
|
+
{
|
4205
|
+
"path": "react",
|
4206
|
+
"kind": "import-statement",
|
4207
|
+
"external": true
|
4081
4208
|
},
|
4082
4209
|
{
|
4083
4210
|
"path": "src/Layout/index.tsx",
|
@@ -4089,6 +4216,11 @@
|
|
4089
4216
|
"kind": "import-statement",
|
4090
4217
|
"original": "../../../Text"
|
4091
4218
|
},
|
4219
|
+
{
|
4220
|
+
"path": "src/Theme/index.tsx",
|
4221
|
+
"kind": "import-statement",
|
4222
|
+
"original": "../../../Theme"
|
4223
|
+
},
|
4092
4224
|
{
|
4093
4225
|
"path": "<define:process.env>",
|
4094
4226
|
"kind": "import-statement",
|
@@ -4102,8 +4234,24 @@
|
|
4102
4234
|
],
|
4103
4235
|
"format": "esm"
|
4104
4236
|
},
|
4105
|
-
"src/Prebuilt/
|
4106
|
-
"bytes":
|
4237
|
+
"src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
|
4238
|
+
"bytes": 2212,
|
4239
|
+
"imports": [
|
4240
|
+
{
|
4241
|
+
"path": "@100mslive/hms-virtual-background",
|
4242
|
+
"kind": "import-statement",
|
4243
|
+
"external": true
|
4244
|
+
},
|
4245
|
+
{
|
4246
|
+
"path": "<define:process.env>",
|
4247
|
+
"kind": "import-statement",
|
4248
|
+
"external": true
|
4249
|
+
}
|
4250
|
+
],
|
4251
|
+
"format": "esm"
|
4252
|
+
},
|
4253
|
+
"src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
|
4254
|
+
"bytes": 3590,
|
4107
4255
|
"imports": [
|
4108
4256
|
{
|
4109
4257
|
"path": "react",
|
@@ -4111,7 +4259,7 @@
|
|
4111
4259
|
"external": true
|
4112
4260
|
},
|
4113
4261
|
{
|
4114
|
-
"path": "
|
4262
|
+
"path": "@100mslive/hms-virtual-background",
|
4115
4263
|
"kind": "import-statement",
|
4116
4264
|
"external": true
|
4117
4265
|
},
|
@@ -4121,35 +4269,45 @@
|
|
4121
4269
|
"external": true
|
4122
4270
|
},
|
4123
4271
|
{
|
4124
|
-
"path": "
|
4272
|
+
"path": "@100mslive/react-icons",
|
4125
4273
|
"kind": "import-statement",
|
4126
|
-
"
|
4274
|
+
"external": true
|
4127
4275
|
},
|
4128
4276
|
{
|
4129
|
-
"path": "src/
|
4277
|
+
"path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
|
4130
4278
|
"kind": "import-statement",
|
4131
|
-
"original": "
|
4279
|
+
"original": "../../components/MoreSettings/ActionTile"
|
4132
4280
|
},
|
4133
4281
|
{
|
4134
|
-
"path": "src/
|
4282
|
+
"path": "src/Loading/index.ts",
|
4135
4283
|
"kind": "import-statement",
|
4136
|
-
"original": "
|
4284
|
+
"original": "../../../Loading"
|
4137
4285
|
},
|
4138
4286
|
{
|
4139
|
-
"path": "src/
|
4287
|
+
"path": "src/Tooltip/index.ts",
|
4140
4288
|
"kind": "import-statement",
|
4141
|
-
"original": "
|
4289
|
+
"original": "../../../Tooltip"
|
4142
4290
|
},
|
4143
4291
|
{
|
4144
|
-
"path": "src/Prebuilt/
|
4292
|
+
"path": "src/Prebuilt/IconButton.jsx",
|
4145
4293
|
"kind": "import-statement",
|
4146
|
-
"original": "
|
4294
|
+
"original": "../../IconButton"
|
4295
|
+
},
|
4296
|
+
{
|
4297
|
+
"path": "src/Prebuilt/plugins/VirtualBackground/vbutils.js",
|
4298
|
+
"kind": "import-statement",
|
4299
|
+
"original": "./vbutils"
|
4147
4300
|
},
|
4148
4301
|
{
|
4149
4302
|
"path": "<define:process.env>",
|
4150
4303
|
"kind": "import-statement",
|
4151
4304
|
"external": true
|
4152
4305
|
},
|
4306
|
+
{
|
4307
|
+
"path": "@100mslive/hms-virtual-background",
|
4308
|
+
"kind": "dynamic-import",
|
4309
|
+
"external": true
|
4310
|
+
},
|
4153
4311
|
{
|
4154
4312
|
"path": "<runtime>",
|
4155
4313
|
"kind": "import-statement",
|
@@ -4158,8 +4316,8 @@
|
|
4158
4316
|
],
|
4159
4317
|
"format": "esm"
|
4160
4318
|
},
|
4161
|
-
"src/Prebuilt/components/
|
4162
|
-
"bytes":
|
4319
|
+
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4320
|
+
"bytes": 9541,
|
4163
4321
|
"imports": [
|
4164
4322
|
{
|
4165
4323
|
"path": "react",
|
@@ -4182,34 +4340,64 @@
|
|
4182
4340
|
"external": true
|
4183
4341
|
},
|
4184
4342
|
{
|
4185
|
-
"path": "src/
|
4343
|
+
"path": "src/index.ts",
|
4186
4344
|
"kind": "import-statement",
|
4187
|
-
"original": "
|
4345
|
+
"original": "../../.."
|
4188
4346
|
},
|
4189
4347
|
{
|
4190
|
-
"path": "src/
|
4348
|
+
"path": "src/AudioLevel/index.ts",
|
4191
4349
|
"kind": "import-statement",
|
4192
|
-
"original": "../../../
|
4350
|
+
"original": "../../../AudioLevel"
|
4193
4351
|
},
|
4194
4352
|
{
|
4195
|
-
"path": "src/
|
4353
|
+
"path": "src/Prebuilt/AppContext.tsx",
|
4196
4354
|
"kind": "import-statement",
|
4197
|
-
"original": "
|
4355
|
+
"original": "../../AppContext"
|
4198
4356
|
},
|
4199
4357
|
{
|
4200
|
-
"path": "src/
|
4358
|
+
"path": "src/Prebuilt/IconButton.jsx",
|
4201
4359
|
"kind": "import-statement",
|
4202
|
-
"original": "
|
4360
|
+
"original": "../../IconButton"
|
4203
4361
|
},
|
4204
4362
|
{
|
4205
|
-
"path": "src/
|
4363
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4206
4364
|
"kind": "import-statement",
|
4207
|
-
"original": "
|
4365
|
+
"original": "../../provider/roomLayoutProvider"
|
4208
4366
|
},
|
4209
4367
|
{
|
4210
|
-
"path": "src/Prebuilt/components/
|
4368
|
+
"path": "src/Prebuilt/components/AudioVideoToggle.jsx",
|
4211
4369
|
"kind": "import-statement",
|
4212
|
-
"original": "../
|
4370
|
+
"original": "../AudioVideoToggle"
|
4371
|
+
},
|
4372
|
+
{
|
4373
|
+
"path": "src/Prebuilt/components/Chip.tsx",
|
4374
|
+
"kind": "import-statement",
|
4375
|
+
"original": "../Chip"
|
4376
|
+
},
|
4377
|
+
{
|
4378
|
+
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
4379
|
+
"kind": "import-statement",
|
4380
|
+
"original": "../Connection/TileConnection"
|
4381
|
+
},
|
4382
|
+
{
|
4383
|
+
"path": "src/Prebuilt/components/FullPageProgress.jsx",
|
4384
|
+
"kind": "import-statement",
|
4385
|
+
"original": "../FullPageProgress"
|
4386
|
+
},
|
4387
|
+
{
|
4388
|
+
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
4389
|
+
"kind": "import-statement",
|
4390
|
+
"original": "../Header/HeaderComponents"
|
4391
|
+
},
|
4392
|
+
{
|
4393
|
+
"path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
|
4394
|
+
"kind": "import-statement",
|
4395
|
+
"original": "../Settings/SettingsModal"
|
4396
|
+
},
|
4397
|
+
{
|
4398
|
+
"path": "src/Prebuilt/components/Preview/PreviewForm.tsx",
|
4399
|
+
"kind": "import-statement",
|
4400
|
+
"original": "./PreviewForm"
|
4213
4401
|
},
|
4214
4402
|
{
|
4215
4403
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
@@ -4217,9 +4405,14 @@
|
|
4217
4405
|
"original": "../AppData/useUISettings"
|
4218
4406
|
},
|
4219
4407
|
{
|
4220
|
-
"path": "src/Prebuilt/components/hooks/
|
4408
|
+
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
4221
4409
|
"kind": "import-statement",
|
4222
|
-
"original": "../hooks/
|
4410
|
+
"original": "../hooks/useUserPreferences"
|
4411
|
+
},
|
4412
|
+
{
|
4413
|
+
"path": "src/Prebuilt/common/utils.js",
|
4414
|
+
"kind": "import-statement",
|
4415
|
+
"original": "../../common/utils"
|
4223
4416
|
},
|
4224
4417
|
{
|
4225
4418
|
"path": "src/Prebuilt/common/constants.js",
|
@@ -4231,6 +4424,11 @@
|
|
4231
4424
|
"kind": "import-statement",
|
4232
4425
|
"external": true
|
4233
4426
|
},
|
4427
|
+
{
|
4428
|
+
"path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
|
4429
|
+
"kind": "dynamic-import",
|
4430
|
+
"original": "../../plugins/VirtualBackground/VirtualBackground"
|
4431
|
+
},
|
4234
4432
|
{
|
4235
4433
|
"path": "<runtime>",
|
4236
4434
|
"kind": "import-statement",
|
@@ -4239,8 +4437,8 @@
|
|
4239
4437
|
],
|
4240
4438
|
"format": "esm"
|
4241
4439
|
},
|
4242
|
-
"src/Prebuilt/components/
|
4243
|
-
"bytes":
|
4440
|
+
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
4441
|
+
"bytes": 2128,
|
4244
4442
|
"imports": [
|
4245
4443
|
{
|
4246
4444
|
"path": "react",
|
@@ -4248,511 +4446,7 @@
|
|
4248
4446
|
"external": true
|
4249
4447
|
},
|
4250
4448
|
{
|
4251
|
-
"path": "
|
4252
|
-
"kind": "import-statement",
|
4253
|
-
"original": "../AppData/useUISettings"
|
4254
|
-
},
|
4255
|
-
{
|
4256
|
-
"path": "src/Prebuilt/common/constants.js",
|
4257
|
-
"kind": "import-statement",
|
4258
|
-
"original": "../../common/constants"
|
4259
|
-
},
|
4260
|
-
{
|
4261
|
-
"path": "<define:process.env>",
|
4262
|
-
"kind": "import-statement",
|
4263
|
-
"external": true
|
4264
|
-
}
|
4265
|
-
],
|
4266
|
-
"format": "esm"
|
4267
|
-
},
|
4268
|
-
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
4269
|
-
"bytes": 4567,
|
4270
|
-
"imports": [
|
4271
|
-
{
|
4272
|
-
"path": "react",
|
4273
|
-
"kind": "import-statement",
|
4274
|
-
"external": true
|
4275
|
-
},
|
4276
|
-
{
|
4277
|
-
"path": "react-use",
|
4278
|
-
"kind": "import-statement",
|
4279
|
-
"external": true
|
4280
|
-
},
|
4281
|
-
{
|
4282
|
-
"path": "@100mslive/react-sdk",
|
4283
|
-
"kind": "import-statement",
|
4284
|
-
"external": true
|
4285
|
-
},
|
4286
|
-
{
|
4287
|
-
"path": "@100mslive/react-icons",
|
4288
|
-
"kind": "import-statement",
|
4289
|
-
"external": true
|
4290
|
-
},
|
4291
|
-
{
|
4292
|
-
"path": "src/Layout/index.tsx",
|
4293
|
-
"kind": "import-statement",
|
4294
|
-
"original": "../../../Layout"
|
4295
|
-
},
|
4296
|
-
{
|
4297
|
-
"path": "src/Sheet/index.ts",
|
4298
|
-
"kind": "import-statement",
|
4299
|
-
"original": "../../../Sheet"
|
4300
|
-
},
|
4301
|
-
{
|
4302
|
-
"path": "src/Text/index.tsx",
|
4303
|
-
"kind": "import-statement",
|
4304
|
-
"original": "../../../Text"
|
4305
|
-
},
|
4306
|
-
{
|
4307
|
-
"path": "src/Theme/index.tsx",
|
4308
|
-
"kind": "import-statement",
|
4309
|
-
"original": "../../../Theme"
|
4310
|
-
},
|
4311
|
-
{
|
4312
|
-
"path": "src/TileMenu/index.tsx",
|
4313
|
-
"kind": "import-statement",
|
4314
|
-
"original": "../../../TileMenu"
|
4315
|
-
},
|
4316
|
-
{
|
4317
|
-
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
|
4318
|
-
"kind": "import-statement",
|
4319
|
-
"original": "../MoreSettings/ChangeNameModal"
|
4320
|
-
},
|
4321
|
-
{
|
4322
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
|
4323
|
-
"kind": "import-statement",
|
4324
|
-
"original": "./TileMenuContent"
|
4325
|
-
},
|
4326
|
-
{
|
4327
|
-
"path": "src/Prebuilt/components/hooks/useDropdownList.jsx",
|
4328
|
-
"kind": "import-statement",
|
4329
|
-
"original": "../hooks/useDropdownList"
|
4330
|
-
},
|
4331
|
-
{
|
4332
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
|
4333
|
-
"kind": "import-statement",
|
4334
|
-
"original": "./TileMenuContent"
|
4335
|
-
},
|
4336
|
-
{
|
4337
|
-
"path": "<define:process.env>",
|
4338
|
-
"kind": "import-statement",
|
4339
|
-
"external": true
|
4340
|
-
},
|
4341
|
-
{
|
4342
|
-
"path": "<runtime>",
|
4343
|
-
"kind": "import-statement",
|
4344
|
-
"external": true
|
4345
|
-
}
|
4346
|
-
],
|
4347
|
-
"format": "esm"
|
4348
|
-
},
|
4349
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
4350
|
-
"bytes": 1197,
|
4351
|
-
"imports": [
|
4352
|
-
{
|
4353
|
-
"path": "<define:process.env>",
|
4354
|
-
"kind": "import-statement",
|
4355
|
-
"external": true
|
4356
|
-
}
|
4357
|
-
],
|
4358
|
-
"format": "esm"
|
4359
|
-
},
|
4360
|
-
"src/Prebuilt/components/VideoTile.jsx": {
|
4361
|
-
"bytes": 8154,
|
4362
|
-
"imports": [
|
4363
|
-
{
|
4364
|
-
"path": "react",
|
4365
|
-
"kind": "import-statement",
|
4366
|
-
"external": true
|
4367
|
-
},
|
4368
|
-
{
|
4369
|
-
"path": "react-use",
|
4370
|
-
"kind": "import-statement",
|
4371
|
-
"external": true
|
4372
|
-
},
|
4373
|
-
{
|
4374
|
-
"path": "@100mslive/react-sdk",
|
4375
|
-
"kind": "import-statement",
|
4376
|
-
"external": true
|
4377
|
-
},
|
4378
|
-
{
|
4379
|
-
"path": "@100mslive/react-icons",
|
4380
|
-
"kind": "import-statement",
|
4381
|
-
"external": true
|
4382
|
-
},
|
4383
|
-
{
|
4384
|
-
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
4385
|
-
"kind": "import-statement",
|
4386
|
-
"original": "./Connection/TileConnection"
|
4387
|
-
},
|
4388
|
-
{
|
4389
|
-
"path": "src/Prebuilt/components/TileMenu/TileMenu.jsx",
|
4390
|
-
"kind": "import-statement",
|
4391
|
-
"original": "./TileMenu/TileMenu"
|
4392
|
-
},
|
4393
|
-
{
|
4394
|
-
"path": "src/Avatar/index.ts",
|
4395
|
-
"kind": "import-statement",
|
4396
|
-
"original": "../../Avatar"
|
4397
|
-
},
|
4398
|
-
{
|
4399
|
-
"path": "src/Layout/index.tsx",
|
4400
|
-
"kind": "import-statement",
|
4401
|
-
"original": "../../Layout"
|
4402
|
-
},
|
4403
|
-
{
|
4404
|
-
"path": "src/Stats/index.tsx",
|
4405
|
-
"kind": "import-statement",
|
4406
|
-
"original": "../../Stats"
|
4407
|
-
},
|
4408
|
-
{
|
4409
|
-
"path": "src/Theme/index.tsx",
|
4410
|
-
"kind": "import-statement",
|
4411
|
-
"original": "../../Theme"
|
4412
|
-
},
|
4413
|
-
{
|
4414
|
-
"path": "src/Video/index.tsx",
|
4415
|
-
"kind": "import-statement",
|
4416
|
-
"original": "../../Video"
|
4417
|
-
},
|
4418
|
-
{
|
4419
|
-
"path": "src/VideoTile/index.tsx",
|
4420
|
-
"kind": "import-statement",
|
4421
|
-
"original": "../../VideoTile"
|
4422
|
-
},
|
4423
|
-
{
|
4424
|
-
"path": "src/Prebuilt/components/peerTileUtils.jsx",
|
4425
|
-
"kind": "import-statement",
|
4426
|
-
"original": "./peerTileUtils"
|
4427
|
-
},
|
4428
|
-
{
|
4429
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
4430
|
-
"kind": "import-statement",
|
4431
|
-
"original": "./AppData/useUISettings"
|
4432
|
-
},
|
4433
|
-
{
|
4434
|
-
"path": "src/Prebuilt/common/utils.js",
|
4435
|
-
"kind": "import-statement",
|
4436
|
-
"original": "../common/utils"
|
4437
|
-
},
|
4438
|
-
{
|
4439
|
-
"path": "src/Prebuilt/common/constants.js",
|
4440
|
-
"kind": "import-statement",
|
4441
|
-
"original": "../common/constants"
|
4442
|
-
},
|
4443
|
-
{
|
4444
|
-
"path": "<define:process.env>",
|
4445
|
-
"kind": "import-statement",
|
4446
|
-
"external": true
|
4447
|
-
},
|
4448
|
-
{
|
4449
|
-
"path": "<runtime>",
|
4450
|
-
"kind": "import-statement",
|
4451
|
-
"external": true
|
4452
|
-
}
|
4453
|
-
],
|
4454
|
-
"format": "esm"
|
4455
|
-
},
|
4456
|
-
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
4457
|
-
"bytes": 2636,
|
4458
|
-
"imports": [
|
4459
|
-
{
|
4460
|
-
"path": "react",
|
4461
|
-
"kind": "import-statement",
|
4462
|
-
"external": true
|
4463
|
-
},
|
4464
|
-
{
|
4465
|
-
"path": "react-use",
|
4466
|
-
"kind": "import-statement",
|
4467
|
-
"external": true
|
4468
|
-
},
|
4469
|
-
{
|
4470
|
-
"path": "@100mslive/types-prebuilt/elements/join_form",
|
4471
|
-
"kind": "import-statement",
|
4472
|
-
"external": true
|
4473
|
-
},
|
4474
|
-
{
|
4475
|
-
"path": "@100mslive/react-sdk",
|
4476
|
-
"kind": "import-statement",
|
4477
|
-
"external": true
|
4478
|
-
},
|
4479
|
-
{
|
4480
|
-
"path": "@100mslive/react-icons",
|
4481
|
-
"kind": "import-statement",
|
4482
|
-
"external": true
|
4483
|
-
},
|
4484
|
-
{
|
4485
|
-
"path": "src/index.ts",
|
4486
|
-
"kind": "import-statement",
|
4487
|
-
"original": "../../.."
|
4488
|
-
},
|
4489
|
-
{
|
4490
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4491
|
-
"kind": "import-statement",
|
4492
|
-
"original": "../../provider/roomLayoutProvider"
|
4493
|
-
},
|
4494
|
-
{
|
4495
|
-
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
4496
|
-
"kind": "import-statement",
|
4497
|
-
"original": "./PreviewJoin"
|
4498
|
-
},
|
4499
|
-
{
|
4500
|
-
"path": "<define:process.env>",
|
4501
|
-
"kind": "import-statement",
|
4502
|
-
"external": true
|
4503
|
-
}
|
4504
|
-
],
|
4505
|
-
"format": "esm"
|
4506
|
-
},
|
4507
|
-
"src/Prebuilt/components/MoreSettings/ActionTile.jsx": {
|
4508
|
-
"bytes": 1301,
|
4509
|
-
"imports": [
|
4510
|
-
{
|
4511
|
-
"path": "react",
|
4512
|
-
"kind": "import-statement",
|
4513
|
-
"external": true
|
4514
|
-
},
|
4515
|
-
{
|
4516
|
-
"path": "src/Layout/index.tsx",
|
4517
|
-
"kind": "import-statement",
|
4518
|
-
"original": "../../../Layout"
|
4519
|
-
},
|
4520
|
-
{
|
4521
|
-
"path": "src/Text/index.tsx",
|
4522
|
-
"kind": "import-statement",
|
4523
|
-
"original": "../../../Text"
|
4524
|
-
},
|
4525
|
-
{
|
4526
|
-
"path": "src/Theme/index.tsx",
|
4527
|
-
"kind": "import-statement",
|
4528
|
-
"original": "../../../Theme"
|
4529
|
-
},
|
4530
|
-
{
|
4531
|
-
"path": "<define:process.env>",
|
4532
|
-
"kind": "import-statement",
|
4533
|
-
"external": true
|
4534
|
-
},
|
4535
|
-
{
|
4536
|
-
"path": "<runtime>",
|
4537
|
-
"kind": "import-statement",
|
4538
|
-
"external": true
|
4539
|
-
}
|
4540
|
-
],
|
4541
|
-
"format": "esm"
|
4542
|
-
},
|
4543
|
-
"src/Prebuilt/plugins/VirtualBackground/vbutils.js": {
|
4544
|
-
"bytes": 2212,
|
4545
|
-
"imports": [
|
4546
|
-
{
|
4547
|
-
"path": "@100mslive/hms-virtual-background",
|
4548
|
-
"kind": "import-statement",
|
4549
|
-
"external": true
|
4550
|
-
},
|
4551
|
-
{
|
4552
|
-
"path": "<define:process.env>",
|
4553
|
-
"kind": "import-statement",
|
4554
|
-
"external": true
|
4555
|
-
}
|
4556
|
-
],
|
4557
|
-
"format": "esm"
|
4558
|
-
},
|
4559
|
-
"src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx": {
|
4560
|
-
"bytes": 3590,
|
4561
|
-
"imports": [
|
4562
|
-
{
|
4563
|
-
"path": "react",
|
4564
|
-
"kind": "import-statement",
|
4565
|
-
"external": true
|
4566
|
-
},
|
4567
|
-
{
|
4568
|
-
"path": "@100mslive/hms-virtual-background",
|
4569
|
-
"kind": "import-statement",
|
4570
|
-
"external": true
|
4571
|
-
},
|
4572
|
-
{
|
4573
|
-
"path": "@100mslive/react-sdk",
|
4574
|
-
"kind": "import-statement",
|
4575
|
-
"external": true
|
4576
|
-
},
|
4577
|
-
{
|
4578
|
-
"path": "@100mslive/react-icons",
|
4579
|
-
"kind": "import-statement",
|
4580
|
-
"external": true
|
4581
|
-
},
|
4582
|
-
{
|
4583
|
-
"path": "src/Prebuilt/components/MoreSettings/ActionTile.jsx",
|
4584
|
-
"kind": "import-statement",
|
4585
|
-
"original": "../../components/MoreSettings/ActionTile"
|
4586
|
-
},
|
4587
|
-
{
|
4588
|
-
"path": "src/Loading/index.ts",
|
4589
|
-
"kind": "import-statement",
|
4590
|
-
"original": "../../../Loading"
|
4591
|
-
},
|
4592
|
-
{
|
4593
|
-
"path": "src/Tooltip/index.ts",
|
4594
|
-
"kind": "import-statement",
|
4595
|
-
"original": "../../../Tooltip"
|
4596
|
-
},
|
4597
|
-
{
|
4598
|
-
"path": "src/Prebuilt/IconButton.jsx",
|
4599
|
-
"kind": "import-statement",
|
4600
|
-
"original": "../../IconButton"
|
4601
|
-
},
|
4602
|
-
{
|
4603
|
-
"path": "src/Prebuilt/plugins/VirtualBackground/vbutils.js",
|
4604
|
-
"kind": "import-statement",
|
4605
|
-
"original": "./vbutils"
|
4606
|
-
},
|
4607
|
-
{
|
4608
|
-
"path": "<define:process.env>",
|
4609
|
-
"kind": "import-statement",
|
4610
|
-
"external": true
|
4611
|
-
},
|
4612
|
-
{
|
4613
|
-
"path": "@100mslive/hms-virtual-background",
|
4614
|
-
"kind": "dynamic-import",
|
4615
|
-
"external": true
|
4616
|
-
},
|
4617
|
-
{
|
4618
|
-
"path": "<runtime>",
|
4619
|
-
"kind": "import-statement",
|
4620
|
-
"external": true
|
4621
|
-
}
|
4622
|
-
],
|
4623
|
-
"format": "esm"
|
4624
|
-
},
|
4625
|
-
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
4626
|
-
"bytes": 9466,
|
4627
|
-
"imports": [
|
4628
|
-
{
|
4629
|
-
"path": "react",
|
4630
|
-
"kind": "import-statement",
|
4631
|
-
"external": true
|
4632
|
-
},
|
4633
|
-
{
|
4634
|
-
"path": "react-use",
|
4635
|
-
"kind": "import-statement",
|
4636
|
-
"external": true
|
4637
|
-
},
|
4638
|
-
{
|
4639
|
-
"path": "@100mslive/react-sdk",
|
4640
|
-
"kind": "import-statement",
|
4641
|
-
"external": true
|
4642
|
-
},
|
4643
|
-
{
|
4644
|
-
"path": "@100mslive/react-icons",
|
4645
|
-
"kind": "import-statement",
|
4646
|
-
"external": true
|
4647
|
-
},
|
4648
|
-
{
|
4649
|
-
"path": "src/index.ts",
|
4650
|
-
"kind": "import-statement",
|
4651
|
-
"original": "../../.."
|
4652
|
-
},
|
4653
|
-
{
|
4654
|
-
"path": "src/Prebuilt/AppContext.tsx",
|
4655
|
-
"kind": "import-statement",
|
4656
|
-
"original": "../../AppContext"
|
4657
|
-
},
|
4658
|
-
{
|
4659
|
-
"path": "src/Prebuilt/IconButton.jsx",
|
4660
|
-
"kind": "import-statement",
|
4661
|
-
"original": "../../IconButton"
|
4662
|
-
},
|
4663
|
-
{
|
4664
|
-
"path": "src/Prebuilt/provider/roomLayoutProvider/index.tsx",
|
4665
|
-
"kind": "import-statement",
|
4666
|
-
"original": "../../provider/roomLayoutProvider"
|
4667
|
-
},
|
4668
|
-
{
|
4669
|
-
"path": "src/Prebuilt/components/AudioVideoToggle.jsx",
|
4670
|
-
"kind": "import-statement",
|
4671
|
-
"original": "../AudioVideoToggle"
|
4672
|
-
},
|
4673
|
-
{
|
4674
|
-
"path": "src/Prebuilt/components/Chip.jsx",
|
4675
|
-
"kind": "import-statement",
|
4676
|
-
"original": "../Chip"
|
4677
|
-
},
|
4678
|
-
{
|
4679
|
-
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
4680
|
-
"kind": "import-statement",
|
4681
|
-
"original": "../Connection/TileConnection"
|
4682
|
-
},
|
4683
|
-
{
|
4684
|
-
"path": "src/Prebuilt/components/FullPageProgress.jsx",
|
4685
|
-
"kind": "import-statement",
|
4686
|
-
"original": "../FullPageProgress"
|
4687
|
-
},
|
4688
|
-
{
|
4689
|
-
"path": "src/Prebuilt/components/Header/HeaderComponents.jsx",
|
4690
|
-
"kind": "import-statement",
|
4691
|
-
"original": "../Header/HeaderComponents"
|
4692
|
-
},
|
4693
|
-
{
|
4694
|
-
"path": "src/Prebuilt/components/Settings/SettingsModal.jsx",
|
4695
|
-
"kind": "import-statement",
|
4696
|
-
"original": "../Settings/SettingsModal"
|
4697
|
-
},
|
4698
|
-
{
|
4699
|
-
"path": "src/Prebuilt/components/VideoTile.jsx",
|
4700
|
-
"kind": "import-statement",
|
4701
|
-
"original": "../VideoTile"
|
4702
|
-
},
|
4703
|
-
{
|
4704
|
-
"path": "src/Prebuilt/components/Preview/PreviewForm.tsx",
|
4705
|
-
"kind": "import-statement",
|
4706
|
-
"original": "./PreviewForm"
|
4707
|
-
},
|
4708
|
-
{
|
4709
|
-
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
4710
|
-
"kind": "import-statement",
|
4711
|
-
"original": "../AppData/useUISettings"
|
4712
|
-
},
|
4713
|
-
{
|
4714
|
-
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
4715
|
-
"kind": "import-statement",
|
4716
|
-
"original": "../hooks/useUserPreferences"
|
4717
|
-
},
|
4718
|
-
{
|
4719
|
-
"path": "src/Prebuilt/common/utils.js",
|
4720
|
-
"kind": "import-statement",
|
4721
|
-
"original": "../../common/utils"
|
4722
|
-
},
|
4723
|
-
{
|
4724
|
-
"path": "src/Prebuilt/common/constants.js",
|
4725
|
-
"kind": "import-statement",
|
4726
|
-
"original": "../../common/constants"
|
4727
|
-
},
|
4728
|
-
{
|
4729
|
-
"path": "<define:process.env>",
|
4730
|
-
"kind": "import-statement",
|
4731
|
-
"external": true
|
4732
|
-
},
|
4733
|
-
{
|
4734
|
-
"path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
|
4735
|
-
"kind": "dynamic-import",
|
4736
|
-
"original": "../../plugins/VirtualBackground/VirtualBackground"
|
4737
|
-
},
|
4738
|
-
{
|
4739
|
-
"path": "<runtime>",
|
4740
|
-
"kind": "import-statement",
|
4741
|
-
"external": true
|
4742
|
-
}
|
4743
|
-
],
|
4744
|
-
"format": "esm"
|
4745
|
-
},
|
4746
|
-
"src/Prebuilt/components/Preview/PreviewContainer.tsx": {
|
4747
|
-
"bytes": 2128,
|
4748
|
-
"imports": [
|
4749
|
-
{
|
4750
|
-
"path": "react",
|
4751
|
-
"kind": "import-statement",
|
4752
|
-
"external": true
|
4753
|
-
},
|
4754
|
-
{
|
4755
|
-
"path": "react-router-dom",
|
4449
|
+
"path": "react-router-dom",
|
4756
4450
|
"kind": "import-statement",
|
4757
4451
|
"external": true
|
4758
4452
|
},
|
@@ -5056,6 +4750,32 @@
|
|
5056
4750
|
],
|
5057
4751
|
"format": "esm"
|
5058
4752
|
},
|
4753
|
+
"src/Prebuilt/components/hooks/useDropdownList.jsx": {
|
4754
|
+
"bytes": 747,
|
4755
|
+
"imports": [
|
4756
|
+
{
|
4757
|
+
"path": "react",
|
4758
|
+
"kind": "import-statement",
|
4759
|
+
"external": true
|
4760
|
+
},
|
4761
|
+
{
|
4762
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
4763
|
+
"kind": "import-statement",
|
4764
|
+
"original": "../AppData/useUISettings"
|
4765
|
+
},
|
4766
|
+
{
|
4767
|
+
"path": "src/Prebuilt/common/constants.js",
|
4768
|
+
"kind": "import-statement",
|
4769
|
+
"original": "../../common/constants"
|
4770
|
+
},
|
4771
|
+
{
|
4772
|
+
"path": "<define:process.env>",
|
4773
|
+
"kind": "import-statement",
|
4774
|
+
"external": true
|
4775
|
+
}
|
4776
|
+
],
|
4777
|
+
"format": "esm"
|
4778
|
+
},
|
5059
4779
|
"src/Prebuilt/components/EmojiReaction.jsx": {
|
5060
4780
|
"bytes": 2758,
|
5061
4781
|
"imports": [
|
@@ -5277,7 +4997,7 @@
|
|
5277
4997
|
"format": "esm"
|
5278
4998
|
},
|
5279
4999
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
5280
|
-
"bytes":
|
5000
|
+
"bytes": 6224,
|
5281
5001
|
"imports": [
|
5282
5002
|
{
|
5283
5003
|
"path": "react",
|
@@ -5319,6 +5039,11 @@
|
|
5319
5039
|
"kind": "import-statement",
|
5320
5040
|
"original": "../../../Tooltip"
|
5321
5041
|
},
|
5042
|
+
{
|
5043
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
5044
|
+
"kind": "import-statement",
|
5045
|
+
"original": "../PrebuiltDialogPortal"
|
5046
|
+
},
|
5322
5047
|
{
|
5323
5048
|
"path": "src/Prebuilt/components/Leave/EndSessionContent.tsx",
|
5324
5049
|
"kind": "import-statement",
|
@@ -5578,7 +5303,7 @@
|
|
5578
5303
|
"format": "esm"
|
5579
5304
|
},
|
5580
5305
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
5581
|
-
"bytes":
|
5306
|
+
"bytes": 6563,
|
5582
5307
|
"imports": [
|
5583
5308
|
{
|
5584
5309
|
"path": "react",
|
@@ -5635,6 +5360,11 @@
|
|
5635
5360
|
"kind": "import-statement",
|
5636
5361
|
"original": "../../Tooltip"
|
5637
5362
|
},
|
5363
|
+
{
|
5364
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
5365
|
+
"kind": "import-statement",
|
5366
|
+
"original": "./PrebuiltDialogPortal"
|
5367
|
+
},
|
5638
5368
|
{
|
5639
5369
|
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
5640
5370
|
"kind": "import-statement",
|
@@ -5797,7 +5527,7 @@
|
|
5797
5527
|
"format": "esm"
|
5798
5528
|
},
|
5799
5529
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
5800
|
-
"bytes":
|
5530
|
+
"bytes": 4435,
|
5801
5531
|
"imports": [
|
5802
5532
|
{
|
5803
5533
|
"path": "react",
|
@@ -5819,6 +5549,11 @@
|
|
5819
5549
|
"kind": "import-statement",
|
5820
5550
|
"original": "../../../"
|
5821
5551
|
},
|
5552
|
+
{
|
5553
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
5554
|
+
"kind": "import-statement",
|
5555
|
+
"original": "../PrebuiltDialogPortal"
|
5556
|
+
},
|
5822
5557
|
{
|
5823
5558
|
"path": "src/Prebuilt/components/Streaming/ResolutionInput.jsx",
|
5824
5559
|
"kind": "import-statement",
|
@@ -5858,7 +5593,7 @@
|
|
5858
5593
|
"format": "esm"
|
5859
5594
|
},
|
5860
5595
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
5861
|
-
"bytes":
|
5596
|
+
"bytes": 9007,
|
5862
5597
|
"imports": [
|
5863
5598
|
{
|
5864
5599
|
"path": "react",
|
@@ -5910,6 +5645,11 @@
|
|
5910
5645
|
"kind": "import-statement",
|
5911
5646
|
"original": "../primitives/DropdownTrigger"
|
5912
5647
|
},
|
5648
|
+
{
|
5649
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
5650
|
+
"kind": "import-statement",
|
5651
|
+
"original": "./PrebuiltDialogPortal"
|
5652
|
+
},
|
5913
5653
|
{
|
5914
5654
|
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
5915
5655
|
"kind": "import-statement",
|
@@ -6247,7 +5987,114 @@
|
|
6247
5987
|
"original": "../../../common/constants"
|
6248
5988
|
},
|
6249
5989
|
{
|
6250
|
-
"path": "<define:process.env>",
|
5990
|
+
"path": "<define:process.env>",
|
5991
|
+
"kind": "import-statement",
|
5992
|
+
"external": true
|
5993
|
+
}
|
5994
|
+
],
|
5995
|
+
"format": "esm"
|
5996
|
+
},
|
5997
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
5998
|
+
"bytes": 2933,
|
5999
|
+
"imports": [
|
6000
|
+
{
|
6001
|
+
"path": "react",
|
6002
|
+
"kind": "import-statement",
|
6003
|
+
"external": true
|
6004
|
+
},
|
6005
|
+
{
|
6006
|
+
"path": "@100mslive/react-icons",
|
6007
|
+
"kind": "import-statement",
|
6008
|
+
"external": true
|
6009
|
+
},
|
6010
|
+
{
|
6011
|
+
"path": "src/Button/index.tsx",
|
6012
|
+
"kind": "import-statement",
|
6013
|
+
"original": "../../../Button"
|
6014
|
+
},
|
6015
|
+
{
|
6016
|
+
"path": "src/Input/index.tsx",
|
6017
|
+
"kind": "import-statement",
|
6018
|
+
"original": "../../../Input"
|
6019
|
+
},
|
6020
|
+
{
|
6021
|
+
"path": "src/Layout/index.tsx",
|
6022
|
+
"kind": "import-statement",
|
6023
|
+
"original": "../../../Layout"
|
6024
|
+
},
|
6025
|
+
{
|
6026
|
+
"path": "src/Text/index.tsx",
|
6027
|
+
"kind": "import-statement",
|
6028
|
+
"original": "../../../Text"
|
6029
|
+
},
|
6030
|
+
{
|
6031
|
+
"path": "<define:process.env>",
|
6032
|
+
"kind": "import-statement",
|
6033
|
+
"external": true
|
6034
|
+
},
|
6035
|
+
{
|
6036
|
+
"path": "<runtime>",
|
6037
|
+
"kind": "import-statement",
|
6038
|
+
"external": true
|
6039
|
+
}
|
6040
|
+
],
|
6041
|
+
"format": "esm"
|
6042
|
+
},
|
6043
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
|
6044
|
+
"bytes": 2207,
|
6045
|
+
"imports": [
|
6046
|
+
{
|
6047
|
+
"path": "react",
|
6048
|
+
"kind": "import-statement",
|
6049
|
+
"external": true
|
6050
|
+
},
|
6051
|
+
{
|
6052
|
+
"path": "react-use",
|
6053
|
+
"kind": "import-statement",
|
6054
|
+
"external": true
|
6055
|
+
},
|
6056
|
+
{
|
6057
|
+
"path": "@100mslive/react-sdk",
|
6058
|
+
"kind": "import-statement",
|
6059
|
+
"external": true
|
6060
|
+
},
|
6061
|
+
{
|
6062
|
+
"path": "src/index.ts",
|
6063
|
+
"kind": "import-statement",
|
6064
|
+
"original": "../../../"
|
6065
|
+
},
|
6066
|
+
{
|
6067
|
+
"path": "src/Sheet/index.ts",
|
6068
|
+
"kind": "import-statement",
|
6069
|
+
"original": "../../../Sheet"
|
6070
|
+
},
|
6071
|
+
{
|
6072
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
6073
|
+
"kind": "import-statement",
|
6074
|
+
"original": "../PrebuiltDialogPortal"
|
6075
|
+
},
|
6076
|
+
{
|
6077
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6078
|
+
"kind": "import-statement",
|
6079
|
+
"original": "../Toast/ToastManager"
|
6080
|
+
},
|
6081
|
+
{
|
6082
|
+
"path": "src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx",
|
6083
|
+
"kind": "import-statement",
|
6084
|
+
"original": "./ChangeNameContent"
|
6085
|
+
},
|
6086
|
+
{
|
6087
|
+
"path": "src/Prebuilt/components/hooks/useUserPreferences.jsx",
|
6088
|
+
"kind": "import-statement",
|
6089
|
+
"original": "../hooks/useUserPreferences"
|
6090
|
+
},
|
6091
|
+
{
|
6092
|
+
"path": "<define:process.env>",
|
6093
|
+
"kind": "import-statement",
|
6094
|
+
"external": true
|
6095
|
+
},
|
6096
|
+
{
|
6097
|
+
"path": "<runtime>",
|
6251
6098
|
"kind": "import-statement",
|
6252
6099
|
"external": true
|
6253
6100
|
}
|
@@ -6570,7 +6417,7 @@
|
|
6570
6417
|
"format": "esm"
|
6571
6418
|
},
|
6572
6419
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
6573
|
-
"bytes":
|
6420
|
+
"bytes": 2322,
|
6574
6421
|
"imports": [
|
6575
6422
|
{
|
6576
6423
|
"path": "react",
|
@@ -6592,6 +6439,11 @@
|
|
6592
6439
|
"kind": "import-statement",
|
6593
6440
|
"original": "../../primitives/DialogContent"
|
6594
6441
|
},
|
6442
|
+
{
|
6443
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
6444
|
+
"kind": "import-statement",
|
6445
|
+
"original": "../PrebuiltDialogPortal"
|
6446
|
+
},
|
6595
6447
|
{
|
6596
6448
|
"path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
|
6597
6449
|
"kind": "import-statement",
|
@@ -6616,7 +6468,7 @@
|
|
6616
6468
|
"format": "esm"
|
6617
6469
|
},
|
6618
6470
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
6619
|
-
"bytes":
|
6471
|
+
"bytes": 1334,
|
6620
6472
|
"imports": [
|
6621
6473
|
{
|
6622
6474
|
"path": "react",
|
@@ -6633,6 +6485,11 @@
|
|
6633
6485
|
"kind": "import-statement",
|
6634
6486
|
"original": "../../primitives/DialogContent"
|
6635
6487
|
},
|
6488
|
+
{
|
6489
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
6490
|
+
"kind": "import-statement",
|
6491
|
+
"original": "../PrebuiltDialogPortal"
|
6492
|
+
},
|
6636
6493
|
{
|
6637
6494
|
"path": "src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx",
|
6638
6495
|
"kind": "import-statement",
|
@@ -6657,7 +6514,7 @@
|
|
6657
6514
|
"format": "esm"
|
6658
6515
|
},
|
6659
6516
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
6660
|
-
"bytes":
|
6517
|
+
"bytes": 6576,
|
6661
6518
|
"imports": [
|
6662
6519
|
{
|
6663
6520
|
"path": "react",
|
@@ -6875,69 +6732,322 @@
|
|
6875
6732
|
],
|
6876
6733
|
"format": "esm"
|
6877
6734
|
},
|
6878
|
-
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6879
|
-
"bytes":
|
6735
|
+
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
6736
|
+
"bytes": 4389,
|
6737
|
+
"imports": [
|
6738
|
+
{
|
6739
|
+
"path": "react",
|
6740
|
+
"kind": "import-statement",
|
6741
|
+
"external": true
|
6742
|
+
},
|
6743
|
+
{
|
6744
|
+
"path": "react-use",
|
6745
|
+
"kind": "import-statement",
|
6746
|
+
"external": true
|
6747
|
+
},
|
6748
|
+
{
|
6749
|
+
"path": "react-window",
|
6750
|
+
"kind": "import-statement",
|
6751
|
+
"external": true
|
6752
|
+
},
|
6753
|
+
{
|
6754
|
+
"path": "@100mslive/react-sdk",
|
6755
|
+
"kind": "import-statement",
|
6756
|
+
"external": true
|
6757
|
+
},
|
6758
|
+
{
|
6759
|
+
"path": "@100mslive/react-icons",
|
6760
|
+
"kind": "import-statement",
|
6761
|
+
"external": true
|
6762
|
+
},
|
6763
|
+
{
|
6764
|
+
"path": "src/Accordion/index.ts",
|
6765
|
+
"kind": "import-statement",
|
6766
|
+
"original": "../../../Accordion"
|
6767
|
+
},
|
6768
|
+
{
|
6769
|
+
"path": "src/Layout/index.tsx",
|
6770
|
+
"kind": "import-statement",
|
6771
|
+
"original": "../../../Layout"
|
6772
|
+
},
|
6773
|
+
{
|
6774
|
+
"path": "src/Text/index.tsx",
|
6775
|
+
"kind": "import-statement",
|
6776
|
+
"original": "../../../Text"
|
6777
|
+
},
|
6778
|
+
{
|
6779
|
+
"path": "src/Prebuilt/components/Chip.tsx",
|
6780
|
+
"kind": "import-statement",
|
6781
|
+
"original": "../Chip"
|
6782
|
+
},
|
6783
|
+
{
|
6784
|
+
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
6785
|
+
"kind": "import-statement",
|
6786
|
+
"original": "./ParticipantList"
|
6787
|
+
},
|
6788
|
+
{
|
6789
|
+
"path": "src/Prebuilt/components/Footer/RoleOptions.tsx",
|
6790
|
+
"kind": "import-statement",
|
6791
|
+
"original": "./RoleOptions"
|
6792
|
+
},
|
6793
|
+
{
|
6794
|
+
"path": "src/Prebuilt/common/utils.js",
|
6795
|
+
"kind": "import-statement",
|
6796
|
+
"original": "../../common/utils"
|
6797
|
+
},
|
6798
|
+
{
|
6799
|
+
"path": "<define:process.env>",
|
6800
|
+
"kind": "import-statement",
|
6801
|
+
"external": true
|
6802
|
+
}
|
6803
|
+
],
|
6804
|
+
"format": "esm"
|
6805
|
+
},
|
6806
|
+
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
6807
|
+
"bytes": 10708,
|
6808
|
+
"imports": [
|
6809
|
+
{
|
6810
|
+
"path": "react",
|
6811
|
+
"kind": "import-statement",
|
6812
|
+
"external": true
|
6813
|
+
},
|
6814
|
+
{
|
6815
|
+
"path": "react-use",
|
6816
|
+
"kind": "import-statement",
|
6817
|
+
"external": true
|
6818
|
+
},
|
6819
|
+
{
|
6820
|
+
"path": "@100mslive/react-sdk",
|
6821
|
+
"kind": "import-statement",
|
6822
|
+
"external": true
|
6823
|
+
},
|
6824
|
+
{
|
6825
|
+
"path": "@100mslive/react-icons",
|
6826
|
+
"kind": "import-statement",
|
6827
|
+
"external": true
|
6828
|
+
},
|
6829
|
+
{
|
6830
|
+
"path": "src/index.ts",
|
6831
|
+
"kind": "import-statement",
|
6832
|
+
"original": "../../.."
|
6833
|
+
},
|
6834
|
+
{
|
6835
|
+
"path": "src/Prebuilt/IconButton.jsx",
|
6836
|
+
"kind": "import-statement",
|
6837
|
+
"original": "../../IconButton"
|
6838
|
+
},
|
6839
|
+
{
|
6840
|
+
"path": "src/Prebuilt/components/Connection/ConnectionIndicator.tsx",
|
6841
|
+
"kind": "import-statement",
|
6842
|
+
"original": "../Connection/ConnectionIndicator"
|
6843
|
+
},
|
6844
|
+
{
|
6845
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
6846
|
+
"kind": "import-statement",
|
6847
|
+
"original": "../Toast/ToastManager"
|
6848
|
+
},
|
6849
|
+
{
|
6850
|
+
"path": "src/Prebuilt/components/Footer/RoleAccordion.tsx",
|
6851
|
+
"kind": "import-statement",
|
6852
|
+
"original": "./RoleAccordion"
|
6853
|
+
},
|
6854
|
+
{
|
6855
|
+
"path": "src/Prebuilt/provider/roomLayoutProvider/hooks/useRoomLayoutScreen.ts",
|
6856
|
+
"kind": "import-statement",
|
6857
|
+
"original": "../../provider/roomLayoutProvider/hooks/useRoomLayoutScreen"
|
6858
|
+
},
|
6859
|
+
{
|
6860
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6861
|
+
"kind": "import-statement",
|
6862
|
+
"original": "../AppData/useSidepane"
|
6863
|
+
},
|
6864
|
+
{
|
6865
|
+
"path": "src/Prebuilt/common/hooks.js",
|
6866
|
+
"kind": "import-statement",
|
6867
|
+
"original": "../../common/hooks"
|
6868
|
+
},
|
6869
|
+
{
|
6870
|
+
"path": "src/Prebuilt/common/utils.js",
|
6871
|
+
"kind": "import-statement",
|
6872
|
+
"original": "../../common/utils"
|
6873
|
+
},
|
6874
|
+
{
|
6875
|
+
"path": "src/Prebuilt/common/constants.js",
|
6876
|
+
"kind": "import-statement",
|
6877
|
+
"original": "../../common/constants"
|
6878
|
+
},
|
6879
|
+
{
|
6880
|
+
"path": "<define:process.env>",
|
6881
|
+
"kind": "import-statement",
|
6882
|
+
"external": true
|
6883
|
+
},
|
6884
|
+
{
|
6885
|
+
"path": "<runtime>",
|
6886
|
+
"kind": "import-statement",
|
6887
|
+
"external": true
|
6888
|
+
}
|
6889
|
+
],
|
6890
|
+
"format": "esm"
|
6891
|
+
},
|
6892
|
+
"src/Prebuilt/components/Footer/Footer.tsx": {
|
6893
|
+
"bytes": 3863,
|
6894
|
+
"imports": [
|
6895
|
+
{
|
6896
|
+
"path": "react",
|
6897
|
+
"kind": "import-statement",
|
6898
|
+
"external": true
|
6899
|
+
},
|
6900
|
+
{
|
6901
|
+
"path": "react-use",
|
6902
|
+
"kind": "import-statement",
|
6903
|
+
"external": true
|
6904
|
+
},
|
6905
|
+
{
|
6906
|
+
"path": "@100mslive/types-prebuilt",
|
6907
|
+
"kind": "import-statement",
|
6908
|
+
"external": true
|
6909
|
+
},
|
6910
|
+
{
|
6911
|
+
"path": "@100mslive/types-prebuilt/elements/chat",
|
6912
|
+
"kind": "import-statement",
|
6913
|
+
"external": true
|
6914
|
+
},
|
6915
|
+
{
|
6916
|
+
"path": "@100mslive/react-sdk",
|
6917
|
+
"kind": "import-statement",
|
6918
|
+
"external": true
|
6919
|
+
},
|
6920
|
+
{
|
6921
|
+
"path": "src/index.ts",
|
6922
|
+
"kind": "import-statement",
|
6923
|
+
"original": "../../.."
|
6924
|
+
},
|
6925
|
+
{
|
6926
|
+
"path": "src/Prebuilt/components/AudioVideoToggle.jsx",
|
6927
|
+
"kind": "import-statement",
|
6928
|
+
"original": "../AudioVideoToggle"
|
6929
|
+
},
|
6930
|
+
{
|
6931
|
+
"path": "src/Prebuilt/components/EmojiReaction.jsx",
|
6932
|
+
"kind": "import-statement",
|
6933
|
+
"original": "../EmojiReaction"
|
6934
|
+
},
|
6935
|
+
{
|
6936
|
+
"path": "src/Prebuilt/components/Leave/LeaveRoom.tsx",
|
6937
|
+
"kind": "import-statement",
|
6938
|
+
"original": "../Leave/LeaveRoom"
|
6939
|
+
},
|
6940
|
+
{
|
6941
|
+
"path": "src/Prebuilt/components/MoreSettings/MoreSettings.tsx",
|
6942
|
+
"kind": "import-statement",
|
6943
|
+
"original": "../MoreSettings/MoreSettings"
|
6944
|
+
},
|
6945
|
+
{
|
6946
|
+
"path": "src/Prebuilt/components/RaiseHand.jsx",
|
6947
|
+
"kind": "import-statement",
|
6948
|
+
"original": "../RaiseHand"
|
6949
|
+
},
|
6950
|
+
{
|
6951
|
+
"path": "src/Prebuilt/components/ScreenShareToggle.jsx",
|
6952
|
+
"kind": "import-statement",
|
6953
|
+
"original": "../ScreenShareToggle"
|
6954
|
+
},
|
6955
|
+
{
|
6956
|
+
"path": "src/Prebuilt/components/Footer/ChatToggle.tsx",
|
6957
|
+
"kind": "import-statement",
|
6958
|
+
"original": "./ChatToggle"
|
6959
|
+
},
|
6960
|
+
{
|
6961
|
+
"path": "src/Prebuilt/components/Footer/ParticipantList.jsx",
|
6962
|
+
"kind": "import-statement",
|
6963
|
+
"original": "./ParticipantList"
|
6964
|
+
},
|
6965
|
+
{
|
6966
|
+
"path": "src/Prebuilt/components/AppData/useSidepane.js",
|
6967
|
+
"kind": "import-statement",
|
6968
|
+
"original": "../AppData/useSidepane"
|
6969
|
+
},
|
6970
|
+
{
|
6971
|
+
"path": "src/Prebuilt/common/constants.js",
|
6972
|
+
"kind": "import-statement",
|
6973
|
+
"original": "../../common/constants"
|
6974
|
+
},
|
6975
|
+
{
|
6976
|
+
"path": "<define:process.env>",
|
6977
|
+
"kind": "import-statement",
|
6978
|
+
"external": true
|
6979
|
+
},
|
6980
|
+
{
|
6981
|
+
"path": "src/Prebuilt/plugins/VirtualBackground/VirtualBackground.jsx",
|
6982
|
+
"kind": "dynamic-import",
|
6983
|
+
"original": "../../plugins/VirtualBackground/VirtualBackground"
|
6984
|
+
}
|
6985
|
+
],
|
6986
|
+
"format": "esm"
|
6987
|
+
},
|
6988
|
+
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
6989
|
+
"bytes": 2457,
|
6880
6990
|
"imports": [
|
6881
6991
|
{
|
6882
6992
|
"path": "react",
|
6883
6993
|
"kind": "import-statement",
|
6884
6994
|
"external": true
|
6885
6995
|
},
|
6886
|
-
{
|
6887
|
-
"path": "react-use",
|
6888
|
-
"kind": "import-statement",
|
6889
|
-
"external": true
|
6890
|
-
},
|
6891
|
-
{
|
6892
|
-
"path": "react-window",
|
6893
|
-
"kind": "import-statement",
|
6894
|
-
"external": true
|
6895
|
-
},
|
6896
6996
|
{
|
6897
6997
|
"path": "@100mslive/react-sdk",
|
6898
6998
|
"kind": "import-statement",
|
6899
6999
|
"external": true
|
6900
7000
|
},
|
6901
7001
|
{
|
6902
|
-
"path": "src/
|
7002
|
+
"path": "src/Button/index.tsx",
|
6903
7003
|
"kind": "import-statement",
|
6904
|
-
"original": "../../../
|
7004
|
+
"original": "../../../Button"
|
6905
7005
|
},
|
6906
7006
|
{
|
6907
7007
|
"path": "src/Layout/index.tsx",
|
6908
7008
|
"kind": "import-statement",
|
6909
7009
|
"original": "../../../Layout"
|
6910
7010
|
},
|
7011
|
+
{
|
7012
|
+
"path": "src/Modal/index.ts",
|
7013
|
+
"kind": "import-statement",
|
7014
|
+
"original": "../../../Modal"
|
7015
|
+
},
|
6911
7016
|
{
|
6912
7017
|
"path": "src/Text/index.tsx",
|
6913
7018
|
"kind": "import-statement",
|
6914
7019
|
"original": "../../../Text"
|
6915
7020
|
},
|
6916
7021
|
{
|
6917
|
-
"path": "src/Prebuilt/components/
|
7022
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
6918
7023
|
"kind": "import-statement",
|
6919
|
-
"original": "
|
7024
|
+
"original": "../PrebuiltDialogPortal"
|
6920
7025
|
},
|
6921
7026
|
{
|
6922
|
-
"path": "src/Prebuilt/components/
|
7027
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
6923
7028
|
"kind": "import-statement",
|
6924
|
-
"original": "
|
7029
|
+
"original": "../AppData/useUISettings"
|
6925
7030
|
},
|
6926
7031
|
{
|
6927
|
-
"path": "src/Prebuilt/common/
|
7032
|
+
"path": "src/Prebuilt/common/constants.js",
|
6928
7033
|
"kind": "import-statement",
|
6929
|
-
"original": "../../common/
|
7034
|
+
"original": "../../common/constants"
|
6930
7035
|
},
|
6931
7036
|
{
|
6932
7037
|
"path": "<define:process.env>",
|
6933
7038
|
"kind": "import-statement",
|
6934
7039
|
"external": true
|
7040
|
+
},
|
7041
|
+
{
|
7042
|
+
"path": "<runtime>",
|
7043
|
+
"kind": "import-statement",
|
7044
|
+
"external": true
|
6935
7045
|
}
|
6936
7046
|
],
|
6937
7047
|
"format": "esm"
|
6938
7048
|
},
|
6939
|
-
"src/Prebuilt/components/
|
6940
|
-
"bytes":
|
7049
|
+
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
7050
|
+
"bytes": 2138,
|
6941
7051
|
"imports": [
|
6942
7052
|
{
|
6943
7053
|
"path": "react",
|
@@ -6949,60 +7059,61 @@
|
|
6949
7059
|
"kind": "import-statement",
|
6950
7060
|
"external": true
|
6951
7061
|
},
|
6952
|
-
{
|
6953
|
-
"path": "@100mslive/react-sdk",
|
6954
|
-
"kind": "import-statement",
|
6955
|
-
"external": true
|
6956
|
-
},
|
6957
|
-
{
|
6958
|
-
"path": "@100mslive/react-icons",
|
6959
|
-
"kind": "import-statement",
|
6960
|
-
"external": true
|
6961
|
-
},
|
6962
7062
|
{
|
6963
7063
|
"path": "src/index.ts",
|
6964
7064
|
"kind": "import-statement",
|
6965
7065
|
"original": "../../.."
|
6966
7066
|
},
|
6967
7067
|
{
|
6968
|
-
"path": "src/
|
7068
|
+
"path": "src/Sheet/index.ts",
|
6969
7069
|
"kind": "import-statement",
|
6970
|
-
"original": "
|
7070
|
+
"original": "../../../Sheet"
|
6971
7071
|
},
|
6972
7072
|
{
|
6973
|
-
"path": "src/Prebuilt/components/
|
7073
|
+
"path": "src/Prebuilt/components/PrebuiltDialogPortal.tsx",
|
6974
7074
|
"kind": "import-statement",
|
6975
|
-
"original": "../
|
7075
|
+
"original": "../PrebuiltDialogPortal"
|
6976
7076
|
},
|
6977
7077
|
{
|
6978
|
-
"path": "
|
7078
|
+
"path": "<define:process.env>",
|
6979
7079
|
"kind": "import-statement",
|
6980
|
-
"
|
7080
|
+
"external": true
|
7081
|
+
}
|
7082
|
+
],
|
7083
|
+
"format": "esm"
|
7084
|
+
},
|
7085
|
+
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
7086
|
+
"bytes": 2605,
|
7087
|
+
"imports": [
|
7088
|
+
{
|
7089
|
+
"path": "react",
|
7090
|
+
"kind": "import-statement",
|
7091
|
+
"external": true
|
6981
7092
|
},
|
6982
7093
|
{
|
6983
|
-
"path": "
|
7094
|
+
"path": "@100mslive/react-sdk",
|
6984
7095
|
"kind": "import-statement",
|
6985
|
-
"
|
7096
|
+
"external": true
|
6986
7097
|
},
|
6987
7098
|
{
|
6988
|
-
"path": "src/
|
7099
|
+
"path": "src/index.ts",
|
6989
7100
|
"kind": "import-statement",
|
6990
|
-
"original": "
|
7101
|
+
"original": "../../.."
|
6991
7102
|
},
|
6992
7103
|
{
|
6993
|
-
"path": "src/Prebuilt/components/
|
7104
|
+
"path": "src/Prebuilt/components/Preview/PreviewJoin.tsx",
|
6994
7105
|
"kind": "import-statement",
|
6995
|
-
"original": "../
|
7106
|
+
"original": "../Preview/PreviewJoin"
|
6996
7107
|
},
|
6997
7108
|
{
|
6998
|
-
"path": "src/Prebuilt/
|
7109
|
+
"path": "src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx",
|
6999
7110
|
"kind": "import-statement",
|
7000
|
-
"original": "
|
7111
|
+
"original": "./RequestPrompt"
|
7001
7112
|
},
|
7002
7113
|
{
|
7003
|
-
"path": "src/Prebuilt/
|
7114
|
+
"path": "src/Prebuilt/components/hooks/useMetadata.jsx",
|
7004
7115
|
"kind": "import-statement",
|
7005
|
-
"original": "
|
7116
|
+
"original": "../hooks/useMetadata"
|
7006
7117
|
},
|
7007
7118
|
{
|
7008
7119
|
"path": "src/Prebuilt/common/constants.js",
|
@@ -7022,8 +7133,8 @@
|
|
7022
7133
|
],
|
7023
7134
|
"format": "esm"
|
7024
7135
|
},
|
7025
|
-
"src/Prebuilt/components/
|
7026
|
-
"bytes":
|
7136
|
+
"src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
|
7137
|
+
"bytes": 9915,
|
7027
7138
|
"imports": [
|
7028
7139
|
{
|
7029
7140
|
"path": "react",
|
@@ -7035,70 +7146,55 @@
|
|
7035
7146
|
"kind": "import-statement",
|
7036
7147
|
"external": true
|
7037
7148
|
},
|
7038
|
-
{
|
7039
|
-
"path": "@100mslive/types-prebuilt",
|
7040
|
-
"kind": "import-statement",
|
7041
|
-
"external": true
|
7042
|
-
},
|
7043
|
-
{
|
7044
|
-
"path": "@100mslive/types-prebuilt/elements/chat",
|
7045
|
-
"kind": "import-statement",
|
7046
|
-
"external": true
|
7047
|
-
},
|
7048
7149
|
{
|
7049
7150
|
"path": "@100mslive/react-sdk",
|
7050
7151
|
"kind": "import-statement",
|
7051
7152
|
"external": true
|
7052
7153
|
},
|
7053
7154
|
{
|
7054
|
-
"path": "
|
7055
|
-
"kind": "import-statement",
|
7056
|
-
"original": "../../.."
|
7057
|
-
},
|
7058
|
-
{
|
7059
|
-
"path": "src/Prebuilt/components/AudioVideoToggle.jsx",
|
7155
|
+
"path": "@100mslive/react-icons",
|
7060
7156
|
"kind": "import-statement",
|
7061
|
-
"
|
7157
|
+
"external": true
|
7062
7158
|
},
|
7063
7159
|
{
|
7064
|
-
"path": "src/
|
7160
|
+
"path": "src/Layout/index.tsx",
|
7065
7161
|
"kind": "import-statement",
|
7066
|
-
"original": "
|
7162
|
+
"original": "../../../Layout"
|
7067
7163
|
},
|
7068
7164
|
{
|
7069
|
-
"path": "src/
|
7165
|
+
"path": "src/Slider/index.ts",
|
7070
7166
|
"kind": "import-statement",
|
7071
|
-
"original": "
|
7167
|
+
"original": "../../../Slider"
|
7072
7168
|
},
|
7073
7169
|
{
|
7074
|
-
"path": "src/
|
7170
|
+
"path": "src/Text/index.tsx",
|
7075
7171
|
"kind": "import-statement",
|
7076
|
-
"original": "
|
7172
|
+
"original": "../../../Text"
|
7077
7173
|
},
|
7078
7174
|
{
|
7079
|
-
"path": "src/
|
7175
|
+
"path": "src/Theme/index.tsx",
|
7080
7176
|
"kind": "import-statement",
|
7081
|
-
"original": "
|
7177
|
+
"original": "../../../Theme"
|
7082
7178
|
},
|
7083
7179
|
{
|
7084
|
-
"path": "src/
|
7180
|
+
"path": "src/TileMenu/index.tsx",
|
7085
7181
|
"kind": "import-statement",
|
7086
|
-
"original": "
|
7182
|
+
"original": "../../../TileMenu"
|
7087
7183
|
},
|
7088
7184
|
{
|
7089
|
-
"path": "src/Prebuilt/components/
|
7185
|
+
"path": "src/Prebuilt/components/Toast/ToastManager.js",
|
7090
7186
|
"kind": "import-statement",
|
7091
|
-
"original": "
|
7187
|
+
"original": "../Toast/ToastManager"
|
7092
7188
|
},
|
7093
7189
|
{
|
7094
|
-
"path": "src/Prebuilt/components/
|
7190
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7095
7191
|
"kind": "import-statement",
|
7096
|
-
"original": "
|
7192
|
+
"original": "../AppData/useUISettings"
|
7097
7193
|
},
|
7098
7194
|
{
|
7099
|
-
"path": "src/Prebuilt/components/
|
7195
|
+
"path": "src/Prebuilt/components/hooks/useDropdownSelection.jsx",
|
7100
7196
|
"kind": "import-statement",
|
7101
|
-
"original": "../
|
7197
|
+
"original": "../hooks/useDropdownSelection"
|
7102
7198
|
},
|
7103
7199
|
{
|
7104
7200
|
"path": "src/Prebuilt/common/constants.js",
|
@@ -7111,30 +7207,35 @@
|
|
7111
7207
|
"external": true
|
7112
7208
|
},
|
7113
7209
|
{
|
7114
|
-
"path": "
|
7115
|
-
"kind": "
|
7116
|
-
"
|
7210
|
+
"path": "<runtime>",
|
7211
|
+
"kind": "import-statement",
|
7212
|
+
"external": true
|
7117
7213
|
}
|
7118
7214
|
],
|
7119
7215
|
"format": "esm"
|
7120
7216
|
},
|
7121
|
-
"src/Prebuilt/components/
|
7122
|
-
"bytes":
|
7217
|
+
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
7218
|
+
"bytes": 4567,
|
7123
7219
|
"imports": [
|
7124
7220
|
{
|
7125
7221
|
"path": "react",
|
7126
7222
|
"kind": "import-statement",
|
7127
7223
|
"external": true
|
7128
7224
|
},
|
7225
|
+
{
|
7226
|
+
"path": "react-use",
|
7227
|
+
"kind": "import-statement",
|
7228
|
+
"external": true
|
7229
|
+
},
|
7129
7230
|
{
|
7130
7231
|
"path": "@100mslive/react-sdk",
|
7131
7232
|
"kind": "import-statement",
|
7132
7233
|
"external": true
|
7133
7234
|
},
|
7134
7235
|
{
|
7135
|
-
"path": "
|
7236
|
+
"path": "@100mslive/react-icons",
|
7136
7237
|
"kind": "import-statement",
|
7137
|
-
"
|
7238
|
+
"external": true
|
7138
7239
|
},
|
7139
7240
|
{
|
7140
7241
|
"path": "src/Layout/index.tsx",
|
@@ -7142,9 +7243,9 @@
|
|
7142
7243
|
"original": "../../../Layout"
|
7143
7244
|
},
|
7144
7245
|
{
|
7145
|
-
"path": "src/
|
7246
|
+
"path": "src/Sheet/index.ts",
|
7146
7247
|
"kind": "import-statement",
|
7147
|
-
"original": "../../../
|
7248
|
+
"original": "../../../Sheet"
|
7148
7249
|
},
|
7149
7250
|
{
|
7150
7251
|
"path": "src/Text/index.tsx",
|
@@ -7152,14 +7253,34 @@
|
|
7152
7253
|
"original": "../../../Text"
|
7153
7254
|
},
|
7154
7255
|
{
|
7155
|
-
"path": "src/
|
7256
|
+
"path": "src/Theme/index.tsx",
|
7156
7257
|
"kind": "import-statement",
|
7157
|
-
"original": "
|
7258
|
+
"original": "../../../Theme"
|
7158
7259
|
},
|
7159
7260
|
{
|
7160
|
-
"path": "src/
|
7261
|
+
"path": "src/TileMenu/index.tsx",
|
7161
7262
|
"kind": "import-statement",
|
7162
|
-
"original": "
|
7263
|
+
"original": "../../../TileMenu"
|
7264
|
+
},
|
7265
|
+
{
|
7266
|
+
"path": "src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx",
|
7267
|
+
"kind": "import-statement",
|
7268
|
+
"original": "../MoreSettings/ChangeNameModal"
|
7269
|
+
},
|
7270
|
+
{
|
7271
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
|
7272
|
+
"kind": "import-statement",
|
7273
|
+
"original": "./TileMenuContent"
|
7274
|
+
},
|
7275
|
+
{
|
7276
|
+
"path": "src/Prebuilt/components/hooks/useDropdownList.jsx",
|
7277
|
+
"kind": "import-statement",
|
7278
|
+
"original": "../hooks/useDropdownList"
|
7279
|
+
},
|
7280
|
+
{
|
7281
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenuContent.jsx",
|
7282
|
+
"kind": "import-statement",
|
7283
|
+
"original": "./TileMenuContent"
|
7163
7284
|
},
|
7164
7285
|
{
|
7165
7286
|
"path": "<define:process.env>",
|
@@ -7174,8 +7295,19 @@
|
|
7174
7295
|
],
|
7175
7296
|
"format": "esm"
|
7176
7297
|
},
|
7177
|
-
"src/Prebuilt/components/
|
7178
|
-
"bytes":
|
7298
|
+
"src/Prebuilt/components/peerTileUtils.jsx": {
|
7299
|
+
"bytes": 1197,
|
7300
|
+
"imports": [
|
7301
|
+
{
|
7302
|
+
"path": "<define:process.env>",
|
7303
|
+
"kind": "import-statement",
|
7304
|
+
"external": true
|
7305
|
+
}
|
7306
|
+
],
|
7307
|
+
"format": "esm"
|
7308
|
+
},
|
7309
|
+
"src/Prebuilt/components/VideoTile.jsx": {
|
7310
|
+
"bytes": 7018,
|
7179
7311
|
"imports": [
|
7180
7312
|
{
|
7181
7313
|
"path": "react",
|
@@ -7188,60 +7320,69 @@
|
|
7188
7320
|
"external": true
|
7189
7321
|
},
|
7190
7322
|
{
|
7191
|
-
"path": "
|
7323
|
+
"path": "@100mslive/react-sdk",
|
7192
7324
|
"kind": "import-statement",
|
7193
|
-
"
|
7325
|
+
"external": true
|
7194
7326
|
},
|
7195
7327
|
{
|
7196
|
-
"path": "
|
7328
|
+
"path": "@100mslive/react-icons",
|
7197
7329
|
"kind": "import-statement",
|
7198
|
-
"
|
7330
|
+
"external": true
|
7199
7331
|
},
|
7200
7332
|
{
|
7201
|
-
"path": "
|
7333
|
+
"path": "src/Prebuilt/components/Connection/TileConnection.tsx",
|
7202
7334
|
"kind": "import-statement",
|
7203
|
-
"
|
7204
|
-
}
|
7205
|
-
],
|
7206
|
-
"format": "esm"
|
7207
|
-
},
|
7208
|
-
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
7209
|
-
"bytes": 2605,
|
7210
|
-
"imports": [
|
7335
|
+
"original": "./Connection/TileConnection"
|
7336
|
+
},
|
7211
7337
|
{
|
7212
|
-
"path": "
|
7338
|
+
"path": "src/Prebuilt/components/TileMenu/TileMenu.jsx",
|
7213
7339
|
"kind": "import-statement",
|
7214
|
-
"
|
7340
|
+
"original": "./TileMenu/TileMenu"
|
7215
7341
|
},
|
7216
7342
|
{
|
7217
|
-
"path": "
|
7343
|
+
"path": "src/AudioLevel/index.ts",
|
7218
7344
|
"kind": "import-statement",
|
7219
|
-
"
|
7345
|
+
"original": "../../AudioLevel"
|
7220
7346
|
},
|
7221
7347
|
{
|
7222
|
-
"path": "src/index.ts",
|
7348
|
+
"path": "src/Avatar/index.ts",
|
7223
7349
|
"kind": "import-statement",
|
7224
|
-
"original": "
|
7350
|
+
"original": "../../Avatar"
|
7225
7351
|
},
|
7226
7352
|
{
|
7227
|
-
"path": "src/
|
7353
|
+
"path": "src/Stats/index.tsx",
|
7354
|
+
"kind": "import-statement",
|
7355
|
+
"original": "../../Stats"
|
7356
|
+
},
|
7357
|
+
{
|
7358
|
+
"path": "src/Theme/index.tsx",
|
7359
|
+
"kind": "import-statement",
|
7360
|
+
"original": "../../Theme"
|
7361
|
+
},
|
7362
|
+
{
|
7363
|
+
"path": "src/Video/index.tsx",
|
7364
|
+
"kind": "import-statement",
|
7365
|
+
"original": "../../Video"
|
7366
|
+
},
|
7367
|
+
{
|
7368
|
+
"path": "src/VideoTile/index.tsx",
|
7228
7369
|
"kind": "import-statement",
|
7229
|
-
"original": "
|
7370
|
+
"original": "../../VideoTile"
|
7230
7371
|
},
|
7231
7372
|
{
|
7232
|
-
"path": "src/Prebuilt/components/
|
7373
|
+
"path": "src/Prebuilt/components/peerTileUtils.jsx",
|
7233
7374
|
"kind": "import-statement",
|
7234
|
-
"original": "./
|
7375
|
+
"original": "./peerTileUtils"
|
7235
7376
|
},
|
7236
7377
|
{
|
7237
|
-
"path": "src/Prebuilt/components/
|
7378
|
+
"path": "src/Prebuilt/components/AppData/useUISettings.js",
|
7238
7379
|
"kind": "import-statement",
|
7239
|
-
"original": "
|
7380
|
+
"original": "./AppData/useUISettings"
|
7240
7381
|
},
|
7241
7382
|
{
|
7242
7383
|
"path": "src/Prebuilt/common/constants.js",
|
7243
7384
|
"kind": "import-statement",
|
7244
|
-
"original": "
|
7385
|
+
"original": "../common/constants"
|
7245
7386
|
},
|
7246
7387
|
{
|
7247
7388
|
"path": "<define:process.env>",
|
@@ -9046,7 +9187,7 @@
|
|
9046
9187
|
"format": "esm"
|
9047
9188
|
},
|
9048
9189
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
9049
|
-
"bytes":
|
9190
|
+
"bytes": 15003,
|
9050
9191
|
"imports": [
|
9051
9192
|
{
|
9052
9193
|
"path": "react",
|
@@ -9334,7 +9475,7 @@
|
|
9334
9475
|
"format": "esm"
|
9335
9476
|
},
|
9336
9477
|
"src/Prebuilt/App.tsx": {
|
9337
|
-
"bytes":
|
9478
|
+
"bytes": 11872,
|
9338
9479
|
"imports": [
|
9339
9480
|
{
|
9340
9481
|
"path": "react",
|
@@ -9728,16 +9869,17 @@
|
|
9728
9869
|
"dist/index.js": {
|
9729
9870
|
"imports": [
|
9730
9871
|
{
|
9731
|
-
"path": "dist/chunk-
|
9872
|
+
"path": "dist/chunk-GLYGPYNS.js",
|
9732
9873
|
"kind": "import-statement"
|
9733
9874
|
},
|
9734
9875
|
{
|
9735
|
-
"path": "dist/chunk-
|
9876
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
9736
9877
|
"kind": "import-statement"
|
9737
9878
|
}
|
9738
9879
|
],
|
9739
9880
|
"exports": [
|
9740
9881
|
"Accordion",
|
9882
|
+
"AudioLevel",
|
9741
9883
|
"Avatar",
|
9742
9884
|
"Box",
|
9743
9885
|
"Button",
|
@@ -9799,22 +9941,22 @@
|
|
9799
9941
|
],
|
9800
9942
|
"entryPoint": "src/index.ts",
|
9801
9943
|
"inputs": {},
|
9802
|
-
"bytes":
|
9944
|
+
"bytes": 1730
|
9803
9945
|
},
|
9804
|
-
"dist/VirtualBackground-
|
9946
|
+
"dist/VirtualBackground-GP4ATXD3.js.map": {
|
9805
9947
|
"imports": [],
|
9806
9948
|
"exports": [],
|
9807
9949
|
"inputs": {},
|
9808
9950
|
"bytes": 9170
|
9809
9951
|
},
|
9810
|
-
"dist/VirtualBackground-
|
9952
|
+
"dist/VirtualBackground-GP4ATXD3.js": {
|
9811
9953
|
"imports": [
|
9812
9954
|
{
|
9813
|
-
"path": "dist/chunk-
|
9955
|
+
"path": "dist/chunk-2H5NIZB7.js",
|
9814
9956
|
"kind": "import-statement"
|
9815
9957
|
},
|
9816
9958
|
{
|
9817
|
-
"path": "dist/chunk-
|
9959
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
9818
9960
|
"kind": "import-statement"
|
9819
9961
|
},
|
9820
9962
|
{
|
@@ -9863,20 +10005,20 @@
|
|
9863
10005
|
},
|
9864
10006
|
"bytes": 6113
|
9865
10007
|
},
|
9866
|
-
"dist/HLSView-
|
10008
|
+
"dist/HLSView-IQRPLYNH.js.map": {
|
9867
10009
|
"imports": [],
|
9868
10010
|
"exports": [],
|
9869
10011
|
"inputs": {},
|
9870
|
-
"bytes":
|
10012
|
+
"bytes": 52770
|
9871
10013
|
},
|
9872
|
-
"dist/HLSView-
|
10014
|
+
"dist/HLSView-IQRPLYNH.js": {
|
9873
10015
|
"imports": [
|
9874
10016
|
{
|
9875
|
-
"path": "dist/chunk-
|
10017
|
+
"path": "dist/chunk-GLYGPYNS.js",
|
9876
10018
|
"kind": "import-statement"
|
9877
10019
|
},
|
9878
10020
|
{
|
9879
|
-
"path": "dist/chunk-
|
10021
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
9880
10022
|
"kind": "import-statement"
|
9881
10023
|
},
|
9882
10024
|
{
|
@@ -9986,7 +10128,7 @@
|
|
9986
10128
|
"entryPoint": "src/Prebuilt/layouts/HLSView.jsx",
|
9987
10129
|
"inputs": {
|
9988
10130
|
"src/Prebuilt/layouts/HLSView.jsx": {
|
9989
|
-
"bytesInOutput":
|
10131
|
+
"bytesInOutput": 14871
|
9990
10132
|
},
|
9991
10133
|
"src/Prebuilt/components/HlsStatsOverlay.jsx": {
|
9992
10134
|
"bytesInOutput": 3494
|
@@ -10025,26 +10167,26 @@
|
|
10025
10167
|
"bytesInOutput": 3945
|
10026
10168
|
}
|
10027
10169
|
},
|
10028
|
-
"bytes":
|
10170
|
+
"bytes": 32794
|
10029
10171
|
},
|
10030
|
-
"dist/conference-
|
10172
|
+
"dist/conference-JD35TNH4.js.map": {
|
10031
10173
|
"imports": [],
|
10032
10174
|
"exports": [],
|
10033
10175
|
"inputs": {},
|
10034
|
-
"bytes":
|
10176
|
+
"bytes": 454497
|
10035
10177
|
},
|
10036
|
-
"dist/conference-
|
10178
|
+
"dist/conference-JD35TNH4.js": {
|
10037
10179
|
"imports": [
|
10038
10180
|
{
|
10039
|
-
"path": "dist/chunk-
|
10181
|
+
"path": "dist/chunk-2H5NIZB7.js",
|
10040
10182
|
"kind": "import-statement"
|
10041
10183
|
},
|
10042
10184
|
{
|
10043
|
-
"path": "dist/chunk-
|
10185
|
+
"path": "dist/chunk-GLYGPYNS.js",
|
10044
10186
|
"kind": "import-statement"
|
10045
10187
|
},
|
10046
10188
|
{
|
10047
|
-
"path": "dist/chunk-
|
10189
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
10048
10190
|
"kind": "import-statement"
|
10049
10191
|
},
|
10050
10192
|
{
|
@@ -10127,6 +10269,11 @@
|
|
10127
10269
|
"kind": "import-statement",
|
10128
10270
|
"external": true
|
10129
10271
|
},
|
10272
|
+
{
|
10273
|
+
"path": "react",
|
10274
|
+
"kind": "import-statement",
|
10275
|
+
"external": true
|
10276
|
+
},
|
10130
10277
|
{
|
10131
10278
|
"path": "react-use",
|
10132
10279
|
"kind": "import-statement",
|
@@ -10407,6 +10554,31 @@
|
|
10407
10554
|
"kind": "import-statement",
|
10408
10555
|
"external": true
|
10409
10556
|
},
|
10557
|
+
{
|
10558
|
+
"path": "react-use",
|
10559
|
+
"kind": "import-statement",
|
10560
|
+
"external": true
|
10561
|
+
},
|
10562
|
+
{
|
10563
|
+
"path": "@100mslive/react-sdk",
|
10564
|
+
"kind": "import-statement",
|
10565
|
+
"external": true
|
10566
|
+
},
|
10567
|
+
{
|
10568
|
+
"path": "react",
|
10569
|
+
"kind": "import-statement",
|
10570
|
+
"external": true
|
10571
|
+
},
|
10572
|
+
{
|
10573
|
+
"path": "@100mslive/react-icons",
|
10574
|
+
"kind": "import-statement",
|
10575
|
+
"external": true
|
10576
|
+
},
|
10577
|
+
{
|
10578
|
+
"path": "react",
|
10579
|
+
"kind": "import-statement",
|
10580
|
+
"external": true
|
10581
|
+
},
|
10410
10582
|
{
|
10411
10583
|
"path": "@100mslive/react-icons",
|
10412
10584
|
"kind": "import-statement",
|
@@ -10527,6 +10699,16 @@
|
|
10527
10699
|
"kind": "import-statement",
|
10528
10700
|
"external": true
|
10529
10701
|
},
|
10702
|
+
{
|
10703
|
+
"path": "@100mslive/react-sdk",
|
10704
|
+
"kind": "import-statement",
|
10705
|
+
"external": true
|
10706
|
+
},
|
10707
|
+
{
|
10708
|
+
"path": "@100mslive/react-icons",
|
10709
|
+
"kind": "import-statement",
|
10710
|
+
"external": true
|
10711
|
+
},
|
10530
10712
|
{
|
10531
10713
|
"path": "react",
|
10532
10714
|
"kind": "import-statement",
|
@@ -10543,7 +10725,7 @@
|
|
10543
10725
|
"external": true
|
10544
10726
|
},
|
10545
10727
|
{
|
10546
|
-
"path": "dist/VirtualBackground-
|
10728
|
+
"path": "dist/VirtualBackground-GP4ATXD3.js",
|
10547
10729
|
"kind": "dynamic-import"
|
10548
10730
|
},
|
10549
10731
|
{
|
@@ -10641,6 +10823,66 @@
|
|
10641
10823
|
"kind": "import-statement",
|
10642
10824
|
"external": true
|
10643
10825
|
},
|
10826
|
+
{
|
10827
|
+
"path": "react-use",
|
10828
|
+
"kind": "import-statement",
|
10829
|
+
"external": true
|
10830
|
+
},
|
10831
|
+
{
|
10832
|
+
"path": "@100mslive/react-sdk",
|
10833
|
+
"kind": "import-statement",
|
10834
|
+
"external": true
|
10835
|
+
},
|
10836
|
+
{
|
10837
|
+
"path": "@100mslive/react-icons",
|
10838
|
+
"kind": "import-statement",
|
10839
|
+
"external": true
|
10840
|
+
},
|
10841
|
+
{
|
10842
|
+
"path": "react",
|
10843
|
+
"kind": "import-statement",
|
10844
|
+
"external": true
|
10845
|
+
},
|
10846
|
+
{
|
10847
|
+
"path": "react-use",
|
10848
|
+
"kind": "import-statement",
|
10849
|
+
"external": true
|
10850
|
+
},
|
10851
|
+
{
|
10852
|
+
"path": "@100mslive/react-sdk",
|
10853
|
+
"kind": "import-statement",
|
10854
|
+
"external": true
|
10855
|
+
},
|
10856
|
+
{
|
10857
|
+
"path": "@100mslive/react-icons",
|
10858
|
+
"kind": "import-statement",
|
10859
|
+
"external": true
|
10860
|
+
},
|
10861
|
+
{
|
10862
|
+
"path": "react",
|
10863
|
+
"kind": "import-statement",
|
10864
|
+
"external": true
|
10865
|
+
},
|
10866
|
+
{
|
10867
|
+
"path": "react-use",
|
10868
|
+
"kind": "import-statement",
|
10869
|
+
"external": true
|
10870
|
+
},
|
10871
|
+
{
|
10872
|
+
"path": "@100mslive/react-sdk",
|
10873
|
+
"kind": "import-statement",
|
10874
|
+
"external": true
|
10875
|
+
},
|
10876
|
+
{
|
10877
|
+
"path": "@100mslive/react-icons",
|
10878
|
+
"kind": "import-statement",
|
10879
|
+
"external": true
|
10880
|
+
},
|
10881
|
+
{
|
10882
|
+
"path": "react",
|
10883
|
+
"kind": "import-statement",
|
10884
|
+
"external": true
|
10885
|
+
},
|
10644
10886
|
{
|
10645
10887
|
"path": "react",
|
10646
10888
|
"kind": "import-statement",
|
@@ -10972,7 +11214,7 @@
|
|
10972
11214
|
"external": true
|
10973
11215
|
},
|
10974
11216
|
{
|
10975
|
-
"path": "dist/HLSView-
|
11217
|
+
"path": "dist/HLSView-IQRPLYNH.js",
|
10976
11218
|
"kind": "dynamic-import"
|
10977
11219
|
}
|
10978
11220
|
],
|
@@ -10993,11 +11235,14 @@
|
|
10993
11235
|
"src/Prebuilt/components/Footer/EmojiCard.jsx": {
|
10994
11236
|
"bytesInOutput": 937
|
10995
11237
|
},
|
11238
|
+
"src/Prebuilt/components/hooks/useDropdownList.jsx": {
|
11239
|
+
"bytesInOutput": 562
|
11240
|
+
},
|
10996
11241
|
"src/Prebuilt/components/Leave/LeaveRoom.tsx": {
|
10997
11242
|
"bytesInOutput": 2037
|
10998
11243
|
},
|
10999
11244
|
"src/Prebuilt/components/Leave/DesktopLeaveRoom.tsx": {
|
11000
|
-
"bytesInOutput":
|
11245
|
+
"bytesInOutput": 5435
|
11001
11246
|
},
|
11002
11247
|
"src/Prebuilt/components/Leave/EndSessionContent.tsx": {
|
11003
11248
|
"bytesInOutput": 1894
|
@@ -11024,16 +11269,16 @@
|
|
11024
11269
|
"bytesInOutput": 151
|
11025
11270
|
},
|
11026
11271
|
"src/Prebuilt/components/PIP/PIPComponent.jsx": {
|
11027
|
-
"bytesInOutput":
|
11272
|
+
"bytesInOutput": 2256
|
11028
11273
|
},
|
11029
11274
|
"src/Prebuilt/components/PIP/SetupMediaSession.js": {
|
11030
11275
|
"bytesInOutput": 2442
|
11031
11276
|
},
|
11032
11277
|
"src/Prebuilt/components/RoleChangeModal.jsx": {
|
11033
|
-
"bytesInOutput":
|
11278
|
+
"bytesInOutput": 5985
|
11034
11279
|
},
|
11035
11280
|
"src/Prebuilt/components/Settings/StartRecording.jsx": {
|
11036
|
-
"bytesInOutput":
|
11281
|
+
"bytesInOutput": 4196
|
11037
11282
|
},
|
11038
11283
|
"src/Prebuilt/components/Streaming/ResolutionInput.jsx": {
|
11039
11284
|
"bytesInOutput": 2898
|
@@ -11045,7 +11290,7 @@
|
|
11045
11290
|
"bytesInOutput": 4416
|
11046
11291
|
},
|
11047
11292
|
"src/Prebuilt/components/StatsForNerds.jsx": {
|
11048
|
-
"bytesInOutput":
|
11293
|
+
"bytesInOutput": 9447
|
11049
11294
|
},
|
11050
11295
|
"src/Prebuilt/components/MoreSettings/BulkRoleChangeModal.jsx": {
|
11051
11296
|
"bytesInOutput": 4968
|
@@ -11063,7 +11308,13 @@
|
|
11063
11308
|
"bytesInOutput": 2246
|
11064
11309
|
},
|
11065
11310
|
"src/Prebuilt/components/MoreSettings/SplitComponents/MwebOptions.tsx": {
|
11066
|
-
"bytesInOutput":
|
11311
|
+
"bytesInOutput": 9286
|
11312
|
+
},
|
11313
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
|
11314
|
+
"bytesInOutput": 2099
|
11315
|
+
},
|
11316
|
+
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
11317
|
+
"bytesInOutput": 3192
|
11067
11318
|
},
|
11068
11319
|
"src/Prebuilt/components/RaiseHand.jsx": {
|
11069
11320
|
"bytesInOutput": 529
|
@@ -11072,7 +11323,7 @@
|
|
11072
11323
|
"bytesInOutput": 1404
|
11073
11324
|
},
|
11074
11325
|
"src/Prebuilt/components/pdfAnnotator/shareScreenOptions.jsx": {
|
11075
|
-
"bytesInOutput":
|
11326
|
+
"bytesInOutput": 7086
|
11076
11327
|
},
|
11077
11328
|
"src/Prebuilt/images/pdf-share.png": {
|
11078
11329
|
"bytesInOutput": 25446
|
@@ -11084,7 +11335,7 @@
|
|
11084
11335
|
"bytesInOutput": 435
|
11085
11336
|
},
|
11086
11337
|
"src/Prebuilt/components/pdfAnnotator/pdfFileOptions.jsx": {
|
11087
|
-
"bytesInOutput":
|
11338
|
+
"bytesInOutput": 1139
|
11088
11339
|
},
|
11089
11340
|
"src/Prebuilt/components/pdfAnnotator/pdfHeader.jsx": {
|
11090
11341
|
"bytesInOutput": 663
|
@@ -11093,7 +11344,7 @@
|
|
11093
11344
|
"bytesInOutput": 1020
|
11094
11345
|
},
|
11095
11346
|
"src/Prebuilt/components/pdfAnnotator/uploadedFile.jsx": {
|
11096
|
-
"bytesInOutput":
|
11347
|
+
"bytesInOutput": 2093
|
11097
11348
|
},
|
11098
11349
|
"src/Prebuilt/components/pdfAnnotator/pdfInfo.jsx": {
|
11099
11350
|
"bytesInOutput": 796
|
@@ -11102,22 +11353,22 @@
|
|
11102
11353
|
"bytesInOutput": 861
|
11103
11354
|
},
|
11104
11355
|
"src/Prebuilt/components/Footer/ParticipantList.jsx": {
|
11105
|
-
"bytesInOutput":
|
11356
|
+
"bytesInOutput": 11017
|
11106
11357
|
},
|
11107
11358
|
"src/Prebuilt/components/Footer/RoleAccordion.tsx": {
|
11108
|
-
"bytesInOutput":
|
11359
|
+
"bytesInOutput": 3928
|
11109
11360
|
},
|
11110
11361
|
"src/Prebuilt/components/Footer/RoleOptions.tsx": {
|
11111
11362
|
"bytesInOutput": 5744
|
11112
11363
|
},
|
11113
11364
|
"src/Prebuilt/components/Notifications/HLSFailureModal.jsx": {
|
11114
|
-
"bytesInOutput":
|
11365
|
+
"bytesInOutput": 2336
|
11115
11366
|
},
|
11116
11367
|
"src/Prebuilt/components/RoleChangeRequest/RoleChangeRequestModal.tsx": {
|
11117
|
-
"bytesInOutput":
|
11368
|
+
"bytesInOutput": 2759
|
11118
11369
|
},
|
11119
11370
|
"src/Prebuilt/components/RoleChangeRequest/RequestPrompt.tsx": {
|
11120
|
-
"bytesInOutput":
|
11371
|
+
"bytesInOutput": 2002
|
11121
11372
|
},
|
11122
11373
|
"src/Prebuilt/layouts/VideoStreamingSection.tsx": {
|
11123
11374
|
"bytesInOutput": 2255
|
@@ -11126,22 +11377,34 @@
|
|
11126
11377
|
"bytesInOutput": 3145
|
11127
11378
|
},
|
11128
11379
|
"src/Prebuilt/components/VideoLayouts/EqualProminence.tsx": {
|
11129
|
-
"bytesInOutput":
|
11380
|
+
"bytesInOutput": 1949
|
11130
11381
|
},
|
11131
11382
|
"src/Prebuilt/components/InsetTile.tsx": {
|
11132
|
-
"bytesInOutput":
|
11383
|
+
"bytesInOutput": 3975
|
11384
|
+
},
|
11385
|
+
"src/Prebuilt/components/VideoTile.jsx": {
|
11386
|
+
"bytesInOutput": 7095
|
11387
|
+
},
|
11388
|
+
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
11389
|
+
"bytesInOutput": 4356
|
11390
|
+
},
|
11391
|
+
"src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
|
11392
|
+
"bytesInOutput": 10488
|
11393
|
+
},
|
11394
|
+
"src/Prebuilt/components/peerTileUtils.jsx": {
|
11395
|
+
"bytesInOutput": 1023
|
11133
11396
|
},
|
11134
11397
|
"src/Prebuilt/components/hooks/useVideoTileLayout.ts": {
|
11135
11398
|
"bytesInOutput": 406
|
11136
11399
|
},
|
11137
11400
|
"src/Prebuilt/components/Pagination.tsx": {
|
11138
|
-
"bytesInOutput":
|
11401
|
+
"bytesInOutput": 1663
|
11139
11402
|
},
|
11140
11403
|
"src/Prebuilt/components/VideoLayouts/Grid.tsx": {
|
11141
11404
|
"bytesInOutput": 1167
|
11142
11405
|
},
|
11143
11406
|
"src/Prebuilt/components/hooks/useTileLayout.tsx": {
|
11144
|
-
"bytesInOutput":
|
11407
|
+
"bytesInOutput": 3797
|
11145
11408
|
},
|
11146
11409
|
"src/Prebuilt/components/VideoLayouts/RoleProminence.tsx": {
|
11147
11410
|
"bytesInOutput": 1698
|
@@ -11159,7 +11422,7 @@
|
|
11159
11422
|
"bytesInOutput": 1827
|
11160
11423
|
},
|
11161
11424
|
"src/Prebuilt/components/ScreenshareTile.jsx": {
|
11162
|
-
"bytesInOutput":
|
11425
|
+
"bytesInOutput": 3614
|
11163
11426
|
},
|
11164
11427
|
"src/Prebuilt/components/ScreenshareDisplay.jsx": {
|
11165
11428
|
"bytesInOutput": 1191
|
@@ -11168,28 +11431,28 @@
|
|
11168
11431
|
"bytesInOutput": 2710
|
11169
11432
|
},
|
11170
11433
|
"src/Prebuilt/layouts/EmbedView.jsx": {
|
11171
|
-
"bytesInOutput":
|
11434
|
+
"bytesInOutput": 3229
|
11172
11435
|
},
|
11173
11436
|
"src/Prebuilt/layouts/PDFView.jsx": {
|
11174
|
-
"bytesInOutput":
|
11437
|
+
"bytesInOutput": 3133
|
11175
11438
|
},
|
11176
11439
|
"src/Prebuilt/layouts/SidePane.tsx": {
|
11177
|
-
"bytesInOutput":
|
11440
|
+
"bytesInOutput": 3245
|
11178
11441
|
},
|
11179
11442
|
"src/Prebuilt/components/SidePaneTabs.tsx": {
|
11180
11443
|
"bytesInOutput": 5223
|
11181
11444
|
},
|
11182
11445
|
"src/Prebuilt/components/Chat/Chat.jsx": {
|
11183
|
-
"bytesInOutput":
|
11446
|
+
"bytesInOutput": 6609
|
11184
11447
|
},
|
11185
11448
|
"src/Prebuilt/components/Chat/ChatBody.jsx": {
|
11186
|
-
"bytesInOutput":
|
11449
|
+
"bytesInOutput": 13120
|
11187
11450
|
},
|
11188
11451
|
"src/Prebuilt/images/empty-chat.svg": {
|
11189
11452
|
"bytesInOutput": 2261
|
11190
11453
|
},
|
11191
11454
|
"src/Prebuilt/components/hooks/useSetPinnedMessage.js": {
|
11192
|
-
"bytesInOutput":
|
11455
|
+
"bytesInOutput": 1231
|
11193
11456
|
},
|
11194
11457
|
"src/Prebuilt/components/Chat/useUnreadCount.js": {
|
11195
11458
|
"bytesInOutput": 497
|
@@ -11204,30 +11467,30 @@
|
|
11204
11467
|
"bytesInOutput": 1169
|
11205
11468
|
},
|
11206
11469
|
"src/Prebuilt/components/Streaming/StreamingLanding.jsx": {
|
11207
|
-
"bytesInOutput":
|
11470
|
+
"bytesInOutput": 2865
|
11208
11471
|
},
|
11209
11472
|
"src/Prebuilt/images/rtmp.png": {
|
11210
11473
|
"bytesInOutput": 7309
|
11211
11474
|
},
|
11212
11475
|
"src/Prebuilt/components/Streaming/HLSStreaming.jsx": {
|
11213
|
-
"bytesInOutput":
|
11476
|
+
"bytesInOutput": 7636
|
11214
11477
|
},
|
11215
11478
|
"src/Prebuilt/layouts/WaitingView.jsx": {
|
11216
11479
|
"bytesInOutput": 1380
|
11217
11480
|
}
|
11218
11481
|
},
|
11219
|
-
"bytes":
|
11482
|
+
"bytes": 334175
|
11220
11483
|
},
|
11221
|
-
"dist/chunk-
|
11484
|
+
"dist/chunk-2H5NIZB7.js.map": {
|
11222
11485
|
"imports": [],
|
11223
11486
|
"exports": [],
|
11224
11487
|
"inputs": {},
|
11225
11488
|
"bytes": 2406
|
11226
11489
|
},
|
11227
|
-
"dist/chunk-
|
11490
|
+
"dist/chunk-2H5NIZB7.js": {
|
11228
11491
|
"imports": [
|
11229
11492
|
{
|
11230
|
-
"path": "dist/chunk-
|
11493
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
11231
11494
|
"kind": "import-statement"
|
11232
11495
|
},
|
11233
11496
|
{
|
@@ -11246,16 +11509,16 @@
|
|
11246
11509
|
},
|
11247
11510
|
"bytes": 1591
|
11248
11511
|
},
|
11249
|
-
"dist/chunk-
|
11512
|
+
"dist/chunk-GLYGPYNS.js.map": {
|
11250
11513
|
"imports": [],
|
11251
11514
|
"exports": [],
|
11252
11515
|
"inputs": {},
|
11253
|
-
"bytes":
|
11516
|
+
"bytes": 449944
|
11254
11517
|
},
|
11255
|
-
"dist/chunk-
|
11518
|
+
"dist/chunk-GLYGPYNS.js": {
|
11256
11519
|
"imports": [
|
11257
11520
|
{
|
11258
|
-
"path": "dist/chunk-
|
11521
|
+
"path": "dist/chunk-Z3O2WGWV.js",
|
11259
11522
|
"kind": "import-statement"
|
11260
11523
|
},
|
11261
11524
|
{
|
@@ -11378,6 +11641,16 @@
|
|
11378
11641
|
"kind": "import-statement",
|
11379
11642
|
"external": true
|
11380
11643
|
},
|
11644
|
+
{
|
11645
|
+
"path": "react",
|
11646
|
+
"kind": "import-statement",
|
11647
|
+
"external": true
|
11648
|
+
},
|
11649
|
+
{
|
11650
|
+
"path": "@100mslive/react-sdk",
|
11651
|
+
"kind": "import-statement",
|
11652
|
+
"external": true
|
11653
|
+
},
|
11381
11654
|
{
|
11382
11655
|
"path": "@radix-ui/react-popover",
|
11383
11656
|
"kind": "import-statement",
|
@@ -11563,6 +11836,11 @@
|
|
11563
11836
|
"kind": "import-statement",
|
11564
11837
|
"external": true
|
11565
11838
|
},
|
11839
|
+
{
|
11840
|
+
"path": "react",
|
11841
|
+
"kind": "import-statement",
|
11842
|
+
"external": true
|
11843
|
+
},
|
11566
11844
|
{
|
11567
11845
|
"path": "@100mslive/react-icons",
|
11568
11846
|
"kind": "import-statement",
|
@@ -12073,96 +12351,6 @@
|
|
12073
12351
|
"kind": "import-statement",
|
12074
12352
|
"external": true
|
12075
12353
|
},
|
12076
|
-
{
|
12077
|
-
"path": "@100mslive/react-sdk",
|
12078
|
-
"kind": "import-statement",
|
12079
|
-
"external": true
|
12080
|
-
},
|
12081
|
-
{
|
12082
|
-
"path": "@100mslive/react-icons",
|
12083
|
-
"kind": "import-statement",
|
12084
|
-
"external": true
|
12085
|
-
},
|
12086
|
-
{
|
12087
|
-
"path": "react",
|
12088
|
-
"kind": "import-statement",
|
12089
|
-
"external": true
|
12090
|
-
},
|
12091
|
-
{
|
12092
|
-
"path": "react-use",
|
12093
|
-
"kind": "import-statement",
|
12094
|
-
"external": true
|
12095
|
-
},
|
12096
|
-
{
|
12097
|
-
"path": "@100mslive/react-sdk",
|
12098
|
-
"kind": "import-statement",
|
12099
|
-
"external": true
|
12100
|
-
},
|
12101
|
-
{
|
12102
|
-
"path": "@100mslive/react-icons",
|
12103
|
-
"kind": "import-statement",
|
12104
|
-
"external": true
|
12105
|
-
},
|
12106
|
-
{
|
12107
|
-
"path": "react",
|
12108
|
-
"kind": "import-statement",
|
12109
|
-
"external": true
|
12110
|
-
},
|
12111
|
-
{
|
12112
|
-
"path": "react-use",
|
12113
|
-
"kind": "import-statement",
|
12114
|
-
"external": true
|
12115
|
-
},
|
12116
|
-
{
|
12117
|
-
"path": "@100mslive/react-sdk",
|
12118
|
-
"kind": "import-statement",
|
12119
|
-
"external": true
|
12120
|
-
},
|
12121
|
-
{
|
12122
|
-
"path": "react",
|
12123
|
-
"kind": "import-statement",
|
12124
|
-
"external": true
|
12125
|
-
},
|
12126
|
-
{
|
12127
|
-
"path": "@100mslive/react-icons",
|
12128
|
-
"kind": "import-statement",
|
12129
|
-
"external": true
|
12130
|
-
},
|
12131
|
-
{
|
12132
|
-
"path": "react",
|
12133
|
-
"kind": "import-statement",
|
12134
|
-
"external": true
|
12135
|
-
},
|
12136
|
-
{
|
12137
|
-
"path": "react-use",
|
12138
|
-
"kind": "import-statement",
|
12139
|
-
"external": true
|
12140
|
-
},
|
12141
|
-
{
|
12142
|
-
"path": "@100mslive/react-sdk",
|
12143
|
-
"kind": "import-statement",
|
12144
|
-
"external": true
|
12145
|
-
},
|
12146
|
-
{
|
12147
|
-
"path": "@100mslive/react-icons",
|
12148
|
-
"kind": "import-statement",
|
12149
|
-
"external": true
|
12150
|
-
},
|
12151
|
-
{
|
12152
|
-
"path": "react",
|
12153
|
-
"kind": "import-statement",
|
12154
|
-
"external": true
|
12155
|
-
},
|
12156
|
-
{
|
12157
|
-
"path": "react",
|
12158
|
-
"kind": "import-statement",
|
12159
|
-
"external": true
|
12160
|
-
},
|
12161
|
-
{
|
12162
|
-
"path": "react-use",
|
12163
|
-
"kind": "import-statement",
|
12164
|
-
"external": true
|
12165
|
-
},
|
12166
12354
|
{
|
12167
12355
|
"path": "@100mslive/types-prebuilt/elements/join_form",
|
12168
12356
|
"kind": "import-statement",
|
@@ -12179,7 +12367,7 @@
|
|
12179
12367
|
"external": true
|
12180
12368
|
},
|
12181
12369
|
{
|
12182
|
-
"path": "dist/VirtualBackground-
|
12370
|
+
"path": "dist/VirtualBackground-GP4ATXD3.js",
|
12183
12371
|
"kind": "dynamic-import"
|
12184
12372
|
},
|
12185
12373
|
{
|
@@ -12248,7 +12436,7 @@
|
|
12248
12436
|
"external": true
|
12249
12437
|
},
|
12250
12438
|
{
|
12251
|
-
"path": "dist/conference-
|
12439
|
+
"path": "dist/conference-JD35TNH4.js",
|
12252
12440
|
"kind": "dynamic-import"
|
12253
12441
|
},
|
12254
12442
|
{
|
@@ -12260,12 +12448,13 @@
|
|
12260
12448
|
"exports": [
|
12261
12449
|
"APP_DATA",
|
12262
12450
|
"Accordion",
|
12451
|
+
"AudioLevel",
|
12263
12452
|
"AudioVideoToggle",
|
12264
12453
|
"Avatar",
|
12265
12454
|
"Button",
|
12266
12455
|
"CHAT_SELECTOR",
|
12267
|
-
"ChangeNameModal",
|
12268
12456
|
"Checkbox",
|
12457
|
+
"Chip_default",
|
12269
12458
|
"Collapsible",
|
12270
12459
|
"ConnectionIndicator",
|
12271
12460
|
"Dialog",
|
@@ -12290,10 +12479,12 @@
|
|
12290
12479
|
"PasswordInput",
|
12291
12480
|
"PictureInPicture",
|
12292
12481
|
"Popover",
|
12482
|
+
"PrebuiltDialogPortal",
|
12293
12483
|
"PreviewControls",
|
12294
12484
|
"PreviewTile",
|
12295
12485
|
"Progress",
|
12296
12486
|
"QRCode",
|
12487
|
+
"REMOTE_STOP_SCREENSHARE_TYPE",
|
12297
12488
|
"ROLE_CHANGE_DECLINED",
|
12298
12489
|
"RTMP_RECORD_DEFAULT_RESOLUTION",
|
12299
12490
|
"RTMP_RECORD_RESOLUTION_MAX",
|
@@ -12317,7 +12508,7 @@
|
|
12317
12508
|
"Tabs",
|
12318
12509
|
"ThemeContext",
|
12319
12510
|
"ThemeTypes",
|
12320
|
-
"
|
12511
|
+
"TileConnection_default",
|
12321
12512
|
"Toast",
|
12322
12513
|
"ToastManager",
|
12323
12514
|
"UI_SETTINGS",
|
@@ -12325,11 +12516,9 @@
|
|
12325
12516
|
"VerticalDivider",
|
12326
12517
|
"Video",
|
12327
12518
|
"VideoTileStats",
|
12328
|
-
"VideoTile_default",
|
12329
12519
|
"getFormattedCount",
|
12330
12520
|
"getLeft",
|
12331
12521
|
"getMetadata",
|
12332
|
-
"getVideoTileLabel",
|
12333
12522
|
"isAndroid",
|
12334
12523
|
"isChrome",
|
12335
12524
|
"isIOS",
|
@@ -12338,7 +12527,6 @@
|
|
12338
12527
|
"isScreenshareSupported",
|
12339
12528
|
"useAuthToken",
|
12340
12529
|
"useBorderAudioLevel",
|
12341
|
-
"useDropdownList",
|
12342
12530
|
"useDropdownSelection",
|
12343
12531
|
"useFilteredRoles",
|
12344
12532
|
"useHMSPrebuiltContext",
|
@@ -12458,12 +12646,18 @@
|
|
12458
12646
|
"src/TileMenu/index.tsx": {
|
12459
12647
|
"bytesInOutput": 0
|
12460
12648
|
},
|
12461
|
-
"src/AudioLevel/
|
12649
|
+
"src/AudioLevel/useBorderAudioLevel.tsx": {
|
12462
12650
|
"bytesInOutput": 726
|
12463
12651
|
},
|
12464
12652
|
"src/AudioLevel/index.ts": {
|
12465
12653
|
"bytesInOutput": 0
|
12466
12654
|
},
|
12655
|
+
"src/AudioLevel/AudioLevel.tsx": {
|
12656
|
+
"bytesInOutput": 2164
|
12657
|
+
},
|
12658
|
+
"src/AudioLevel/audio-level.png": {
|
12659
|
+
"bytesInOutput": 880
|
12660
|
+
},
|
12467
12661
|
"src/Popover/index.tsx": {
|
12468
12662
|
"bytesInOutput": 610
|
12469
12663
|
},
|
@@ -12528,7 +12722,7 @@
|
|
12528
12722
|
"bytesInOutput": 860
|
12529
12723
|
},
|
12530
12724
|
"src/Prebuilt/App.tsx": {
|
12531
|
-
"bytesInOutput":
|
12725
|
+
"bytesInOutput": 10165
|
12532
12726
|
},
|
12533
12727
|
"src/Prebuilt/components/AppData/AppData.jsx": {
|
12534
12728
|
"bytesInOutput": 5447
|
@@ -12540,7 +12734,7 @@
|
|
12540
12734
|
"bytesInOutput": 700
|
12541
12735
|
},
|
12542
12736
|
"src/Prebuilt/components/AppData/useSidepane.js": {
|
12543
|
-
"bytesInOutput":
|
12737
|
+
"bytesInOutput": 1149
|
12544
12738
|
},
|
12545
12739
|
"src/Prebuilt/common/constants.js": {
|
12546
12740
|
"bytesInOutput": 2911
|
@@ -12555,7 +12749,10 @@
|
|
12555
12749
|
"bytesInOutput": 469
|
12556
12750
|
},
|
12557
12751
|
"src/Prebuilt/primitives/DialogContent.jsx": {
|
12558
|
-
"bytesInOutput":
|
12752
|
+
"bytesInOutput": 7643
|
12753
|
+
},
|
12754
|
+
"src/Prebuilt/components/PrebuiltDialogPortal.tsx": {
|
12755
|
+
"bytesInOutput": 200
|
12559
12756
|
},
|
12560
12757
|
"src/Prebuilt/components/ErrorBoundary.jsx": {
|
12561
12758
|
"bytesInOutput": 3272
|
@@ -12597,13 +12794,13 @@
|
|
12597
12794
|
"bytesInOutput": 1019
|
12598
12795
|
},
|
12599
12796
|
"src/Prebuilt/components/Notifications/InitErrorModal.jsx": {
|
12600
|
-
"bytesInOutput":
|
12797
|
+
"bytesInOutput": 1367
|
12601
12798
|
},
|
12602
12799
|
"src/Prebuilt/components/Notifications/PeerNotifications.jsx": {
|
12603
12800
|
"bytesInOutput": 1321
|
12604
12801
|
},
|
12605
12802
|
"src/Prebuilt/components/Notifications/PermissionErrorModal.jsx": {
|
12606
|
-
"bytesInOutput":
|
12803
|
+
"bytesInOutput": 4323
|
12607
12804
|
},
|
12608
12805
|
"src/Prebuilt/images/android-perm-1.png": {
|
12609
12806
|
"bytesInOutput": 10443
|
@@ -12636,7 +12833,7 @@
|
|
12636
12833
|
"bytesInOutput": 1293
|
12637
12834
|
},
|
12638
12835
|
"src/Prebuilt/common/utils.js": {
|
12639
|
-
"bytesInOutput":
|
12836
|
+
"bytesInOutput": 872
|
12640
12837
|
},
|
12641
12838
|
"src/Prebuilt/components/Notifications/index.jsx": {
|
12642
12839
|
"bytesInOutput": 0
|
@@ -12684,7 +12881,7 @@
|
|
12684
12881
|
"bytesInOutput": 1769
|
12685
12882
|
},
|
12686
12883
|
"src/Prebuilt/components/Preview/PreviewJoin.tsx": {
|
12687
|
-
"bytesInOutput":
|
12884
|
+
"bytesInOutput": 9407
|
12688
12885
|
},
|
12689
12886
|
"src/Prebuilt/components/AudioVideoToggle.jsx": {
|
12690
12887
|
"bytesInOutput": 5583
|
@@ -12692,8 +12889,8 @@
|
|
12692
12889
|
"src/Prebuilt/components/IconButtonWithOptions/IconButtonWithOptions.jsx": {
|
12693
12890
|
"bytesInOutput": 2838
|
12694
12891
|
},
|
12695
|
-
"src/Prebuilt/components/Chip.
|
12696
|
-
"bytesInOutput":
|
12892
|
+
"src/Prebuilt/components/Chip.tsx": {
|
12893
|
+
"bytesInOutput": 703
|
12697
12894
|
},
|
12698
12895
|
"src/Prebuilt/components/Connection/TileConnection.tsx": {
|
12699
12896
|
"bytesInOutput": 1455
|
@@ -12705,7 +12902,7 @@
|
|
12705
12902
|
"bytesInOutput": 750
|
12706
12903
|
},
|
12707
12904
|
"src/Prebuilt/components/Settings/SettingsModal.jsx": {
|
12708
|
-
"bytesInOutput":
|
12905
|
+
"bytesInOutput": 8522
|
12709
12906
|
},
|
12710
12907
|
"src/Prebuilt/components/Settings/common.js": {
|
12711
12908
|
"bytesInOutput": 683
|
@@ -12728,27 +12925,6 @@
|
|
12728
12925
|
"src/Prebuilt/components/Settings/NotificationSettings.jsx": {
|
12729
12926
|
"bytesInOutput": 1851
|
12730
12927
|
},
|
12731
|
-
"src/Prebuilt/components/VideoTile.jsx": {
|
12732
|
-
"bytesInOutput": 8310
|
12733
|
-
},
|
12734
|
-
"src/Prebuilt/components/TileMenu/TileMenu.jsx": {
|
12735
|
-
"bytesInOutput": 4399
|
12736
|
-
},
|
12737
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameModal.jsx": {
|
12738
|
-
"bytesInOutput": 2094
|
12739
|
-
},
|
12740
|
-
"src/Prebuilt/components/MoreSettings/ChangeNameContent.jsx": {
|
12741
|
-
"bytesInOutput": 3192
|
12742
|
-
},
|
12743
|
-
"src/Prebuilt/components/TileMenu/TileMenuContent.jsx": {
|
12744
|
-
"bytesInOutput": 10516
|
12745
|
-
},
|
12746
|
-
"src/Prebuilt/components/hooks/useDropdownList.jsx": {
|
12747
|
-
"bytesInOutput": 579
|
12748
|
-
},
|
12749
|
-
"src/Prebuilt/components/peerTileUtils.jsx": {
|
12750
|
-
"bytesInOutput": 1023
|
12751
|
-
},
|
12752
12928
|
"src/Prebuilt/components/Preview/PreviewForm.tsx": {
|
12753
12929
|
"bytesInOutput": 2532
|
12754
12930
|
},
|
@@ -12759,7 +12935,7 @@
|
|
12759
12935
|
"bytesInOutput": 505
|
12760
12936
|
},
|
12761
12937
|
"src/Prebuilt/plugins/FlyingEmoji.jsx": {
|
12762
|
-
"bytesInOutput":
|
12938
|
+
"bytesInOutput": 3852
|
12763
12939
|
},
|
12764
12940
|
"src/Prebuilt/plugins/RemoteStopScreenshare.jsx": {
|
12765
12941
|
"bytesInOutput": 575
|
@@ -12774,15 +12950,15 @@
|
|
12774
12950
|
"bytesInOutput": 391
|
12775
12951
|
}
|
12776
12952
|
},
|
12777
|
-
"bytes":
|
12953
|
+
"bytes": 283100
|
12778
12954
|
},
|
12779
|
-
"dist/chunk-
|
12955
|
+
"dist/chunk-Z3O2WGWV.js.map": {
|
12780
12956
|
"imports": [],
|
12781
12957
|
"exports": [],
|
12782
12958
|
"inputs": {},
|
12783
|
-
"bytes":
|
12959
|
+
"bytes": 39358
|
12784
12960
|
},
|
12785
|
-
"dist/chunk-
|
12961
|
+
"dist/chunk-Z3O2WGWV.js": {
|
12786
12962
|
"imports": [
|
12787
12963
|
{
|
12788
12964
|
"path": "@stitches/react",
|
@@ -12859,7 +13035,7 @@
|
|
12859
13035
|
],
|
12860
13036
|
"inputs": {
|
12861
13037
|
"<define:process.env>": {
|
12862
|
-
"bytesInOutput":
|
13038
|
+
"bytesInOutput": 18384
|
12863
13039
|
},
|
12864
13040
|
"src/Theme/stitches.config.ts": {
|
12865
13041
|
"bytesInOutput": 1652
|
@@ -12910,7 +13086,7 @@
|
|
12910
13086
|
"bytesInOutput": 546
|
12911
13087
|
}
|
12912
13088
|
},
|
12913
|
-
"bytes":
|
13089
|
+
"bytes": 40011
|
12914
13090
|
}
|
12915
13091
|
}
|
12916
13092
|
}
|