aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDaniel Meißner2017-08-04 10:43:10 +0200
committerDaniel Meißner2017-08-04 10:43:10 +0200
commite6a3d92129e430e7a5b821672133d7cafb85689a (patch)
tree04b4c8f8ca1d76260afadd80556b2021363c38a1 /configs
parent3a6b819b32eb1d309b9ef56cbdaf0bfc604f9ba1 (diff)
SHA2017: changed radio name to BinaryVoice
Diffstat (limited to 'configs')
-rw-r--r--configs/conferences/SHA2017/config.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/conferences/SHA2017/config.php b/configs/conferences/SHA2017/config.php
index 09f71c4..1c88999 100644
--- a/configs/conferences/SHA2017/config.php
+++ b/configs/conferences/SHA2017/config.php
@@ -1001,9 +1001,9 @@ $CONFIG['ROOMS'] = array(
'MUSIC' => true,
'EMBED' => true,
),
- 'radio' => array(
- 'DISPLAY' => 'Radio',
- 'STREAM' => 'radio',
+ 'binaryvoice' => array(
+ 'DISPLAY' => 'BinaryVoice',
+ 'STREAM' => 'binaryvoice',
'MUSIC' => true,
'EMBED' => true,
),