Update bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
Co-authored-by: Gustavo Trott <gustavo@trott.com.br>
This commit is contained in:
parent
3dc4cb28d9
commit
d33a1c028a
@ -133,7 +133,7 @@ class ApiController {
|
||||
}
|
||||
|
||||
if(isBreakoutRoom) {
|
||||
if(!params.parentMeetingID) {
|
||||
if(StringUtils.isEmpty(params.parentMeetingID)) {
|
||||
invalid("parentMeetingIDMissing", "No parent meeting ID was provided for the breakout room")
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user