Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 460... Línea 460...
460
                    'context' => $this->instance->get_view_url(),
460
                    'context' => $this->instance->get_view_url(),
461
                ]
461
                ]
462
            );
462
            );
463
        }
463
        }
464
        if ((boolean) config::get('recordingready_enabled')) {
464
        if ((boolean) config::get('recordingready_enabled')) {
465
            $metadata['bn-recording-ready-url'] = $this->instance->get_record_ready_url()->out(false);
465
            $metadata['bbb-recording-ready-url'] = $this->instance->get_record_ready_url()->out(false);
466
        }
466
        }
467
        if ((boolean) config::get('meetingevents_enabled')) {
467
        if ((boolean) config::get('meetingevents_enabled')) {
468
            $metadata['analytics-callback-url'] = $this->instance->get_meeting_event_notification_url()->out(false);
468
            $metadata['analytics-callback-url'] = $this->instance->get_meeting_event_notification_url()->out(false);
469
        }
469
        }
470
        return $metadata;
470
        return $metadata;