fix: check for presence of parentMeetingID if isBreakout is true
This commit is contained in:
parent
93b8705af2
commit
bd7d956ec9
@ -129,8 +129,8 @@ class ApiController {
|
||||
return
|
||||
}
|
||||
|
||||
if(params.isBreakout && !params.parentIdMeetingId) {
|
||||
invalid("parentMeetingIdMissing", "No parent meeting ID was provided for the breakout room")
|
||||
if(params.isBreakout == "true" && !params.parentMeetingID) {
|
||||
invalid("parentMeetingIDMissing", "No parent meeting ID was provided for the breakout room")
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user