-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigbluebot - Installation step to use with greenlight #14
Comments
I hope you will appreciate the work ;)
Is there any method to force the second connexion directly ? |
@aguerson thanks for taking the time to map things up with Greenlight. When dispatching the bots with your API secret configured the fist call the library will do is a create to initialize a room for the bots to join. Looks like something you modified is replacing the |
Yes I saw in the file "/opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/lib/api.js" something like two orders
Is there any method to disable the getCreateUR call ? If I put a comment here
I get this
I am not a js expert :'( |
OK, I am not a expert, but node is a really good tool ;)
Maybe I will find my solution in the file "/opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/lib/util.js" |
Comment this up Lines 20 to 23 in ad75134
|
I try ;) |
Good ! It works
by
@pedrobmarin thanks again ! No more errors ;) |
You can close the issue or use it as guideline ;) |
Nice, this is helpful, thank you @aguerson 👋 |
Any ideas?
|
OK I did it !
To reproduce
create a CT from an OpenVZ server with ubuntu 18.04 LTS template ( or a lxd container ? ) in a moderate server ( Intel(R) Xeon(R) CPU X5690 @ 3.47GHz / 16G RAM )
create bigbluebutton user and customize it
create sub dir
mkdir -p /opt/bigbluebutton/bbb-bot
change rights
vim /etc/ssh/sshd_config
systemctl restart sshd.service
to
vim /opt/bigbluebutton/bbb-bot/run.js
vim /opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/lib/api.js
modify
by
and modify ( I just want to join the room. I don't want to create it. I will create it manually using greenlight interface ).
by
vim /opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/lib/pool.js
modify
by
vim /opt/bigbluebutton/bbb-bot/node_modules/bigbluebot/config/config.json
modify
by
and modify ( for this part, it depends if you want to play with the bots or not with the chrome browser )
by
and to finish, modify
by
Launch the meeting with the greenlight interface
and
Enjoy !
The text was updated successfully, but these errors were encountered: