Fixed issue by assigning a value to a non existing iSbreakout property to UserSession class.
This commit is contained in:
parent
e4cc61ad4e
commit
73614b4013
@ -406,7 +406,6 @@ class ApiController {
|
||||
us.conferencename = meeting.getName()
|
||||
us.meetingID = meeting.getInternalId()
|
||||
us.externMeetingID = meeting.getExternalId()
|
||||
us.isBreakout = meeting.isBreakout()
|
||||
us.externUserID = externUserID
|
||||
us.fullname = fullName
|
||||
us.role = role
|
||||
|
Loading…
Reference in New Issue
Block a user