. /** * Settings for BigBlueButtonBN. * * @package mod_bigbluebuttonbn * @copyright 2010 onwards, Blindside Networks Inc * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later * @author Jesus Federico (jesus [at] blindsidenetworks [dt] com) * @author Fred Dixon (ffdixon [at] blindsidenetworks [dt] com) */ defined('MOODLE_INTERNAL') || die; $bbbsettings = new mod_bigbluebuttonbn\settings($ADMIN, $module, $section); $bbbsettings->add_all_settings(); $settings = null;