- auto-assign presenter when presenter is ejected from meeting
This commit is contained in:
parent
dfef819823
commit
a4243ac87a
@ -50,6 +50,10 @@ trait EjectUserFromMeetingCmdMsgHdlr {
|
||||
outGW.send(ejectFromVoiceEvent)
|
||||
log.info("Ejecting user from voice. meetingId=" + liveMeeting.props.meetingProp.intId + " userId=" + vu.intId)
|
||||
}
|
||||
|
||||
if (user.presenter) {
|
||||
automaticallyAssignPresenter(outGW, liveMeeting)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user