Hristo Terezov
2e43706a4a
fix(config): Remove unused options.
firefox_fake_device
enableAutomaticUrlCopy
fileRecordingsEnabled
disableHPF
9 months ago
Hristo Terezov
e7db943b73
fix(config): Document testing.failICE
9 months ago
Hristo Terezov
c1cbd37d87
fix(config): Move debugAudioLelvels in config.testing
9 months ago
Hristo Terezov
ef56f1d23d
fix(config): Remove config.debug.
Instead we use config.testing?.testMode.
9 months ago
Hristo Terezov
0ae8051fb4
fix(config): Allow only enableMediaOnPromote from visitors config to be overriden.
9 months ago
Hristo Terezov
af8157bc06
fix(configWhitelist): Add p2p.mobileScreenshareCodec
9 months ago
Hristo Terezov
97146ed8a7
fix(configWhitelist): Remove some props.
9 months ago
Hristo Terezov
697c41bffa
fix(config-whitelist): remove p2p.stunServers
10 months ago
Hristo Terezov
45f6550d30
fix(configWhitelist): Remove hiddenDomain and restrict dropbox options to key only. (#15381)
10 months ago
Hristo Terezov
4d483f7846
fix(config-whitelist): remove props.
10 months ago
Saúl Ibarra Corretgé
91c48dfe03
feat(config) whitelist enableCalendarIntegration
11 months ago
Horatiu Muresan
73cba3561e
fix(config-whitelist) cleanup (#15314)
11 months ago
Jaya Allamsetty
24ae69348b
fix(config) Remove unsupported settings.
1 year ago
Mengyuan Liu
8299aa498b
feat(raise-hand) group options in config.js
1 year ago
damencho
b969fba433
feat(visitors): Adds option to disable self-demote button.
Fixes #14539
1 year ago
Дамян Минков
f0fc63f573
feat(visitors): Handles live conference and queue service. (#14869)
* feat(visitors): Handling of live conference and queue service.
* squash: Small refactor mobile code.
* squash: Drop debug log.
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1836.0.0+d05325f3...v1839.0.0+ea523fc6
* squash: Adds a count function.
* squash: Drop debug print.
* squash: Skip if queueService is not enabled.
* squash: Avoids double subscribing for visitorsWaiting.
* squash: Fixes lint error.
* squash: Fixes showing dialog.
1 year ago
Hristo Terezov
0913554af9
feat(MainToolbar): implement custom order.
As part of the PR, it also fixes:
- Removes button aliases
- Unifies the keys in the object returned by getAllToolboxButtons and the button keys
- Makes sure that the number of buttons displayed are always the same as the number of buttons specified in the thresholds and removes the exception for not filling up the main toolbar with buttons from overflow menu when reactions button is disabled.
- Introduces a priority for buttons that will be used to fill empty spaces in the main toolbar.
1 year ago
Christoph Settgast
72d05bb969
feat(config) allow overriding desktop deeplinking toggle (#14712)
1 year ago
Calin-Teodor
c0602abbca
feat(base/config): whitelist customToolbarButtons
1 year ago
Hristo Terezov
5ed4b470e7
feat(visitors-config): Enable media on promotion.
1 year ago
Avram Tudor
9f25726706
fix(recording) fix recording suggestion not being shown in some cases (#14333)
Initial implementation did not account for cases where participants become moderators
1 year ago
Saúl Ibarra Corretgé
e6096f5a6c
fix(config) drop no longer existing option
1 year ago
Hristo Terezov
68de287171
feat(configWhitelist): add disableVirtualBackground
1 year ago
Jaya Allamsetty
bd49036ed8
fix(config): Remove enableLipSync config.
It is not supported by Jicofo anymore.
1 year ago
bgrozev
6ab25f7bc0
Remove callstats (#14076)
* ref: Remove precall test.
* ref: Remove callstats.
* Remove the dependency on react-native-callstats.
1 year ago
bgrozev
a83bf98625
Whitelist config.bridgeChannel. (#13775)
1 year ago
Horatiu Muresan
d7dadfc157
feat(facing-mode) add config for initial camera facing mode (#14013)
1 year ago
Jaya Allamsetty
f2fb525d0a
ref(config) Drop forceJVB121Ratio from config.js
2 years ago
Saúl Ibarra Corretgé
8fc3de416c
feat(config) add ability to prefer BOSH over WebSocket
There might be cases where we'd want to enforce it.
2 years ago
Mihaela Dumitru
1b7a81afa5
feat(external-api) extend event to listen to system buttons and add config to prevent execution
2 years ago
subhamcyara
470e987fad
feat(stats) add support for watchRTC
2 years ago
Jaya Allamsetty
97f9d747c0
fix(config): Remove the deprecated configs. (#13500)
* fix(config): Remove the deprecated configs.
Add the new codec selection settings for desktop and mobile endpoints.
* fix(config): Use the new codec selection settings for RN.
* Address review comments.
* chore(deps) Update lib-jitsi-meet@latest.
https://github.com/jitsi/lib-jitsi-meet/compare/v1649.0.0+17ade96a...v1652.0.0+90da4884 .
2 years ago
Jaya Allamsetty
44dde32bab
fix(config) Remove ununsed abTesting config.
2 years ago
Jaya Allamsetty
f72fb4063b
fix(config) cleanup unused 'enableLayerSuspension' flag.
2 years ago
Jaya Allamsetty
710dab8b76
fix(config) Ignore enableUnifiedOnChrome config flag.
Always enable unified plan support on Chromium endpoints.
2 years ago
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
2 years ago
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
2 years ago
Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2 years ago
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 years ago
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
3 years ago
Mihaela Dumitru
93406bb12c
feat(whiteboard) add initial implementation (#12185)
3 years ago
Robert Pintilii
95084e1004
ref(TS) Convert some base features to TS (#12138)
3 years ago
Saúl Ibarra Corretgé
e578f6c30f
feat(logging) migrate logging to config.js
3 years ago
Steffen Kolmer
87f6d27fb2
feat(liveStreamting) add configuration to customize streaming dialog
3 years ago
Saúl Ibarra Corretgé
7e7d3c0cc7
fix(config) add recordingService to the whitelist
Fixes: https://github.com/jitsi/jitsi-meet/issues/11760#issuecomment-1201049861
3 years ago
Robert Pintilii
252441da29
feat(transcription) Enable for all (#11739)
Move all transcription configs into new object
3 years ago
Robert Pintilii
7dca91a50a
fix(local-recording) Add notification config and style fixes (#11728)
Add analytics
3 years ago
Horatiu Muresan
d49c86bd5f
feat(deployment-urls): Whitelist deploymentUrls; remove JaaS restriction
3 years ago
Robert Pintilii
e27069447b
feat(local-video-recording) Allow users to record the meeting locally (#11338)
3 years ago
Saúl Ibarra Corretgé
1dce802031
fix(prejoin,config) move hidePrejoinDisplayName to the prejoin section
3 years ago