Closed SamuelWei closed 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
@sualko What do you think?
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