From 10cda8b4f9ae00d080399a043651803482107a20 Mon Sep 17 00:00:00 2001 From: Florian Larysch Date: Sat, 19 Aug 2017 00:01:23 +0200 Subject: swap s1 and s6 --- configs/conferences/froscon2017/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/conferences') diff --git a/configs/conferences/froscon2017/config.php b/configs/conferences/froscon2017/config.php index 5f107aa..e8897a8 100644 --- a/configs/conferences/froscon2017/config.php +++ b/configs/conferences/froscon2017/config.php @@ -137,7 +137,7 @@ $CONFIG['ROOMS'] = array( */ 'S1' => array( 'DISPLAY' => 'HS 1', - 'STREAM' => 's1', + 'STREAM' => 's6', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -229,7 +229,7 @@ $CONFIG['ROOMS'] = array( ), 'S6' => array( 'DISPLAY' => 'HS 6', - 'STREAM' => 's6', + 'STREAM' => 's1', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, -- cgit v1.2.3