littleredbutton / bigbluebutton-api-php

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

Deprecated joinViaHtml5 #132

Closed FelixJacobi closed 2 years ago

FelixJacobi commented 2 years ago

fix #124

There is no standardized way to deprecate @method virtual methods. Therefore, only a runtime deprecation can be triggered :/ .

SamuelWei commented 2 years ago

As an alternative you could add a real getter/setter with a deprecation note and remove it in the following BC release.

FelixJacobi commented 2 years ago

As an alternative you could add a real getter/setter with a deprecation note and remove it in the following BC release.

@SamuelWei Done.