diff options
author | Daniel Meißner | 2017-04-20 21:39:37 +0200 |
---|---|---|
committer | Daniel Meißner | 2017-04-20 21:39:37 +0200 |
commit | 5aae8444662cb46177a4f4f2cefb6d757edd3a0d (patch) | |
tree | d6b922e387b41c3777f00059813fc7b2f0afd27b /configs | |
parent | 5f008f47fd288353bd651a1e168ff683705e3051 (diff) |
osmocon: enabled audio streams
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/osmocon17/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/conferences/osmocon17/config.php b/configs/conferences/osmocon17/config.php index 8c462f2..4e9a487 100644 --- a/configs/conferences/osmocon17/config.php +++ b/configs/conferences/osmocon17/config.php @@ -209,7 +209,7 @@ $CONFIG['ROOMS'] = array( * * In diesem Fall wird, sofern aktiviert, Musik als Default-Stream angenommen. */ - 'AUDIO' => false, + 'AUDIO' => true, /** * Musik-Stream verfügbar |