diff options
| author | Alexander Votteler | 2020-12-27 00:59:59 +0100 | 
|---|---|---|
| committer | GitHub | 2020-12-27 00:59:59 +0100 | 
| commit | efdb554fbf65755cd8acef0130124dde3d8bd51c (patch) | |
| tree | 98f7b812efe3c44cd6be359a82b9f9bc75f5c263 /configs/conferences/rc3/config.php | |
| parent | 449bcc7bc6a60a1d8f7e657f47de913a61b79b90 (diff) | |
rc3: add FeM Congress Classics (#129)
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/rc3/config.php | 19 | 
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, +	),  ); | 
