Add additional permissions to conference rooms to make it more customizable. Also default values for the settings and setup the pin numbers so they can be automatically generated.

This commit is contained in:
Mark Crane
2013-01-08 20:58:49 +00:00
parent 8ef0f8f08f
commit 1c3e012368
3 changed files with 320 additions and 207 deletions
+3 -3
View File
@@ -114,7 +114,7 @@
$text['label-users']['en-us'] = 'Users';
$text['label-users']['pt-pt'] = '';
$text['description-users']['en-us'] = 'Assign the user to the conference room.';
$text['description-users']['en-us'] = 'Assign additional users to the conference room.';
$text['description-users']['pt-pt'] = '';
$text['button-add']['en-us'] = 'Add';
@@ -129,10 +129,10 @@
$text['label-member-pin']['en-us'] = 'PIN Numbers';
$text['label-member-pin']['pt-pt'] = '';
$text['description-moderator-pin']['en-us'] = 'Pin numbers for the moderators.';
$text['description-moderator-pin']['en-us'] = 'Pin number for the moderators.';
$text['description-moderator-pin']['pt-pt'] = '';
$text['description-participant-pin']['en-us'] = 'Pin numbers for the participants.';
$text['description-participant-pin']['en-us'] = 'Pin number for the participants.';
$text['description-participant-pin']['pt-pt'] = '';
$text['label-member-type-moderator']['en-us'] = 'moderator';