> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-zoom-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-zoom-manual/setting-up-meetings/breakout-room/limitation.md).

# Breakout Rooms Limitations

## Host and Co-Host Capabilities

|                                                                            | Host | Co-Host |
| -------------------------------------------------------------------------- | :--: | :-----: |
| Add participants to the room, start the room, and close the breakout rooms |   ✔  |    ✔    |
| Switch between rooms                                                       |   ✔  |    ✔    |
| Send messages to everyone                                                  |   ✔  |    ✔    |
| Receive notification requesting assistance                                 |   ✔  |         |

## Recording

* Cloud Record can only record video in the main room or the room where the host is located.
* Local Record can only record video in the room where the recorder (person) is located.
* Multiple participants can local record.

## Breakout Room Numbers

| Numbers of Breakout Rooms | Maximum Participants/room |
| :-----------------------: | :-----------------------: |
|     20 Breakout Rooms     |         500 people        |
|     30 Breakout Rooms     |         400 people        |
|     50 Breakout Rooms     |         200 people        |

\*\*When adding participants to the breakout rooms during a Zoom meeting and using a Large Meeting room for up to 1,000 participants, the maximum number depends on the type of Zoom meeting room (e.g., Zoom Pro 300 participants).

{% hint style="info" %}
**Pre-assign breakout rooms support maximum limit of 200 people.**
{% endhint %}

## Other Limitations

* Adding is only available for participants with a Zoom Account.
* Require a .csv (excel) file for adding
* In the case of Schedule Recurring Meeting, adding members to breakout rooms in advance will affect **every Recurring Meeting and cannot be changed to individual Meetings**.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/cmu-zoom-manual/setting-up-meetings/breakout-room/limitation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
