Merge pull request #18975 from Ithanil/fix_isbreakout_api
fix: check for presence of parentMeetingID if isBreakout is true
This commit is contained in:
commit
d24cdfde6f
@ -127,8 +127,8 @@ class ApiController {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if(params.isBreakout && !params.parentIdMeetingId) {
|
if(params.isBreakout == "true" && !params.parentMeetingID) {
|
||||||
invalid("parentMeetingIdMissing", "No parent meeting ID was provided for the breakout room")
|
invalid("parentMeetingIDMissing", "No parent meeting ID was provided for the breakout room")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user