01-06-2017 02:23 PM
Hi,
our partner is testing the webex XML API and they would like to limit the maximum number of attendees in the meeting. From the documentation it looks like "participantLimit" (<attendeeOptions><participantLimit>3</participantLimit></attendeeOptions>) should do the job. However at least in MeetingCenter it has no effect and any number attendees can get to the meeting. Is there a way to limit the number of attendees? What is the purpose of "participantLimit"?
Thank you, Jarda
Solved! Go to Solution.
01-09-2017 10:37 AM
You want to use maxUserNumber like this in your createMeeting/setMeeting:
<participants>
<maxUserNumber>4</maxUserNumber>
</participants>
participants are not attendee's, they are users with limited speaking privileges.. it does not sound like a feature your using.
01-09-2017 10:37 AM
You want to use maxUserNumber like this in your createMeeting/setMeeting:
<participants>
<maxUserNumber>4</maxUserNumber>
</participants>
participants are not attendee's, they are users with limited speaking privileges.. it does not sound like a feature your using.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide