- add user into user's list when auto-reconnected to bbb-apps
This commit is contained in:
parent
8a30f417bf
commit
1fc7362b2b
@ -14,13 +14,14 @@ trait UserJoinMeetingAfterReconnectReqMsgHdlr extends HandlerHelpers with Breako
|
||||
val outGW: OutMsgRouter
|
||||
|
||||
def handleUserJoinMeetingAfterReconnectReqMsg(msg: UserJoinMeetingAfterReconnectReqMsg, state: MeetingState2x): MeetingState2x = {
|
||||
|
||||
val newState = userJoinMeeting(outGW, msg.body.authToken, liveMeeting, state)
|
||||
if (liveMeeting.props.meetingProp.isBreakout) {
|
||||
updateParentMeetingWithUsers()
|
||||
}
|
||||
|
||||
/**
|
||||
* val newState = userJoinMeeting(outGW, msg.body.authToken, liveMeeting, state)
|
||||
*
|
||||
* if (liveMeeting.props.meetingProp.isBreakout) {
|
||||
* updateParentMeetingWithUsers()
|
||||
* }
|
||||
*
|
||||
* *
|
||||
* // recover voice user
|
||||
* for {
|
||||
* vu <- VoiceUsers.recoverVoiceUser(liveMeeting.voiceUsers, msg.body.userId)
|
||||
|
Loading…
Reference in New Issue
Block a user