> 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/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-conference-room-connector-hybrid.md).

# Zoom 会议室连接器混合

#### <mark style="color:蓝色;">Zoom 会议室连接器 Hybrid：面向会议室的混合会议</mark> <a href="#vwn78dbs8d9m" id="vwn78dbs8d9m"></a>

Zoom 的会议室连接器 Hybrid 类似于 Zoom 的 [会议 Hybrid](/technical-library/zh/gao-ji-qi-ye-ban-fu-wu/zoom-node/zoom-node-explainer/zoom-meetings-hybrid.md) 解决方案，包括对混合会议和私密会议的支持，但它不支持 Zoom Workplace 应用，而是支持传统的 SIP 和 H.323 会议室系统。

使用此产品，多个会议室可以连接到本地部署的混合 Zoom Node 设备，该设备可同时接收、复用并重新分发拨入和外拨媒体流到 Zoom 云，默认情况下每个模块最多支持 8 个同时的高清会议室。会议室连接器 Hybrid 模块还支持会议体验中的其他重要功能，包括会议中聊天、反应、布局控制，以及对一键加入功能的支持。

下图提供了一个示例，展示会议室连接器 Hybrid 服务与会议 Hybrid 服务的集成，以及其他会议室连接器 Hybrid 功能，例如用于集成日历的 API 连接器 Hybrid。

<figure><img src="/files/eac635b83eafd4bdda2ae01acf2465b025206422" alt="Diagram depicting the Conference Room Connector Hybrid service connecting with the Zoom Cloud and Meetings Hybrid module" width="563"><figcaption><p>描绘会议室连接器 Hybrid 服务连接到 Zoom 云和会议 Hybrid 模块的示意图</p></figcaption></figure>

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

会议室连接器 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/gao-ji-qi-ye-ban-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.
