> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-id/panduan-administrasi/admin-guide/integrations/video-conferencing.md).

# Konferensi Video

Chamilo terintegrasi dengan platform konferensi video untuk memungkinkan sesi langsung dalam kursus.

## Platform yang Didukung

### BigBlueButton

**BigBlueButton** (BBB) adalah sistem konferensi web sumber terbuka yang dirancang untuk pembelajaran daring. Ini adalah solusi konferensi video yang paling umum digunakan dengan Chamilo.

#### Konfigurasi

1. Instal BigBlueButton di server terpisah (lihat [dokumentasi BigBlueButton](https://docs.bigbluebutton.org/))
2. Gunakan perintah bbb-conf --salt di server BBB untuk mendapatkan detail integrasi
3. Di pengaturan platform Chamilo, **Plugins**, instal plugin Videoconference dan masukkan konfigurasi untuk mengatur:
   * **URL server BBB** — Alamat server BBB Anda
   * **Salt/secret BBB** — Rahasia API dari server BBB Anda
4. Simpan
5. **Aktifkan** plugin Videoconference
6. Beberapa fitur khusus tersedia untuk admin, jadi pastikan Anda mengaktifkannya di wilayah *admin\_page*

#### Fitur yang Tersedia di Chamilo

* Memulai/mengikuti rapat dari dalam kursus
* Pembuatan ruang otomatis per kursus
* Rekaman rapat (jika diaktifkan)
* Berbagi layar, papan tulis, ruang kelompok
* Obrolan bersamaan dengan video

### Zoom

Chamilo juga dapat terintegrasi dengan **Zoom** untuk konferensi video.

#### Konfigurasi

1. Buat aplikasi Zoom di Zoom Marketplace
2. Di Chamilo, konfigurasi kredensial API Zoom
3. Aktifkan integrasi Zoom

#### Cara Kerjanya

Ketika Zoom dikonfigurasi, pengajar dapat membuat dan meluncurkan rapat Zoom dari dalam kursus mereka. Peserta didik bergabung melalui antarmuka Chamilo.

## Memilih Antara BBB dan Zoom

| Fitur               | BigBlueButton                                                   | Zoom                       |
| ------------------- | --------------------------------------------------------------- | -------------------------- |
| Biaya               | Gratis (sumber terbuka), tetapi membutuhkan server Anda sendiri | Membutuhkan langganan Zoom |
| Hosting             | Di-host sendiri                                                 | Di-host di cloud oleh Zoom |
| Kedalaman integrasi | Mendalam (dibuat untuk penggunaan LMS)                          | Standar                    |
| Rekaman             | Di sisi server, disimpan di infrastruktur Anda                  | Cloud Zoom atau lokal      |
| Papan tulis         | Terintegrasi                                                    | Terintegrasi               |
| Ruang kelompok      | Ya                                                              | Ya                         |

## Tips

* **Server terpisah untuk BBB** — BigBlueButton sebaiknya dijalankan di server khusus sendiri untuk performa terbaik, bukan di server yang sama dengan Chamilo
* **Uji sebelum kelas** — Selalu uji pengaturan konferensi video sebelum sesi langsung
* **Periksa bandwidth** — Pastikan server dan jaringan Anda dapat menangani jumlah pengguna bersamaan yang diharapkan


---

# 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.chamilo.org/2.x-id/panduan-administrasi/admin-guide/integrations/video-conferencing.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.
