> For the complete documentation index, see [llms.txt](https://library.zoom.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://library.zoom.com/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer/zoom-conference-room-connector-hybrid.md).

# Zoom 會議室連接器混合版

#### <mark style="color:藍色;">Zoom Conference Room Connector Hybrid：會議室的混合式會議</mark> <a href="#vwn78dbs8d9m" id="vwn78dbs8d9m"></a>

Zoom 的 Conference Room Connector Hybrid 類似於 Zoom 的 [Meetings 混合版](/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer/zoom-meetings-hybrid.md) 解決方案，包括支援混合式會議和私人會議，但它不是支援 Zoom Workplace 應用程式，而是支援傳統的 SIP 和 H.323 會議室系統。

使用此產品，多個會議室可連線至內部部署的混合式 Zoom Node 裝置；該裝置可同時接收、多工處理，並將傳入與傳出的媒體串流重新分配至 Zoom Cloud，預設每個模組最多支援 8 個同時進行的高畫質會議室。Conference Room Connector Hybrid 模組也支援其他有助於提升會議體驗的重要功能，包括會議內聊天、反應、控制版面，以及支援一鍵加入功能。

下方圖片提供了 Conference Room Connector Hybrid 服務與 Meetings Hybrid 服務整合的範例，以及其他 Conference Room Connector Hybrid 功能，例如用於整合式行事曆的 API Connector Hybrid。

<figure><img src="/files/235096b38351e5fe5c2db464ecad4fdd8e6f3090" alt="Diagram depicting the Conference Room Connector Hybrid service connecting with the Zoom Cloud and Meetings Hybrid module" width="563"><figcaption><p>描繪 Conference Room Connector Hybrid 服務與 Zoom Cloud 及 Meetings Hybrid 模組連線的圖表</p></figcaption></figure>

{% hint style="info" %}
**注意**

Conference Room Connector Hybrid 不需要 Zoom Meetings Hybrid，且僅供說明用途。
{% endhint %}


---

# 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://library.zoom.com/technical-library/zh-tw/jin-jie-qi-ye-fu-wu/zoom-node/zoom-node-explainer/zoom-conference-room-connector-hybrid.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.
