> 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-meetings-and-recording-connectors-on-premises.md).

# Zoom Meetings 和录制连接器（本地部署）

#### <mark style="color:蓝色;">Zoom 会议连接器：本地部署会议</mark> <a href="#id-9tnhz2hunmka" id="id-9tnhz2hunmka"></a>

Zoom 会议连接器是一种本地部署的， *非混合式* 会议解决方案。与 Zoom Meetings Hybrid 不同，会议连接器仅在您的数据中心内提供 Zoom 的会议基础设施和架构，不具备云回退或支持的可能性。此解决方案使客户能够保持对其会议媒体的控制，并限制对会议服务器的访问，以获得额外的安全性、数据驻留或合规性。

下表概述了 Zoom Meetings Hybrid 和 Zoom 会议连接器之间的一些主要差异：

| **功能**              | **会议 Hybrid**               | **会议连接器**     |
| ------------------- | --------------------------- | ------------- |
| 本地部署服务器             | ☑️                          | ☑️            |
| 支持多个区域              | ☑️                          | ☑️            |
| 媒体仅限本地部署            | <p>☑️<br>（在私人会议模式下）</p>     | <p>☑️<br></p> |
| 级联到云                | ☑️                          |               |
| 用户可以通过云加入           | ☑️                          |               |
| 云服务（录制等）            | <p>☑️</p><p>（混合式，非私人会议）</p> |               |
| 允许直接的外部用户连接到本地部署服务器 | ☑️                          | ☑️            |

#### <mark style="color:蓝色;">Zoom 录制连接器：录制本地部署会议</mark> <a href="#dlooe1lb51hk" id="dlooe1lb51hk"></a>

Zoom 录制连接器是一种用于通过 Zoom 的会议连接器主持的会议的本地部署录制解决方案。由于由会议连接器主持的会议无法利用云基础设施，录制连接器使客户能够在本地部署环境中录制其会议，而无需依赖会议主持人的本地机器进行存储或处理。


---

# 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-meetings-and-recording-connectors-on-premises.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.
