aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorderchris2019-04-26 21:49:42 +0200
committerderchris2019-04-26 21:49:42 +0200
commitecefd031c41428595e3028d5d14050505dfad3e9 (patch)
tree294db0e89b4fc8a455b1086bc8a174873d54e667
parentb973120916b7bcc8c1cdb8bdcc9d910b045b6861 (diff)
change room <=> case matching
-rw-r--r--configs/conferences/glt19/config.php10
1 files changed, 5 insertions, 5 deletions
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,