littleredbutton / bigbluebutton-api-php

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

Deprecate password parameters #142

Closed FelixJacobi closed 10 months ago

FelixJacobi commented 2 years ago

See https://github.com/bigbluebutton/bigbluebutton-api-php/issues/177.

The passwords will be deprecated in BBB itself. We should follow that. As this includes method removals, the path is to deprecate in 5.1 and to remove in 6.0.

FelixJacobi commented 1 year ago

See #144:

GetMeetingInfoParameters do no more require password parameter. · littleredbutton/bigbluebutton-api-php@5912586 (needs clean deprecation and removal in next major version) Deprecate password params and new enum classes. · littleredbutton/bigbluebutton-api-php@f167def (needs clean deprecation and removal in next major version)

We must reimplement or cherry-pick this change from upstream.

SamuelWei commented 1 year ago

GetMeetingInfoParameters was removed in https://github.com/littleredbutton/bigbluebutton-api-php/commit/97537baf7322b9365e70b6e21041269d5a268f7b (5.0; missing in the release notes)

SamuelWei commented 12 months ago

However it is still implemented in EndMeetingParameters