diff options
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/lac2018/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/conferences/lac2018/config.php b/configs/conferences/lac2018/config.php index aede431..8d37c5e 100644 --- a/configs/conferences/lac2018/config.php +++ b/configs/conferences/lac2018/config.php @@ -340,6 +340,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => false, 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => false, 'MUSIC' => false, @@ -361,6 +362,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => false, 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => false, 'MUSIC' => false, |