> 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/master.md).

# ทำความรู้จัก CMU Zoom

## CMU Zoom คืออะไร? <a href="#cmu-zoom" id="cmu-zoom"></a>

เป็นโปรแกรมสำหรับการสอนหรือประชุมผ่าน Video Conference เน้นการนัดหมายเวลาที่แน่นอนและแจ้งผู้เข้าร่วมล่วงหน้า ทำงานได้ดีกับระบบปฏิทิน และระบบจัดการการเรียนการสอน เช่น MANGO Canvas

## จุดเด่นของ Zoom <a href="#cmu-zoom" id="cmu-zoom"></a>

Zoom เป็นที่ยอมรับในจุดเด่นต่อไปนี้

* คุณภาพและเสถียรภาพของภาพและเสียง&#x20;
* ใช้งานง่าย&#x20;
* ความสามารถสำหรับองค์กร เช่น การรายงานผู้เข้าร่วมประชุม, การเข้าใช้งานโดยใช้บัญชีผู้ใช้ขององค์กร เช่น  CMU Account
* การบันทึกภาพและเสียงของการประชุมบน Local หรือ Cloud
* มีความสามารถเสริมที่นำมาใช้ได้ เช่น การเชื่อมต่ออุปกรณ์ประชุมทางไกลที่สนับสนุนมาตรฐาน H.323/SIP&#x20;

## Zoom สำหรับมหาวิทยาลัยเชียงใหม่

* Zoom Basic - Zoom ใช้งานได้ฟรีตามเงื่อนไขของ Zoom Basic ซึ่งมีเพียงข้อจำกัดเรื่องเวลาประชุมที่ไม่ให้เกิน 40 นาที นอกนั้นแล้วความสามารถอย่างอื่นเกือบทุกอย่างของ Zoom สามารถใช้งานได้
* Zoom Pro - รองรับผู้เข้าร่วม 300 คน ไม่จำกัดเวลา
* Zoom Large Meeting - ใช้งานเหมือน Zoom Pro License แต่จะรองรับผู้เข้าร่วม 1,000 คน ไม่จำกัดเวลา

รายละเอียดเงื่อนไขและการขอใช้ Zoom Pro จะมีอธิบายในหัวข้อสุดท้ายของคอร์สนี้

![](/files/tXnaHKMLYAY4ADm3Zpoc)

สามารถเข้าถึงได้จาก <https://www.info.tlic.cmu.ac.th/cmu-zoom>


---

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