Aaron van Meerten
483bbde1ee
web: trim deprecated options and defaults
...
* web: trim deprecated options and defaults
11 months ago
Cedric Roijakkers
431cdccbfe
web: allow desktop framerate to be automatically determined by the browser
11 months ago
Daniel McAssey
54d3aca2bf
jicofo: add AV1 options
1 year ago
emrah
c2f01f336f
web: update livestreaming settings according to new config.js
2 years ago
Debendra Oli
e219bcfc21
web: add ability to configure whiteboard
2 years ago
Debendra Oli
8923b72d8e
web: fix missing quotes on config.js string
2 years ago
Saúl Ibarra Corretgé
dd399fee54
web,jvb: remove ENABLE_MULTISTREAM
...
It's not enabled by default and there is no way to disable it any
longer.
We keep setting the flags in config.js though, this is so old mobile
versions without the new default behavior can enable it.
2 years ago
Charles Zablit
ca14c52284
web: add more transcription config env vars
2 years ago
Saúl Ibarra Corretgé
723acc20ef
web: add ability to configure the room password digit size
2 years ago
David Négrier
7890183b9f
jibri: fix ENABLE_RECORDING issue
...
* Fixing ENABLE_RECORDING issue
In https://github.com/jitsi/docker-jitsi-meet/pull/1372 , I made a change to allow the web component to set ENABLE_RECORDING and still enable recording (in order to have "service recording" disabled but Dropbox recording enabled.
I failed to notice that the ENABLE_RECORDING environment variable is also used in Prosody (and in a number of places) as a global switch.
With the new variable semantic (as proposed in #1372 ), in order to know if Jibri must be enabled or not, we need 3 variables (ENABLE_RECORDING, DROPBOX_APPKEY and ENABLE_LIVESTREAMING).
This means we should also propagate those variables to Prosody.
To be honest, having the "DROPBOX_APPKEY" forwarded to Prosody just to know if we should enable or disable recording is a bit weird.
So I feel it is a better idea to revert back the meaning of "ENABLE_RECORDING" to be a global switch.
I'm therefore reverting back to old behaviour and adding a new environment variable (ENABLE_SERVICE_RECORDING) that allows turning on or off the "service recording".
* Setting ENABLE_SERVICE_RECORDING default value to ENABLE_SERVICE_RECORDING
2 years ago
David Négrier
85a38d96a4
jibri: add ability to enable Dropbox recording without enabling "service recording"
...
Also add a new ENABLE_LIVESTREAMING env variable to enable live streaming independently from the recording service.
2 years ago
Timo Schwarzer
eb0dd6b065
web: fix receiveMultipleVideoStreams flag
2 years ago
Saúl Ibarra Corretgé
12941f54c2
web: turn on multi-stream by default
2 years ago
Saúl Ibarra Corretgé
1d4b2655b4
web: add new flag for multi-stream
2 years ago
Debendra Oli
e05a9c2969
fixup: template syntax for newly added variables ( #1355 )
2 years ago
Debendra Oli
164d28b2ee
web: migrate deprecated recordings options, add some more
...
* config: migrate depricated recordings options, add localRecording section and disableProfile
* fix: disableProfile
* group recording config, remove boolean conditions
* config add: localRecording extra options
2 years ago
Timo Schwarzer
f126f7afbc
web: set config.videoQuality.maxBitratesVideo to null if no bitrates are specified
...
Fixes : #1318
2 years ago
Debendra Oli
1c93e1b74d
web: add support for brandingDataUrl ( #1346 )
...
Closes : #1345
2 years ago
Daniel McAssey
8f38fe60f7
web,jvb: add option to enable multi-stream
2 years ago
Debendra Oli
264a3d8b39
web: add prejoin config options
2 years ago
Saúl Ibarra Corretgé
a7f260ec32
web,etherpad: fix default public URL
2 years ago
Oana Emilia Ianc
70c5cbfde2
misc: update dialin numbers url setup ( #1298 )
3 years ago
Oana Emilia Ianc
7790012d46
misc: define ENABLE_JAAS_COMPONENTS variable ( #1297 )
3 years ago
Oana Emilia Ianc
74ef7de10e
web,prosody: add support for JaaS components
3 years ago
Saúl Ibarra Corretgé
cb5a753282
config: simplify configuration
...
Use default values everywhere so they don't need to be specified in the
.env file.
This makes the default .env file much smaller (the larger config options
are documented in the handbook) and should make it easier to port the
setup to runtimes other than Docker Compose.
3 years ago
Prayag Singh
5ff2735f18
web: add e2eping support using env variables
...
Also consolidate disable remote video menu using env variables
3 years ago
Rintan
6284167990
web: add more audio quality options
...
Also replace deprecated stereo option.
3 years ago
Prayag Singh
48d499a7de
web: configure remote participant video menu
3 years ago
Prayag Singh
0be9c8fd04
web: allow configuring buttons in toolbar and pre-join screen
3 years ago
Werner Fleischer
6f56e5b7a2
web,prosody: add breakout rooms support
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
3 years ago
Saúl Ibarra Corretgé
2061b869fe
misc: enable features by default
...
- prejoin screen
- lobby
- av moderation
- talk while muted detection
- reactions
3 years ago
Prayag Singh
cfd8d3c04e
web: add config options for polls and reactions
3 years ago
Prayag Singh
09cf0a8951
web: add env variables for configuring vp9
3 years ago
Jean Prunneaux
014aa59d37
web: add default language variable
4 years ago
Lukas1818
5c32833b04
web: add start environment variables
...
START_WITH_AUDIO_MUTED; START_SILENT; START_WITH_VIDEO_MUTED
4 years ago
Prayag Singh
0cbe0d9801
web: add a env variable to enable/disable deep linking
4 years ago
Prayag Singh
78699fe65a
web: allow to configure shard name using env variable
4 years ago
Saúl Ibarra Corretgé
73acbade59
web: remove deprecated config option
4 years ago
Ludovic Muller
86c302258d
web: brandingDataUrl -> dynamicBrandingUrl
4 years ago
Saúl Ibarra Corretgé
493cbdd406
misc: fix typo
4 years ago
spprod35
e12d7f2b55
web : Add DESKTOP_SHARING_FRAMERATE_MIN and MAX env vars
4 years ago
shanehughes1990
f8560371f5
web: add more config options
4 years ago
D3473R
6b69576c2f
web: add ability to configure tokenAuthUrl
4 years ago
Saúl Ibarra Corretgé
7ab45bbb37
web: add ability to configure prejoin page
4 years ago
Saúl Ibarra Corretgé
991f695275
web: remove no longer needed settings
...
They default to true now and they have been removed.
4 years ago
Ludovic Muller
087f024fcb
web: configure brandingDataUrl with env variables
4 years ago
NullIsNot0
a404653197
web: configure startAudioOnly using environment variable
4 years ago
Ludovic Muller
409cade8ec
web: configure Matomo using environment variables
4 years ago
Saúl Ibarra Corretgé
ad5625bb09
jvb: switch to WebSocket based bridge channels
4 years ago
Aaron van Meerten
c149463823
web: build config.js on each boot
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
4 years ago