Configuring the maximum number of meeting participants

A maximum of 100 users are supported in a meeting regardless of the selected meeting mode. To reach a wider audience, you can start a live stream and share the link to all intended participants.

About this task

You can lower the maximum capacity to any value below 100 as needed. Users who attempt to join a meeting that has reached maximum capacity receive a message indicating that the meeting room is full.

The number of meeting video streams that display in the Meeting window is based on the following:
  • The value set for the maximum number of active video streams to display
  • Most recent active video streams
For example, if the maximum number of participants is 50 and value for maximum video streams is 7. The number of participant tiles displayed is fifty. However, the number of displayed video streams is seven, which includes you. That is, six other video streams plus your video stream are displayed. The six participants displayed are the most active video streams and change as participation in the meeting changes.

The default for the maximum number of displayed video streams is nine. To set the maximum to a different value, see Increasing the number of video streams displayed during a meeting.

Configuring the maximum number of meeting participants in Docker environment

Procedure

  1. Open the docker-compose.yml file for editing.
  2. Under the prosody section, specify the number of maximum participant in the MAX_OCCUPANTS parameter.
    MAX_OCCUPANTS=max_number_meeting_participants
  3. Save the docker-compose.xml file.
  4. Restart the Sametime Meeting server. Refer to Starting and stopping Meeting servers for details.

Configuring the maximum number of meeting participants in Docker environment

Procedure

  1. Open the helm/values.yaml for editing.
    vi helm/values.yaml 
  2. Specify the number of maximum participant in the MaxOccupants parameter.
    MaxOccupants=max_number_meeting_participants 
  3. Save the file.
  4. Restart the Sametime Meeting Server. Refer to Starting and stopping Meeting servers for details.