bigbluebutton-api-php icon indicating copy to clipboard operation
bigbluebutton-api-php copied to clipboard

GetMeetingInfo doesn't require a moderator password

Open SamuelWei opened this issue 4 years ago • 1 comments

The docs and the source code only requires the meeting and and not the moderator password for the getmeetinginfo api: https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo

That makes sence, because you could read the same data with the getMeetings API that can't require a moderator password by design.

Is there any reason to keep the password parameter in the GetMeetingInfoParameters class? You might also want to update https://mconf.github.io/api-mate/ as it is also using the moderator password

SamuelWei avatar Oct 27 '20 11:10 SamuelWei

@SamuelWei I think it is an old requirement that have been changed since. I have to double-check.

GhaziTriki avatar Nov 19 '20 13:11 GhaziTriki