-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
1.9
-
None
-
Easy
-
MOODLE_19_STABLE
From Rod Norfor at Open Universiry:
We have noticed a funny with the recording setup of elluminate instances.
If a meeting it upgraded the Recording mode will display as off in view.php, this seems to be because when you upgrade the elluminate instances it pulles the mode from the elluminate which will be either 'off', 'remote', 'on' as per the ELLUMINATE_RECORDING_?NAME constants in lib.php, but the view tests against the ELLUMINATE_RECORDING? constants, 0,1 or 3, now if I change it so that it tests again the NAME constants rather that the numbers the view works, but when access an elluminate meeting I don't get the recording controls for manual recording. 'on' for automatic doesn't seem to work either.
If I change the recording mode to use 0,1 or 3 the controls appear. ( as the mod_form.php sets the value) But the getMeetingParameters returns the
name rather than the number.