From d43370869f495d871f00655907b3755b3c60ea2b Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Sat, 26 Dec 2020 19:21:29 +0100 Subject: re-add infobeamer This partly reverts commit d07434dac8a9737c539033edb1415e75c66b10f8. --- configs/conferences/rc3/config.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index cc87cdb..e3f6ed2 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -811,6 +811,26 @@ $CONFIG['ROOMS'] = array( 'TEXT' => '#rC3xhain', ), ), + + 'infobeamer' => array( + 'DISPLAY' => 'Infobeamer', + 'DISPLAY_SHORT' => 'Infobeamer', + 'STREAM' => 'infobeamer', + 'PREVIEW' => true, + + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'HLS' => true, + 'AUDIO' => true, + 'SLIDES' => false, + 'MUSIC' => false, + 'SCHEDULE' => true, + 'EMBED' => true, + 'IRC' => false, + 'TWITTER' => false, + ), + ); /** -- cgit v1.2.3