mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-74545 mod_bigbluebuttonbn: Allow changing the polling value
* The polling time on the BBB room page can be changed via the poll_interval settings (general settings)
This commit is contained in:
parent
720bd60fc6
commit
1077d473c4
13 changed files with 159 additions and 63 deletions
|
@ -216,6 +216,10 @@ $string['config_participant_description'] = 'These settings define the default r
|
|||
$string['config_participant_moderator_default'] = 'Moderator';
|
||||
$string['config_participant_moderator_default_description'] = 'This rule is used by default when a new room is added.';
|
||||
|
||||
$string['config_poll_interval'] = 'Poll interval to refresh the room\'s status';
|
||||
$string['config_poll_interval_description'] = 'Poll interval to refresh the room\'s status. Please make sure that this value is
|
||||
no too low as it might have an impact on the remote server. It cannot be less than two seconds.';
|
||||
|
||||
$string['config_userlimit'] = 'User limit';
|
||||
$string['config_userlimit_description'] = 'These settings enable or disable options in the UI and also define default values for these options.';
|
||||
$string['config_userlimit_default'] = 'User limit enabled by default';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue