diff options
author | Sophie Schiller | 2020-03-11 10:37:21 +0100 |
---|---|---|
committer | Sophie Schiller | 2020-03-11 10:37:21 +0100 |
commit | 029948a6342e98915a7c8c7055ff2d443d21357d (patch) | |
tree | 9a0722633d0036e1b0968280de17352d6962d630 /configs | |
parent | 97120cdd839338062b67c8742b1a64c85bfd43d4 (diff) |
fossgis20 switch rooms
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis20/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/fossgis20/config.php b/configs/conferences/fossgis20/config.php index 2818788..bb1575d 100644 --- a/configs/conferences/fossgis20/config.php +++ b/configs/conferences/fossgis20/config.php @@ -153,7 +153,7 @@ $CONFIG['ROOMS'] = array( 'anatomie' => array( 'DISPLAY' => 'HS Anatomie', - 'STREAM' => 's2', + 'STREAM' => 's6', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -179,7 +179,7 @@ $CONFIG['ROOMS'] = array( 'weismannhaus' => array( 'DISPLAY' => 'HS Weismannhaus', - 'STREAM' => 's6', + 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, |