diff options
Diffstat (limited to 'configs')
-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, |