diff options
author | derchris | 2019-10-11 22:52:58 +0200 |
---|---|---|
committer | derchris | 2019-10-11 22:52:58 +0200 |
commit | 3b3453fcc331ad477651ca83e4144188bad1cfd8 (patch) | |
tree | 88cdbad1829ee11027fbf020a35009c88c2f3eaa /configs | |
parent | 0720065eafafcdc5df1a245ba21662459d30aae0 (diff) |
tdott19: fix room name
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, |