diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 16:21:43 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-02 16:21:43 +0100 |
commit | a3ade938e07000c578392bf8f367c51ace4f0bd2 (patch) | |
tree | 6a43702a3f572ac52aca01d58424e93b3ea33156 /cluster/prod | |
parent | 67bcd07056cdde3bf900754a47f73ae6ee9239e6 (diff) | |
download | nixcfg-a3ade938e07000c578392bf8f367c51ace4f0bd2.tar.gz nixcfg-a3ade938e07000c578392bf8f367c51ace4f0bd2.zip |
update config with some flags, not sure
Diffstat (limited to 'cluster/prod')
-rw-r--r-- | cluster/prod/app/jitsi/config/config.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cluster/prod/app/jitsi/config/config.js b/cluster/prod/app/jitsi/config/config.js index 9464f37..3da0a15 100644 --- a/cluster/prod/app/jitsi/config/config.js +++ b/cluster/prod/app/jitsi/config/config.js @@ -648,6 +648,20 @@ var config = { // Sets the conference subject // subject: 'Conference Subject', + // Feature Flags. + flags: { + // Enables source names in the signaling. + sourceNameSignaling: false, + + // Enables sending multiple video streams, i.e., camera and desktop tracks can be shared in the conference + // separately as two different streams instead of one composite stream. + sendMultipleVideoStreams: false, + + // Signal that this client supports receiving multiple video streams. Without this flag jicofo will enable + // multi-stream backward compatibility. + receiveMultipleVideoStreams: false, + }, + // List of undocumented settings used in jitsi-meet /** _immediateReloadThreshold |