> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-zoom/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/setting/breakout-room/limitation.md).

# ข้อจำกัดในการใช้ Breakout Rooms

## ความสามารถของ Host และ Co-Host

|                                                     | Host | Co-Host |
| --------------------------------------------------- | :--: | :-----: |
| เพิ่มคนเข้าห้อง เริ่มห้อง และปิดห้อง Breakout Rooms |   ✔  |    ✔    |
| ย้ายไปมาระหว่างห้อง                                 |   ✔  |    ✔    |
| ส่งข้อความให้ทุกคน                                  |   ✔  |    ✔    |
| ได้รับแจ้งเตือนขอความช่วยเหลือ                      |   ✔  |         |

## การ Recording

* Cloud Record จะบันทึกวิดีโอได้เฉพาะห้องหลักหรือห้องที่ Host ไปอยู่เท่านั้น
* Local Record จะบันทึกวิดีโอได้เฉพาะห้องที่ผู้บันทึกอยู่เท่านั้น
* ผู้เข้าร่วมหลายคนสามารถ Local Record ได้

## จำนวนห้อง Breakout Rooms

| จำนวนห้อง Breakout Rooms | จำนวนผู้เข้าร่วมสูงสุดที่สามารถเพิ่มเข้าห้องได้ |
| :----------------------: | :---------------------------------------------: |
|  20 ห้อง Breakout Rooms  |                      500 คน                     |
|  30 ห้อง Breakout Rooms  |                      400 คน                     |
|  50 ห้อง Breakout Rooms  |                      200 คน                     |

\*\*เมื่อเพิ่มเข้าห้อง Breakout Rooms ระหว่างการ Zoom และใช้ห้องแบบ Large Meeting 1,000 จำนวนสูงสุดจะขึ้นอยู่กับประเภทของห้องประชุม Zoom (เช่น Zoom Pro 300 คน)

{% hint style="info" %}
**สำหรับการเพิ่มสมาชิกเข้า Breakout Rooms ล่วงหน้าจะสามารถเพิ่มได้สูงสุดที่ 200 คน**
{% endhint %}

## ข้อจำกัดการใช้งานอื่นๆ

* เพิ่มได้เฉพาะผู้เข้าร่วมที่มี Account Zoom เท่านั้น
* ใช้ไฟล์ .csv(excel)ในการเพิ่ม
* กรณีที่เป็น Schedule Recurring Meeting การเพิ่มสมาชิกเข้า Breakout Rooms ล่วงหน้านี้จะ**มีผลกับ Recurring Meeting ของทุกครั้ง และไม่สามารถแก้ไขเป็นราย Meeting ได้**


---

# 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/setting/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.
