diff options
author | Andreas Hubel | 2020-12-27 12:31:15 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-27 12:31:15 +0100 |
commit | 1c683c29e981655c3ff65d80d3f83c77896b663e (patch) | |
tree | f9139d7b3007f80ffc3e4916c08312b520dcefea | |
parent | 3c6e17dc5e8e12dc6b749a49e431893f0f17370f (diff) |
rC3: disable slide stream
-rw-r--r-- | configs/conferences/rc3/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 47b74c1..53ee91f 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -242,7 +242,7 @@ $CONFIG['ROOMS'] = array( 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'DASH' => true, 'AUDIO' => true, 'MUSIC' => false, @@ -275,7 +275,7 @@ $CONFIG['ROOMS'] = array( 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'DASH' => true, 'AUDIO' => true, 'MUSIC' => false, |