diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/rc3/config.php | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index e3f6ed2..233655e 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -144,11 +144,11 @@ $CONFIG['OVERVIEW'] = array(  			'sendezentrum',  			'wikipaka',  			'xhain', -			'c3lounge',  			'infobeamer', -			'test',  		), -		// 'Music' => array() +		'Music Live' => array( +			'c3lounge' +		)  	),  ); @@ -330,6 +330,8 @@ $CONFIG['ROOMS'] = array(  	'c3lounge' => array(  			'DISPLAY' => 'Lounge',  			'DISPLAY_SHORT' => 'Lounge', +			'WIDE' => true, +  			'STREAM' => 'c3lounge',  			'PREVIEW' => true,  			'TRANSLATION' => [ | 
