I'm using webex xml api to create meeting (in MC) and I want not to allow attendee to share new whiteboard. Is this possible ? Thanks in advance
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Hi Rohitha,
You can set the attribute presentation to false for Create/SetMeeting requests, this will disable both the whiteboard and document sharing for the session. You can also define this in the default or custom meeting templates.
example:
<
meet:enableOptions
>
<meet:presentation>false</meet:presentation>
</
meet:enableOptions
>
Regards,
-Ryan
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.