diff options
author | Andreas Hubel | 2019-08-28 10:06:09 +0300 |
---|---|---|
committer | Andreas Hubel | 2019-08-28 10:06:09 +0300 |
commit | 215fc5b6547c35981395a496cc91f0a6c51b4b70 (patch) | |
tree | ea5ac943bf35177338a3326e152a02ea9cca0d21 | |
parent | 793b6ab259d30680471920aead37d04853af63dd (diff) |
fix room mapping
-rw-r--r-- | configs/conferences/foss4g-2019/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/foss4g-2019/config.php b/configs/conferences/foss4g-2019/config.php index f84b6a6..b20f6f2 100644 --- a/configs/conferences/foss4g-2019/config.php +++ b/configs/conferences/foss4g-2019/config.php @@ -617,7 +617,7 @@ $CONFIG['ROOMS'] = array( 'NationalTheater' => array( 'DISPLAY' => 'National Theater Plenary Hall', - 'STREAM' => 's11', + 'STREAM' => 's80', 'PREVIEW' => true, 'STEREO' => false, |