Add sounds true/false to conference rooms.

This commit is contained in:
Mark Crane
2013-02-01 12:23:39 +00:00
parent c389b54346
commit 2bc70201dd
5 changed files with 88 additions and 29 deletions

View File

@@ -211,10 +211,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Introduce participants as they enter the conference.';
$z++;
//$apps[$x]['db'][$y]['fields'][$z]['name'] = 'enter_sound';
//$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
//$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'The sound played when someone enters the conference.';
//$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'sounds';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Play sound when someone enters or exists the conference.';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'mute';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Mute participants on entering the conference.';