aboutsummaryrefslogtreecommitdiff
path: root/docker/jitsi/jitsi-front/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docker/jitsi/jitsi-front/config.js')
-rw-r--r--docker/jitsi/jitsi-front/config.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/jitsi/jitsi-front/config.js b/docker/jitsi/jitsi-front/config.js
index 34f0662..b172303 100644
--- a/docker/jitsi/jitsi-front/config.js
+++ b/docker/jitsi/jitsi-front/config.js
@@ -268,7 +268,7 @@ var config = {
// disable1On1Mode: false,
// Default language for the user interface.
- // defaultLanguage: 'en',
+ defaultLanguage: 'fr',
// If true all users without a token will be considered guests and all users
// with token will be considered non-guests. Only guests will be allowed to
@@ -359,7 +359,7 @@ var config = {
// If set to true, it will prefer to use H.264 for P2P calls (if H.264
// is supported).
- preferH264: true
+ preferH264: true,
// If set to true, disable H.264 video codec by stripping it out of the
// SDP.
@@ -367,7 +367,7 @@ var config = {
// How long we're going to wait, before going back to P2P after the 3rd
// participant has left the conference (to filter out page reload).
- // backToP2PDelay: 5
+ backToP2PDelay: 60
},
analytics: {