This commit is contained in:
Anton Georgiev 2020-12-11 23:46:01 +00:00
parent 0be8773e4c
commit 09ca742e01

View File

@ -159,16 +159,6 @@ class BigBlueButtonActor(
}
private def handleGetAllMeetingsReqMsg(msg: GetAllMeetingsReqMsg): Unit = {
log.info("________________________________________")
log.info("________________________________________")
log.info("________________________________________" + msg.body.html5InstanceId)
log.info("________________________________________")
log.info("________________________________________")
log.info("________________________________________")
RunningMeetings.meetings(meetings).foreach(m => {
log.info("______________________________________aa__" + m.props.systemProps.html5InstanceId)
})
log.info("________________________________________")
RunningMeetings.meetings(meetings).filter(_.props.systemProps.html5InstanceId == msg.body.html5InstanceId).foreach(m => {
m.actorRef ! msg
})