Merge pull request #13606 from paultrudel/duplicate-voicebridge-error
duplicate voice bridge now returns the proper error
This commit is contained in:
commit
706d9a1c5a
@ -126,6 +126,8 @@ class ApiController {
|
||||
|
||||
Meeting newMeeting = paramsProcessorUtil.processCreateParams(params)
|
||||
|
||||
ApiErrors errors = new ApiErrors()
|
||||
|
||||
if (meetingService.createMeeting(newMeeting)) {
|
||||
// See if the request came with pre-uploading of presentation.
|
||||
uploadDocuments(newMeeting); //
|
||||
|
Loading…
Reference in New Issue
Block a user