Merge pull request #13606 from paultrudel/duplicate-voicebridge-error

duplicate voice bridge now returns the proper error
This commit is contained in:
Richard Alam 2021-10-29 15:57:28 -04:00 committed by GitHub
commit 706d9a1c5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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); //