diff options
author | Anton Schubert | 2020-05-07 23:42:45 +0200 |
---|---|---|
committer | Anton Schubert | 2020-05-07 23:42:45 +0200 |
commit | 2947bf6f6ca270f3381e890af6192c68b2443c7d (patch) | |
tree | e699024a68aa2598516ddcea2b60406641764627 /configs/conferences/bub2018 | |
parent | 262496ad0805b47c878fb9db13573c4588c3a3a7 (diff) |
remove obsolete stereo flag
Diffstat (limited to 'configs/conferences/bub2018')
-rwxr-xr-x | configs/conferences/bub2018/config.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/conferences/bub2018/config.php b/configs/conferences/bub2018/config.php index 6f8307d..01ab71b 100755 --- a/configs/conferences/bub2018/config.php +++ b/configs/conferences/bub2018/config.php @@ -142,7 +142,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's1', 'PREVIEW' => true, 'TRANSLATION' => true, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -166,7 +166,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -190,7 +190,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's3', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -214,7 +214,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's4', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, @@ -238,7 +238,7 @@ $CONFIG['ROOMS'] = array( 'STREAM' => 's5', 'PREVIEW' => true, 'TRANSLATION' => false, - 'STEREO' => false, + 'SD_VIDEO' => true, 'HD_VIDEO' => true, |