diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/fusion19/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/fusion19/config.php b/configs/conferences/fusion19/config.php index 5ebb45d..441cb23 100644 --- a/configs/conferences/fusion19/config.php +++ b/configs/conferences/fusion19/config.php @@ -122,7 +122,7 @@ $CONFIG['OVERVIEW'] = array( * Liste der Räume (= Audio & Video Produktionen, also auch DJ-Sets oä.) */ $CONFIG['ROOMS'] = array( - 'q2' => array( + 's1' => array( 'DISPLAY' => 'ConTent', 'STREAM' => 's1', 'PREVIEW' => true, @@ -136,7 +136,7 @@ $CONFIG['ROOMS'] = array( 'MUSIC' => false, 'SCHEDULE' => false, - 'SCHEDULE_NAME' => 'q2', + 'SCHEDULE_NAME' => 's1', 'FEEDBACK' => false, 'SUBTITLES' => false, 'EMBED' => true, |