littleredbutton / bigbluebutton-api-php

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

getMeetings fail if used with Scalelite #61

Closed SamuelWei closed 3 years ago

SamuelWei commented 3 years ago

As I described in https://github.com/blindsidenetworks/scalelite/issues/479 our and the official bbb php api failes if the getMeetings request has no xml meetings node.

Either scalelite has to solve this or we should check if the MessageKey = 'noMeetings' and return and empty array here https://github.com/littleredbutton/bigbluebutton-api-php/blob/master/src/Responses/GetMeetingsResponse.php#L41 and check

SamuelWei commented 3 years ago

@sualko What do you think?