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

How "participantLimit" works?

jmartan
Cisco Employee
Cisco Employee

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

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

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.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

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.