Uploaded image for project: 'Plugins'
  1. Plugins
  2. CONTRIB-1390

Currently recordings are only added to a meeting instance ( by cron) when the meeting has finished, We have meetings that last the length of the course

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • 1.9.4
    • Patch: Elluminate
    • None
    • Any
    • MOODLE_19_STABLE

      Currently recordings are only added to a meeting instance ( by cron) when the meeting has finished, We have meetings that last the length of the course.

      So I have changed the sql query to remove the time clause.

      Not sure if this should be a meeting setting or whether it doesn't matter.

      ie:

      changing lib.php:462
      $sql = "SELECT es.id, es.meetingid
      FROM {$CFG->prefix}elluminatelive el
      INNER JOIN {$CFG->prefix}elluminatelive_session es ON es.elluminatelive = el.id
      WHERE el.timeend <= $timenow";

      to
      $sql = "SELECT es.id, es.meetingid
      FROM {$CFG->prefix}elluminatelive el
      INNER JOIN {$CFG->prefix}elluminatelive_session es ON es.elluminatelive = el.id";

            jfilip Justin Filip (Inactive)
            rtcn2 Rod Norfor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Error rendering 'clockify-timesheets-time-tracking-reports:timer-sidebar'. Please contact your Jira administrators.