bigbluebutton / bigbluebutton-api-php

Offical @BigBlueButton PHP API
https://github.com/bigbluebutton/bigbluebutton/
GNU Lesser General Public License v3.0
183 stars 199 forks source link

[3.0/2.2][DEPRECATION] use lockSettingsDisableNotes instead of lockSettingsDisableNote' #229

Closed RikiTikiTawi116 closed 7 months ago

RikiTikiTawi116 commented 7 months ago

BIGBLUEBUTTON_RELEASE=3.0.0-alpha.5 bigbluebutton/bigbluebutton-api-php: 2.2.0 Drupal 10.2.5

In /var/log/bigbluebutton/bbb-web.log 'WARN o.b.api.ParamsProcessorUtil - [DEPRECATION] use lockSettingsDisableNotes instead of lockSettingsDisableNote'

I use lockSettingsDisableNotes on Drupal side but any way I have this warning

GhaziTriki commented 7 months ago

Hello @RikiTikiTawi116

Can you please output your params here?

RikiTikiTawi116 commented 7 months ago

@GhaziTriki U can found this param in create meeting parameters class. All used versions is in first message. And I have warning in bbb logs. So, or api use old parameter name or it's bigbluebutton bug.

GhaziTriki commented 7 months ago

@RikiTikiTawi116 I mean can you ouptut the debug logs of your CreateMeetingParameters? You can use Tracy Debugger as example.

RikiTikiTawi116 commented 7 months ago

@GhaziTriki its debuging, code & logs if I set parameter from api lib and without.

Setting value for param lockSettingsDisableNote

image image image

Without setting any value for param lockSettingsDisableNote

image image image

GhaziTriki commented 7 months ago

@RikiTikiTawi116 Can you try true with small letters?

RikiTikiTawi116 commented 7 months ago

image image image Thank you for suggestion! Unfortunately this change doesn't seems to resolve this issue. Moreover, this warning appears even if you do not use lockSettingsDisableNotes parameter.

GhaziTriki commented 7 months ago

@RikiTikiTawi116 Can you please try with the dev-develop from your composer?

RikiTikiTawi116 commented 7 months ago

@GhaziTriki On dev-develop this work ok image image