aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences
diff options
context:
space:
mode:
authorMaZderMind2015-12-17 11:50:16 +0100
committerMaZderMind2015-12-17 11:50:36 +0100
commitb0a7c354112a86a30e4ab49e5cae685668dd2e92 (patch)
tree9a0b4e82c25ae85a9d5c2402a164f8490c5bea8d /configs/conferences
parentbdccd2f11facd96e613cd765cd899adf487216f6 (diff)
[32C3] explicitly name streams
Diffstat (limited to 'configs/conferences')
-rw-r--r--configs/conferences/32c3/config.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/conferences/32c3/config.php b/configs/conferences/32c3/config.php
index af8592e..6fa5b6b 100644
--- a/configs/conferences/32c3/config.php
+++ b/configs/conferences/32c3/config.php
@@ -440,11 +440,13 @@ $GLOBALS['CONFIG']['ROOMS'] = array(
'lounge' => array(
'DISPLAY' => 'Lounge',
+ 'STREAM' => 'lounge',
'MUSIC' => true,
'EMBED' => true,
),
'ambient' => array(
'DISPLAY' => 'Ambient',
+ 'STREAM' => 'ambient',
'MUSIC' => true,
'EMBED' => true,
),