diff options
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, + ), + ); /** |