# ビデオ会議

Chamiloは、コース内でライブセッションを可能にするために、ビデオ会議プラットフォームと統合されています。

## 対応プラットフォーム

### BigBlueButton

**BigBlueButton** (BBB) は、オンライン学習向けに設計されたオープンソースのウェブ会議システムです。Chamiloで最も一般的に使用されるビデオ会議ソリューションです。

#### 設定方法

1. 別のサーバーにBigBlueButtonをインストールします（[BigBlueButtonドキュメント](https://docs.bigbluebutton.org/)を参照）
2. BBBサーバーで`bbb-conf --salt`を使用して統合の詳細を取得します
3. Chamiloのプラットフォーム設定で、**プラグイン**からVideoconferenceプラグインをインストールし、以下の設定を行います：
   * **BBBサーバーURL** — BBBサーバーのアドレス
   * **BBB salt/secret** — BBBサーバーからのAPIシークレット
4. 保存します
5. Videoconferenceプラグインを**有効化**します
6. 管理者向けの特別な機能が利用可能なので、*admin\_page*リージョンで有効化してください

#### Chamiloで利用可能な機能

* コース内から会議を開始/参加
* コースごとに自動的に部屋を作成
* 会議の録画（有効化されている場合）
* 画面共有、ホワイトボード、ブレイクアウトルーム
* ビデオと並行してチャット

### Zoom

Chamiloは、ビデオ会議のために**Zoom**とも統合可能です。

#### 設定方法

1. Zoom MarketplaceでZoomアプリを作成します
2. Chamilo内でZoom APIの認証情報を設定します
3. Zoom統合を有効化します

#### 動作の仕組み

Zoomが設定されると、教師はコース内からZoom会議を作成および開始できます。学習者はChamiloのインターフェースを通じて参加します。

## BBBとZoomの選択

| 機能         | BigBlueButton             | Zoom              |
| ---------- | ------------------------- | ----------------- |
| コスト        | 無料（オープンソース）、ただし独自のサーバーが必要 | Zoomのサブスクリプションが必要 |
| ホスティング     | セルフホスティング                 | Zoomによるクラウドホスティング |
| 統合の深さ      | 深い（LMS用に構築）               | 標準                |
| 録画         | サーバー側、自身のインフラストラクチャに保存    | Zoomクラウドまたはローカル   |
| ホワイトボード    | 組み込み                      | 組み込み              |
| ブレイクアウトルーム | あり                        | あり                |

## ヒント

* **BBB用の別サーバー** — BigBlueButtonは最高のパフォーマンスを得るために、Chamiloと同じサーバーではなく、専用のサーバーで実行する必要があります
* **授業前のテスト** — ライブセッションの前に必ずビデオ会議の設定をテストしてください
* **帯域幅の確認** — サーバーとネットワークが予想される同時ユーザー数を処理できることを確認してください


---

# Agent Instructions: 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:

```
GET https://docs.chamilo.org/2.x-ja/gaido-1/admin-guide/integrations/video-conferencing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
