littleredbutton / bigbluebutton-api-php

Unofficial (but better) PHP API for @BigBlueButton
GNU Lesser General Public License v3.0
25 stars 12 forks source link

Port changes from upstream to support bbb version #104

Closed SamuelWei closed 2 years ago

SamuelWei commented 2 years ago

Fixes #103

Add code from upstream repo to add bbb version support

sualko commented 2 years ago

In my tests this worked also with old BBB versions which do not expose the new elements.

SamuelWei commented 2 years ago

I'm just wondering if it would be better to return null if the api or bbb version doesn't exist, rather than an empty string.