diff options
author | Florian Larysch | 2017-08-04 16:47:52 +0200 |
---|---|---|
committer | Florian Larysch | 2017-08-04 16:47:52 +0200 |
commit | c0f6727803a4bb76c8855aafea3a4f58dc474053 (patch) | |
tree | d6a3581979e99963cada91f932ebc793af1695a5 /configs | |
parent | 21ab053f6fefd4e2def685393e7373a70e56c4d9 (diff) |
SHA2017: lounge is a1
Diffstat (limited to 'configs')
-rw-r--r-- | configs/conferences/SHA2017/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/SHA2017/config.php b/configs/conferences/SHA2017/config.php index 5247162..8a5c727 100644 --- a/configs/conferences/SHA2017/config.php +++ b/configs/conferences/SHA2017/config.php @@ -997,7 +997,7 @@ $CONFIG['ROOMS'] = array( ), 'lounge' => array( 'DISPLAY' => 'Lounge', - 'STREAM' => 'lounge', + 'STREAM' => 'a1', 'MUSIC' => true, 'EMBED' => true, ), |