What is the XML Element / Tag / Attribute that I should use to make a new meeting private using the WebEx XML API.
Thank you,
Ian
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
the following elements should work:
<accessControl>
<listToPublic>false</listToPublic>
<isPublic>false</isPublic>
<meetingPassword></meetingPassword>
</accessControl>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.