> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/ms-teams/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/ms-teams/meeting/live-event/role.md).

# Role

Event Groups หรือฝ่ายเบื้องหลัง ที่จะคอยทำงานและควบคุมการถ่ายทอดสด Live Event ขนาดใหญ่ในแต่ละครั้ง

* Organizer คือคนที่ตั้งค่า Live Event ล่วงหน้า มีสิทธิ์ในการจัดการผู้เข้าชมและ Event ดังกล่าวทั้งหมด
  * สร้าง Live Event
  * ตั้งค่าอนุญาต Attendee
  * เลือกวิธีการถ่ายทอด
  * ปรับแต่ง Event (เช่น การสร้าง Q\&A)
  * เชิญ Attendees
  * เลือกสมาชิกกลุ่มใน Event
  * จัดการ Report หลังการ Live Event&#x20;
* Producer ทำหน้าที่เหมือนเป็น Host มีความสามารถในการจัดการการถ่ายทอดสดให้ผู้เข้าชมสามารถรับชมได้อย่างราบรื่น
  * เริ่ม/หยุดการ Live Event
  * เปิดกล้องของตนเอง
  * เปิดกล้องของผู้เข้าร่วม
  * แชร์หน้าจอ
  * เลือก Layout
* Presenter สามารถนำเสนอเสียง ภาพ หรือแชร์หน้าจอไปยัง Live Event หรือสร้าง Q\&A ได้
  * Presenter ทำได้แค่นำเสนอเสียง ภาพ หรือหน้าจอใน Live Event แบบ Teams เท่านั้น
  * เวอร์ชั่นปัจจุบันนี้ Presenter ยังไม่สามารถสร้าง Q\&A หรือแชร์เสียงบน iPad ได้

โดยผู้ที่มี Role เป็น Attendees ของ Event ทุกคนจะไม่ถูกนับว่าเป็นส่วนหนึ่งของ Event Groups จะสามารถเข้าชมการถ่ายทอดสดหรือดูย้อนหลังได้(โดยใช้ DVR) สามารถเข้าทำ Q\&A และยังเข้าชมแบบยืนยันตัวตนหรือไม่ก็ได้


---

# 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/ms-teams/meeting/live-event/role.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.
