-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
4.3
-
4.3
-
MOODLE_403_STABLE
There are some meta parameters that need to be sent for OpenCast see https://github.com/blindsidenetworks/moodle-mod_bigbluebuttonbn/pull/509
mainly:
$opencastid = (string) $DB->get_field('tool_opencast_series', 'series', array('courseid' => $courseid)); |
if (strlen($opencastid)>=1) { |
$metadata["opencast-dc-ispartof"] = $opencastid; |
}
|