From 3b3453fcc331ad477651ca83e4144188bad1cfd8 Mon Sep 17 00:00:00 2001 From: derchris Date: Fri, 11 Oct 2019 22:52:58 +0200 Subject: tdott19: fix room name --- configs/conferences/tdott19/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') 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, -- cgit v1.2.3