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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.