diff options
author | Andreas Hubel | 2020-12-26 19:23:48 +0100 |
---|---|---|
committer | Andreas Hubel | 2020-12-26 19:23:53 +0100 |
commit | 3dab3941dafdccfbd4ad0ac49fb52574d79ed6ff (patch) | |
tree | 1f1dbcf862819a14b9303fbaadb7f63ce618c37c /configs | |
parent | d43370869f495d871f00655907b3755b3c60ea2b (diff) |
add music to own group
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/rc3/config.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index e3f6ed2..233655e 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -144,11 +144,11 @@ $CONFIG['OVERVIEW'] = array( 'sendezentrum', 'wikipaka', 'xhain', - 'c3lounge', 'infobeamer', - 'test', ), - // 'Music' => array() + 'Music Live' => array( + 'c3lounge' + ) ), ); @@ -330,6 +330,8 @@ $CONFIG['ROOMS'] = array( 'c3lounge' => array( 'DISPLAY' => 'Lounge', 'DISPLAY_SHORT' => 'Lounge', + 'WIDE' => true, + 'STREAM' => 'c3lounge', 'PREVIEW' => true, 'TRANSLATION' => [ |