aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/camp2019/config.php
diff options
context:
space:
mode:
authorderchris2019-08-24 17:46:57 +0200
committerderchris2019-08-24 17:46:57 +0200
commitf7a4b7c1736f9ceaab8472efba47dec5828f3548 (patch)
treeede7714c87a3fc33c56730004b09fc8bdb1cb802 /configs/conferences/camp2019/config.php
parent8db0033a9897485c0fe74f5c0ee2c1e57201386b (diff)
camp2019: add TOC rupert cam
Diffstat (limited to 'configs/conferences/camp2019/config.php')
-rw-r--r--configs/conferences/camp2019/config.php25
1 files changed, 24 insertions, 1 deletions
diff --git a/configs/conferences/camp2019/config.php b/configs/conferences/camp2019/config.php
index a86c40c..064df04 100644
--- a/configs/conferences/camp2019/config.php
+++ b/configs/conferences/camp2019/config.php
@@ -127,7 +127,7 @@ $CONFIG['OVERVIEW'] = array(
'thm',
),
'Villages' => array(
- 'pwny',
+ 'toc',
),
),
);
@@ -408,6 +408,29 @@ $CONFIG['ROOMS'] = array(
'IRC' => true,
'TWITTER' => true,
),
+ 'toc' => array(
+ 'DISPLAY' => 'TOC',
+ 'STREAM' => 'q2',
+ 'PREVIEW' => true,
+ 'STEREO' => false,
+
+ 'TRANSLATION' => false,
+ 'SD_VIDEO' => true,
+ 'HD_VIDEO' => true,
+ 'DASH' => true,
+ 'AUDIO' => false,
+ 'SLIDES' => false,
+ 'MUSIC' => false,
+
+ 'SCHEDULE' => false,
+ 'SCHEDULE_NAME' => 'Plank',
+
+ 'FEEDBACK' => false,
+ 'SUBTITLES' => false,
+ 'EMBED' => true,
+ 'IRC' => false,
+ 'TWITTER' => false,
+ ),
);