From 2947bf6f6ca270f3381e890af6192c68b2443c7d Mon Sep 17 00:00:00 2001 From: Anton Schubert Date: Thu, 7 May 2020 23:42:45 +0200 Subject: remove obsolete stereo flag --- configs/conferences/emf2018/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configs/conferences/emf2018/config.php') diff --git a/configs/conferences/emf2018/config.php b/configs/conferences/emf2018/config.php index b1d2362..e3e1fca 100644 --- a/configs/conferences/emf2018/config.php +++ b/configs/conferences/emf2018/config.php @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's1', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -166,7 +166,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -190,7 +190,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, -- cgit v1.2.3