I'm interested in using the new feature of not allowing duplicate users. I see how this can be done via the room console, but I'm wondering how we can do it via the server-to-server API. I'm using ColdFusion and creating rooms this way:
<cfset accountManager.login(request.app.lccs_username, request.app.lccs_password)>
<cfset accountManager.createRoom(variables.room_name,TEMPLATE)>
I just need to know how to make the call to set the "allowDuplicateUserIds" flag.
Thanks,
Mario