diff options
author | Daniel Meißner | 2017-08-04 10:43:10 +0200 |
---|---|---|
committer | Daniel Meißner | 2017-08-04 10:43:10 +0200 |
commit | e6a3d92129e430e7a5b821672133d7cafb85689a (patch) | |
tree | 04b4c8f8ca1d76260afadd80556b2021363c38a1 | |
parent | 3a6b819b32eb1d309b9ef56cbdaf0bfc604f9ba1 (diff) |
SHA2017: changed radio name to BinaryVoice
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/SHA2017/config.php | 6 |
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, ), |