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

Plugin mod_bigbluebuttonbn: Wrong API parameter

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a bug
    • Icon: Minor Minor
    • None
    • 3.11.15
    • None
    • 3.0
    • MOODLE_311_STABLE

      Backport of MDL-80625

       

      There is a mistake in:  

       

      // line: 468
      // mod/bigbluebuttonbn/classes/meeting.php 
       
      $metadata['bn-recording-ready-url'] = $this->instance->get_record_ready_url()->out(false);

       

      But there is no parameter `bn-recording-ready-url` defined in BBB-API document. The correct code must be:

       

      // correct:
      $metadata['bbb-recording-ready-url'] = $this->instance->get_record_ready_url()->out(false); 

       

       

       

            shamiso.jaravaza Shamiso Jaravaza
            shamiso.jaravaza Shamiso Jaravaza
            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.