diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/tdott19/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/tdott19/config.php b/configs/conferences/tdott19/config.php index 9ca7551..17c44bd 100644 --- a/configs/conferences/tdott19/config.php +++ b/configs/conferences/tdott19/config.php @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array( * Array-Key ist der Raum-Slug, der z.B. auch zum erstellen der URLs, * in $CONFIG['OVERVIEW'] oder im Feedback verwendet wird. */ - 'HBK' => array( + 'ruum42' => array( 'WIDE' => true, 'DISPLAY' => 'ruum42', 'STREAM' => 'q2', @@ -156,7 +156,7 @@ $CONFIG['ROOMS'] = array( 'AUDIO' => true, 'SCHEDULE' => true, - 'SCHEDULE_NAME' => 'HBK', + 'SCHEDULE_NAME' => 'ruum42', 'FEEDBACK' => false, 'SUBTITLES' => false, |