- fix issue where meeting ends when only or last user auto-reconnects

This commit is contained in:
Richard Alam 2018-05-23 08:09:51 -07:00
parent ffd4347867
commit 46a00dc82f

View File

@ -19,19 +19,7 @@ trait UserJoinMeetingAfterReconnectReqMsgHdlr extends HandlerHelpers with Breako
updateParentMeetingWithUsers()
}
/**
* *
* // recover voice user
* for {
* vu <- VoiceUsers.recoverVoiceUser(liveMeeting.voiceUsers, msg.body.userId)
* } yield {
* handleUserJoinedVoiceConfEvtMsg(liveMeeting.props.voiceProp.voiceConf, vu.intId, vu.voiceUserId, vu.callingWith, vu.callerName, vu.callerNum, vu.muted, vu.talking)
* }
*
* newState
*/
state
newState
}
}