Communication between BBB and Moodle Plugin

Re: Communication between BBB and Moodle Plugin

by Jesus Federico -
Number of replies: 0
Picture of Plugin developers
Hi TS

All the information related to how the BBB API works is here https://docs.bigbluebutton.org/dev/api.html

There is no OAuth or OAUth2 involved. It is just a singed request using a secret key shared between the plugin and BBB.

No LTI at all. This is a native plugin. You can use LTI as well, but you have to install that App in your server. Check the documentation in BBB docs

The plugin does not poll for users. There is only one request to verify that the meeting is running, and there may be another one to count the number of meetings running, if the limit has been established in the settings.

JF