- fix issue where meeting ends when only or last user auto-reconnects
This commit is contained in:
parent
ffd4347867
commit
46a00dc82f
@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user