Titus Moldovan
8fcfd7a308
fix(rn) makes the preferedCode vp8 and enabled p2p
il y a 2 ans
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
il y a 2 ans
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
il y a 2 ans
Horatiu Muresan
9422f48536
fix(deeplinking) Consider deprecated config (#12758)
il y a 2 ans
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
il y a 2 ans
Saúl Ibarra Corretgé
d91f49ec88
fix(rn) temporarily disable P2P
We're getting some no-video problems after the migration to Unified Plan
(before it was only working for same plan clients FWIW).
It was already disabled on Android, so the same in iOS while we figure
this out.
il y a 2 ans
Saúl Ibarra Corretgé
294d2c9f6e
fix(rn,config) make sure VP9 is never selected
il y a 2 ans
Horatiu Muresan
768f10d966
feat(route) Redirect to a custom welcome page
il y a 2 ans
Robert Pintilii
cb3fb3ada9
ref(TS) Convert some features to TS (#12611)
il y a 2 ans
Saúl Ibarra Corretgé
3081b41d0d
fix(android) temporarily disable P2P
For some reason one of the users gets a black screen when doing Android
to Android calls. If iOS is involved things Just Work (TM).
It seems to be related to the use of H.264, but since it works with iOS
there must be something else to it.
il y a 2 ans
Robert Pintilii
b52b4c2a78
ref(TS ) Improve TS (#12491)
Remove global variables from files
Change type to interface
il y a 2 ans
Saúl Ibarra Corretgé
33ec975e19
fix(rn,config) fix forcing VP8 for bridge calls
il y a 2 ans
Saúl Ibarra Corretgé
db6165209b
feat(rn) use H.264 (HW codec) for P2P calls
This requires a custom video encoder / decoder factory which uses the
hardware codec only for H.264 and the software implementations for the rest.
il y a 2 ans
Robert Pintilii
3eecf8063f
ref(TS) Remove unnecessary ts-ignores (#12412)
Remove ts-ignores that are no longer needed because of tsconfig.web.json
Change ts-ignore to ts-expect-error for files outside react/features
il y a 2 ans
bogdandarie
485c875ee5
feat(config) add ability to hide speaker stats
il y a 2 ans
Saúl Ibarra Corretgé
f935b29629
feat(rn,config) default to VP8 on mobile
VP9 is too resource intensive.
H.264 might be coming back for P2P but we need to fix support for
Android first, since it's not available with the default software codec
factory.
il y a 2 ans
Bogdan Duduman
48db099134
feat: include sort members eslint changes
il y a 2 ans
Robert Pintilii
4ee77b1f65
ref(TS) Convert some base files to TS (#12226)
il y a 2 ans
Robert Pintilii
6dd04136de
ref(TS Convert some files to TS (#12191)
il y a 2 ans
Robert Pintilii
10bb186c13
ref(eslint) Use new TypeScript ESlint config (#12143)
Use new TS config from @jitsi /eslint
Fix all lint errors
il y a 2 ans
Robert Pintilii
efb69d5382
ref: Improve TS files (#12130)
Remove unnecessary ts-ignores
Change any to actual types
Fix eslint rule
il y a 2 ans
Robert Pintilii
271ea8315b
ref: Improve reducers TS (#12123)
il y a 2 ans
Avram Tudor
1e9f599a35
ref(config) move defaultLogoUrl to config object (#12087)
* ref(config) move defaultLogoUrl to config object
* code review changes
il y a 2 ans
Saúl Ibarra Corretgé
649ace1f44
chore(config) remove legacy comment
il y a 2 ans
Robert Pintilii
efa0a132c4
fix(config) Fix recording config backwards compatibility (#11953)
Overwrite the new flag with the old one only if the new one is not set
Fix hideStorageWarning config
il y a 2 ans
Steffen Kolmer
87f6d27fb2
feat(liveStreamting) add configuration to customize streaming dialog
il y a 2 ans
Robert Pintilii
f31a7f31e6
ref: Convert files to TS (#11840)
il y a 2 ans
Saúl Ibarra Corretgé
b0deb9ec0c
fix(lint) make sure eslint also runs on TypeScript files (#11777)
Co-authored-by: robertpin <robert.pin9@gmail.com >
Co-authored-by: Gabriel Borlea <gabriel.borlea@8x8.com >
il y a 2 ans
Saúl Ibarra Corretgé
dffa71666c
fix(rn) fix mobile build
Looks like a transform error of some sort, it chokes on the ??=
shorthand syntax.
il y a 3 ans
Robert Pintilii
935e4d3261
ref(config) Convert config to TypeScript (#11774)
il y a 3 ans
Robert Pintilii
c4f39e9c34
feat(recording) Add config to hide storage warning (#11761)
il y a 3 ans
Robert Pintilii
252441da29
feat(transcription) Enable for all (#11739)
Move all transcription configs into new object
il y a 3 ans
Saúl Ibarra Corretgé
9dd44fc48e
feat(local-recordings) drop old "local recordings" implementation
It's about to become very confusing, since we are going to add actual
local recordings with video.
This feature was never fully finalizeed since it required manual
processing of the files, as they were not uploaded anywhere.
In addition, unless one opens the local audio device without any audio
processing first, any tracks opened later will have audio proceessing
turned on, something not desirable for the scenario this feature was
designed for in the first place: podcasts.
This feature will likely come back as a JaaS demo / MVP where the local
recording is made outside of the Jitsi Meet iframe.
il y a 3 ans
Mihaela Dumitru
936d9b41f1
feat(external-api): expose config for breakout rooms (#11055)
il y a 3 ans
Horatiu Muresan
10e5b2f572
feat(prejoin) Add possibility to hide extra join options buttons (#10434)
il y a 3 ans
Calin Chitu
5c67e8b4ce
feat(config) defaultLocalDisplayName and defaultRemoteDisplayName
il y a 3 ans
tmoldovan8x8
2e69ec71c5
feat(e2ee) add externally managed key mode
il y a 3 ans
hmuresan
cd4c940107
fix(toolbar) Fix toolbar always visible; refactors
- deprecate `INITIAL_TOOLBAR_TIMEOUT`, `TOOLBAR_ALWAYS_VISIBLE`, `TOOLBAR_TIMEOUT`
il y a 3 ans
robertpin
5f5cac0e01
fix(config,notifications) fix rendering moderator notifications (#9986)
Move DISABLE_FOCUS_INDICATOR from interface_config.js to config.js (disableModeratorIndicator).
il y a 3 ans
Horatiu Muresan
5514be630d
feat(conference-info-header) Make conference info header configurable. (#9638)
il y a 3 ans
Horatiu Muresan
9a16733950
feat(config) Add config for disabled sound id's
- unify naming for sound id values
il y a 3 ans
Tudor D. Pop
d95d52843f
feat(config) add connection indicators flags
il y a 3 ans
Saúl Ibarra Corretgé
77890fc27a
fix(config) drop ancient backwards compatibility options
il y a 4 ans
Saúl Ibarra Corretgé
433e212e20
fix(config) avoid using legacy config options
If the new ones are specified, use them.
il y a 4 ans
Mihai-Andrei Uscat
996c9fb064
Implement review changes 3
il y a 4 ans
Mihai-Andrei Uscat
b53ad353cb
Implement review changes 2
il y a 4 ans
Mihai-Andrei Uscat
e0da67dff5
Implement review changes 1
il y a 4 ans
Saúl Ibarra Corretgé
289ba6f764
fix(rn,config) update to new configuration for codec selection
il y a 4 ans
luz paz
d3680bbebd
fix(misc) follow-up typos
Found via `codespell -q 3 -S ./lang`
il y a 4 ans
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
il y a 4 ans