diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/32c3/config.php | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php index af8592e..6fa5b6b 100644 --- a/configs/conferences/32c3/config.php +++ b/configs/conferences/32c3/config.php @@ -440,11 +440,13 @@ $GLOBALS['CONFIG']['ROOMS'] = array(  	'lounge' => array(  		'DISPLAY' => 'Lounge', +		'STREAM' => 'lounge',  		'MUSIC' => true,  		'EMBED' => true,  	),  	'ambient' => array(  		'DISPLAY' => 'Ambient', +		'STREAM' => 'ambient',  		'MUSIC' => true,  		'EMBED' => true,  	), | 
