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/bub2018/config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configs/conferences/bub2018') diff --git a/configs/conferences/bub2018/config.php b/configs/conferences/bub2018/config.php index 6f8307d..01ab71b 100755 --- a/configs/conferences/bub2018/config.php +++ b/configs/conferences/bub2018/config.php @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's1', 'PREVIEW' => true, 'TRANSLATION' => true, - '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, @@ -214,7 +214,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -238,7 +238,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, -- cgit v1.2.3