> 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/de/erweiterte-enterprise-services/zoom-node/zoom-node-explainer/zoom-meetings-and-recording-connectors-on-premises.md).

# Zoom Meetings- und Recording-Connectoren (On-Premises)

#### <mark style="color:blau;">Zoom Meeting-Connector: On-Premises-Meetings</mark> <a href="#id-9tnhz2hunmka" id="id-9tnhz2hunmka"></a>

Zoom Meeting-Connector ist eine On-Premises- *nicht-hybride* Meeting-Lösung. Im Gegensatz zu Zoom Meetings Hybrid bietet Meeting-Connector Zooms Meeting-Infrastruktur und -Architektur ausschließlich in Ihren Rechenzentren, ohne die Möglichkeit eines Cloud-Fallbacks oder Support. Diese Lösung ermöglicht es Kunden, die Kontrolle über ihre Meeting-Medien zu behalten und den Access zu Meeting-Servern für zusätzliche Sicherheit, Datenresidenz oder Einhaltung zu beschränken.

Die folgende Tabelle zeigt einige der wichtigsten Unterschiede zwischen Zoom Meetings Hybrid und Zoom Meeting-Connector auf:

| **Fähigkeit**                                                           | **Hybrid-Meetings**                               | **Meeting-Connector** |
| ----------------------------------------------------------------------- | ------------------------------------------------- | --------------------- |
| On-Premises-Server                                                      | ☑️                                                | ☑️                    |
| Unterstützt mehrere Zonen                                               | ☑️                                                | ☑️                    |
| Medien ausschließlich On-Premises                                       | <p>☑️<br>(Während des privaten Meeting-Modus)</p> | <p>☑️<br></p>         |
| Zur Cloud kaskadieren                                                   | ☑️                                                |                       |
| Benutzer können über die Cloud beitreten                                | ☑️                                                |                       |
| Cloud-Dienste (Aufzeichnung usw.)                                       | <p>☑️</p><p>(Hybrid, nicht-private Meetings)</p>  |                       |
| Ermöglicht direkte, externe Benutzerverbindungen zum On-Premises-Server | ☑️                                                | ☑️                    |

#### <mark style="color:blau;">Zoom Recording Connector: On-Premises-Meetings aufzeichnen</mark> <a href="#dlooe1lb51hk" id="dlooe1lb51hk"></a>

Zoom Recording Connector ist eine On-Premises-Aufzeichnungslösung für Meetings, die über Zooms Meeting-Connector gehostet werden. Da vom Meeting-Connector gehostete Meetings keine Cloud-Infrastruktur nutzen können, ermöglicht Recording Connector Kunden, ihre Meetings On-Premises aufzuzeichnen, ohne sich für Speicherung oder Verarbeitung auf den lokalen Rechner des Hosts des Meetings verlassen zu müssen.


---

# 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/de/erweiterte-enterprise-services/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.
