diff options
Diffstat (limited to '')
-rwxr-xr-x | configs/conferences/asg2018/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/asg2018/config.php b/configs/conferences/asg2018/config.php index 8977c56..eb51d35 100755 --- a/configs/conferences/asg2018/config.php +++ b/configs/conferences/asg2018/config.php @@ -146,7 +146,7 @@ $CONFIG['ROOMS'] = array( * Event-Case in welchem Raum aufgebaut wird und wird üblicherweise von * s1 bis s5 durchnummeriert. */ - 'STREAM' => 's4', + 'STREAM' => 's1', /** * Stream-Vorschaubildchen auf der Übersichtsseite anzeigen @@ -344,7 +344,7 @@ $CONFIG['ROOMS'] = array( 'kuppel' => array( 'DISPLAY' => 'Kuppel', - 'STREAM' => 's4', + 'STREAM' => 's2', 'PREVIEW' => true, 'TRANSLATION' => false, |