Aurélien GUERSON
Aurélien GUERSON
Yes I saw in the file "/opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/lib/api.js" something like two orders "getCreateURL" and "getJoinURL" and at the end of the file, I found ``` module.exports = { getCreateURL, getJoinURL, };...
OK, I am not a expert, but node is a really good tool ;) It said me to use "/opt/bigbluebutton/bbb-bot$ node --unhandled-rejections=strict run.js" And now I get this ``` /opt/bigbluebutton/bbb-bot$...
Good ! It works I replaced ``` const run = async actions => { if (!dependencies()) return null; logger.info(`Bots: ${pool.size * pool.population}`); logger.info(`Life: ${bot.life / 1000} seconds`); if (api.secret) {...
You can close the issue or use it as guideline ;)