diff options
author | derchris | 2020-08-18 17:01:20 +0200 |
---|---|---|
committer | derchris | 2020-08-18 17:01:20 +0200 |
commit | 2f70434a80d491c9f46b0389db3eb22787003134 (patch) | |
tree | 9c7296d67e77e997fde34db4cea59d5d35455729 /configs/conferences/froscon2020/config.php | |
parent | aa4e8e20719c7a45ff71bdf643093b847209196d (diff) |
froscon2020: change room assignments
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/froscon2020/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/froscon2020/config.php b/configs/conferences/froscon2020/config.php index 30d9dfb..a731c6f 100644 --- a/configs/conferences/froscon2020/config.php +++ b/configs/conferences/froscon2020/config.php @@ -161,7 +161,7 @@ $CONFIG['ROOMS'] = array( ), 'S2' => array( 'DISPLAY' => 'HS 3', - 'STREAM' => 's2', + 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -185,7 +185,7 @@ $CONFIG['ROOMS'] = array( ), 'S3' => array( 'DISPLAY' => 'HS 4', - 'STREAM' => 's3', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -209,7 +209,7 @@ $CONFIG['ROOMS'] = array( ), 'S4' => array( 'DISPLAY' => 'HS 5', - 'STREAM' => 's4', + 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -233,7 +233,7 @@ $CONFIG['ROOMS'] = array( ), 'S5' => array( 'DISPLAY' => 'C116', - 'STREAM' => 's5', + 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, |