From a20d9a3db5b8d0a394d806386f2736de591954b8 Mon Sep 17 00:00:00 2001
From: VOC
Date: Sat, 14 Nov 2015 13:07:44 +0100
Subject: add "room" for floating setup

---
 configs/conferences/ppw15b/config.php | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

(limited to 'configs')

diff --git a/configs/conferences/ppw15b/config.php b/configs/conferences/ppw15b/config.php
index 82d7b63..6541729 100644
--- a/configs/conferences/ppw15b/config.php
+++ b/configs/conferences/ppw15b/config.php
@@ -361,6 +361,25 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
 		'SCHEDULE' => true,
 		'SCHEDULE_NAME' => 'ALPHABET',
 
+		'FEEDBACK' => true,
+		'EMBED' => true,
+		'TWITTER' => true,
+	),
+	'floating' => array(
+		'DISPLAY' => 'Floating',
+
+		'STREAM' => 's5',
+		'PREVIEW' => true,
+
+		'TRANSLATION' => false,
+		'STEREO' => false,
+		'SD_VIDEO' => true,
+		'HD_VIDEO' => false,
+		'AUDIO' => true,
+
+		'SCHEDULE' => true,
+		'SCHEDULE_NAME' => 'ABAKUS',
+
 		'FEEDBACK' => true,
 		'EMBED' => true,
 		'TWITTER' => true,
@@ -422,7 +441,7 @@ $GLOBALS['CONFIG']['SCHEDULE'] = array(
          *
          * Wird diese Zeile auskommentiert, werden alle Räume angezeigt
          */
-        'ROOMFILTER' => array('MOSAIK', 'ALPHABET'),
+        //'ROOMFILTER' => array('MOSAIK', 'ALPHABET'),
 
 	/**
 	 * Skalierung der Programm-Vorschau in Sekunden pro Pixel
-- 
cgit v1.2.3