diff options
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/mrmcd17/config.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/configs/conferences/mrmcd17/config.php b/configs/conferences/mrmcd17/config.php index 8a34910..f297fb8 100644 --- a/configs/conferences/mrmcd17/config.php +++ b/configs/conferences/mrmcd17/config.php @@ -140,7 +140,7 @@ $CONFIG['ROOMS'] = array(  		'STREAM' => 's3',  		'PREVIEW' => true,  		'TRANSLATION' => false, -		'STEREO' => false, +  		'SD_VIDEO' => true,  		'HD_VIDEO' => true, @@ -163,7 +163,7 @@ $CONFIG['ROOMS'] = array(  		'STREAM' => 's4',  		'PREVIEW' => true,  		'TRANSLATION' => false, -		'STEREO' => false, +  		'SD_VIDEO' => true,  		'HD_VIDEO' => true, | 
