chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
785 stars 478 forks source link

Plugin: BBB: Update upstream PHP API library #3244

Open ywarnier opened 4 years ago

ywarnier commented 4 years ago

The version of the BigBlueButton API library for PHP we are using is old. It looks like the latest update from upstream that we did was in 2012: https://github.com/chamilo/chamilo-lms/commit/c4bb8e7ad8cc1e4a90df6a62d6d22f0faef76880#diff-dc18db170228ff0de18d69389f35fa62

Wouldn't it be a good idea to merge the ~10 changes that we made since then with the new version they provide at https://github.com/bigbluebutton/bigbluebutton-api-php/blob/master/src/BigBlueButton.php ?

Also, this might be better as a composer dependency...?

ywarnier commented 4 years ago

At least my last change about CURL is already in their latest version.

ywarnier commented 4 years ago

From what I can see, only the following changes have to be checked (the last one on CURL option was already checked):

The rest is just code styling