Merge pull request #3808 from ritzalam/fix-get-recordings-api

Cleanup
This commit is contained in:
Richard Alam 2017-04-11 14:20:21 -04:00 committed by GitHub
commit dcade4f278
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<isBreakout>${r.getMeeting().isBreakout()?c}</isBreakout>
<#else>
<meetingID>${r.getMeetingId()?html}</meetingID>
<name>${r.getMeetingName()?html}></name>
<name>${r.getMeetingName()?html}</name>
<isBreakout>${r.isBreakout()?c}</isBreakout>
</#if>

View File

@ -7,7 +7,7 @@
<isBreakout>${r.getMeeting().isBreakout()?c}</isBreakout>
<#else>
<meetingID>${r.getMeetingId()?html}</meetingID>
<name>${r.getMeetingName()?html}></name>
<name>${r.getMeetingName()?html}</name>
<isBreakout>${r.isBreakout()?c}</isBreakout>
</#if>