allow reply for zero meetings too

This commit is contained in:
Anton Georgiev 2016-06-14 14:11:43 +00:00
parent 7fb2184c02
commit a8e39edf15

View File

@ -203,9 +203,7 @@ class BigBlueButtonActor(val system: ActorSystem,
eventBus.publish(BigBlueButtonEvent(id, new SendCaptionHistoryRequest(id, html5clientRequesterID)))
})
if (len > 0) {
outGW.send(new GetAllMeetingsReply(resultArray))
}
outGW.send(new GetAllMeetingsReply(resultArray))
}
private def handleDeskShareStartedRequest(msg: DeskShareStartedRequest) {