diff options
author | Andi | 2016-07-02 18:03:34 +0200 |
---|---|---|
committer | Andi | 2016-07-02 18:03:34 +0200 |
commit | 8602ff0dd773fabb6480400f8f3838cbc0431631 (patch) | |
tree | 174832eba3a3db82482774b233d8627b38484a79 /configs/conferences/fossgis16/config.php | |
parent | beaf86b4364e14e2207d91dcbaa1f5b98ce88015 (diff) |
fossgis16: updated room mapping
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fossgis16/config.php | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/configs/conferences/fossgis16/config.php b/configs/conferences/fossgis16/config.php index 7e5ccc9..fac5452 100644 --- a/configs/conferences/fossgis16/config.php +++ b/configs/conferences/fossgis16/config.php @@ -148,7 +148,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's1', + 'STREAM' => 's2', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -346,7 +346,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'gi-studio' => array( 'DISPLAY' => 'GI Studio', - 'STREAM' => 's2', + 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, @@ -357,14 +357,14 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => ' GI Studio', + 'SCHEDULE_NAME' => 'GI Studio', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, 'IRC' => false, 'TWITTER' => true, ), - +/* 'audimax' => array( 'DISPLAY' => 'Audimax', 'STREAM' => 's3', @@ -385,6 +385,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'IRC' => false, 'TWITTER' => true, ), +*/ ); /** |