diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/13np/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/13np/config.php b/configs/conferences/13np/config.php index 093dd44..38e553d 100644 --- a/configs/conferences/13np/config.php +++ b/configs/conferences/13np/config.php @@ -140,7 +140,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's6', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -163,7 +163,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, |