diff options
Diffstat (limited to '')
-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, ), |