forked from Deuxfleurs/nixcfg
update config with some flags, not sure
This commit is contained in:
parent
67bcd07056
commit
a3ade938e0
1 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue