Skip to content
Snippets Groups Projects
Commit 22ff78f5 authored by Ghazi Triki's avatar Ghazi Triki
Browse files

Fixed typo in get-meeting-info.ftlx

parent 72d7e17f
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
<isScreenSharingStarted>${att.isScreenSharingStarted()?c}</isScreenSharingStarted>
<#if att.isScreenSharingStarted()??>
<screenSharingType>${att.getScreenSharingType()?c}</screenSharingType>
</#if
</#if>
<clientType>${att.getClientType()}</clientType>
<#if meeting.getUserCustomData(att.getExternalUserId())??>
<#assign ucd = meeting.getUserCustomData(att.getExternalUserId())>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment