diff options
author | Andreas Hubel | 2020-12-26 19:21:29 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-26 19:23:53 +0100 |
commit | d43370869f495d871f00655907b3755b3c60ea2b (patch) | |
tree | 70577840cd6aec872850ec0550709171718c5398 /configs | |
parent | 05151b2732f023d8120f6819f39f10cbcb1899f8 (diff) |
re-add infobeamer
This partly reverts commit d07434dac8a9737c539033edb1415e75c66b10f8.
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rc3/config.php | 20 |
1 files changed, 20 insertions, 0 deletions
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, + ), + ); /** |