littleredbutton / bigbluebutton-api-php

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

Add `allowPromoteGuestToModerator` parameter to `create`-call #205

Closed tibroc closed 3 weeks ago

tibroc commented 3 weeks ago

Since BBB 2.7.9 and in 3.0 a allowPromoteGuestToModerator parameter was added to the create-call of BBBs API. This still needs to be added to this implementation.

References:

SamuelWei commented 3 weeks ago

Implemented in https://github.com/littleredbutton/bigbluebutton-api-php/issues/202

tibroc commented 3 weeks ago

Oh nice, didn't catch that one.