> 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 會議室連接器混合版：會議室的混合式會議</mark> <a href="#vwn78dbs8d9m" id="vwn78dbs8d9m"></a>

Zoom 的會議室連接器混合版類似於 Zoom 的 [Meetings Hybrid](/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 雲端的傳入與傳出媒體串流，預設每個模組最多支援 8 間同時進行的高畫質會議室。會議室連接器混合版模組也支援提升會議體驗的其他重要功能，包括會議中聊天、回應、控制版面配置，以及支援一鍵加入功能。

下圖提供了會議室連接器混合版服務與會議混合版服務整合的範例，此外也示範了其他會議室連接器混合版功能，例如用於整合行事曆的 API 連接器混合版。

<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>示意圖：會議室連接器混合版服務連接至 Zoom 雲端與會議混合版模組</p></figcaption></figure>

{% hint style="info" %}
**附註**

會議室連接器混合版不需要 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.
