aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Votteler2020-12-27 00:59:59 +0100
committerGitHub2020-12-27 00:59:59 +0100
commitefdb554fbf65755cd8acef0130124dde3d8bd51c (patch)
tree98f7b812efe3c44cd6be359a82b9f9bc75f5c263
parent449bcc7bc6a60a1d8f7e657f47de913a61b79b90 (diff)
rc3: add FeM Congress Classics (#129)
-rw-r--r--configs/conferences/rc3/config.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php
index e7d48a7..74bed7e 100644
--- a/configs/conferences/rc3/config.php
+++ b/configs/conferences/rc3/config.php
@@ -145,6 +145,7 @@ $CONFIG['OVERVIEW'] = array(
'wikipaka',
'xhain',
'infobeamer',
+ 'classics'
),
'Music Live' => array(
'c3lounge'
@@ -832,6 +833,24 @@ $CONFIG['ROOMS'] = array(
'IRC' => false,
'TWITTER' => false,
),
+ 'classics' => array(
+ 'DISPLAY' => 'FeM Congress Classics',
+ 'DISPLAY_SHORT' => 'Classics',
+ 'STREAM' => 'classics',
+ 'PREVIEW' => true,
+
+ 'SD_VIDEO' => true,
+ 'HD_VIDEO' => true,
+ 'DASH' => true,
+ 'HLS' => true,
+ 'AUDIO' => true,
+ 'SLIDES' => false,
+ 'MUSIC' => false,
+ 'SCHEDULE' => false,
+ 'EMBED' => true,
+ 'IRC' => false,
+ 'TWITTER' => false,
+ ),
);