issues
search
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
Improving Hooks
#226
Closed
DigitalTimK
closed
7 months ago
DigitalTimK
commented
7 months ago
This PR will improve (and debug) the treatment of hooks:
dynamic hashing algorithm for hooks (currently SHA1 as default, which is flexible for the later use of BBB-Server 3.0) [solving #208]
debug main BBB-class (UrlBuilder property was protected and not accessible by users, but is now accessible via getter function)
improve type-treatment of properties and getter-functions of HookParameters-classes
improve type-treatment of hook-responses
introduce eventIDs for hooks (solving #207)
introduce tests for the different hook-responses
other minor improvements
This PR will improve (and debug) the treatment of hooks: