From ecefd031c41428595e3028d5d14050505dfad3e9 Mon Sep 17 00:00:00 2001 From: derchris Date: Fri, 26 Apr 2019 21:49:42 +0200 Subject: change room <=> case matching --- configs/conferences/glt19/config.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'configs/conferences/glt19/config.php') diff --git a/configs/conferences/glt19/config.php b/configs/conferences/glt19/config.php index cfc57e1..f41323b 100644 --- a/configs/conferences/glt19/config.php +++ b/configs/conferences/glt19/config.php @@ -355,7 +355,7 @@ $CONFIG['ROOMS'] = array( 'i2' => array( 'WIDE' => false, 'DISPLAY' => 'i2', - 'STREAM' => 's2', + 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -377,7 +377,7 @@ $CONFIG['ROOMS'] = array( 'i7' => array( 'WIDE' => false, 'DISPLAY' => 'i7', - 'STREAM' => 's3', + 'STREAM' => 's6', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -399,7 +399,7 @@ $CONFIG['ROOMS'] = array( 'i11' => array( 'WIDE' => false, 'DISPLAY' => 'i11', - 'STREAM' => 's4', + 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -421,7 +421,7 @@ $CONFIG['ROOMS'] = array( 'i12' => array( 'WIDE' => false, 'DISPLAY' => 'i12', - 'STREAM' => 's5', + 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, @@ -443,7 +443,7 @@ $CONFIG['ROOMS'] = array( 'i13' => array( 'WIDE' => false, 'DISPLAY' => 'i13', - 'STREAM' => 's6', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, 'STEREO' => false, -- cgit v1.2.3