cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
378
Views
0
Helpful
1
Replies

Do not allow attendee to share white board

rohitha_h
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

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

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

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

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: