Good day. I have some problem with generating checksum.
I look source code for php-api, jsp-demo, checksum calculated only with string "getMeetings" and salt, Sometimes random number, for strong security. No meeting id or anything else. I check it with bbb api buddy
http://omarshammas.com/bbb_api_buddy.html and i see, that changing
Meeting ID change checksum. (?!) Why and how? Is bbb api buddy work correctly? Sorry for my bad english.
PS: just when i try use php-api with checksum calculated in this way: sha1("getMeetings".$this->_securitySalt); i got <messageKey>checksumError</messageKey>. I check, salt in config,php and bigbluebutton.properties the same.
What wrong?