littleredbutton / bigbluebutton-api-php

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

Add support to filter hook list by meetingID #183

Closed SamuelWei closed 7 months ago

SamuelWei commented 7 months ago

According to the API docs you can filter the list of the registered webhooks with a meetingID See: https://docs.bigbluebutton.org/development/webhooks/#hookslist

Add feature in this API to use this filtering.

Should be done in 5.x as this is a BC.