diff options
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/g20-weltbild/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/g20-weltbild/config.php b/configs/conferences/g20-weltbild/config.php index e3c94d2..df11d46 100644 --- a/configs/conferences/g20-weltbild/config.php +++ b/configs/conferences/g20-weltbild/config.php @@ -144,7 +144,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 'weltbild1', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, 'SLIDES' => false, @@ -164,7 +164,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 'weltbild2', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => true, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, 'SLIDES' => false, |