> For the complete documentation index, see [llms.txt](https://docs.salebot.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salebot.pro/online_courses/webinars/zoom.md).

# Как запустить трансляцию через ZOOM

{% hint style="info" %}
Потоковое вещание Zoom доступно на платных тарифах. Подробности узнавайте на официальном сайте Zoom
{% endhint %}

В [видеоинструкции рассказано](#videoinstrukciya-kak-nastroit-translyaciyu) как настроить Персональный зал в Zoom для запуска трансляции.

В следующей инструкции рассказывается как запустить прямой эфир с помощью приложения Zoom в персональном зале.

На стороне ZOOM не забудьте включить в разделе "Дополнительно" параметр "Трансляция на Индивидуальной службе потокового вещания".&#x20;

Перейдите в раздел “Конференции”, далее “Персональный зал” — “Потоковое вещание” . В настройках стороннего сервиса потоковой трансляции укажите URL трансляции, ключ трансляции и URL страницы потокового вещания.&#x20;

<figure><img src="/files/cBpTwBaFXoAZfpeskXg3" alt=""><figcaption></figcaption></figure>

URL трансляции, ключ трансляции и URL страницы потокового вещания вы можете найти в настройках онлайн-трансляции:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfsY0pVSFFg07TXu0XgHR8W_AnPaWiP5H9yR90zlNeZLEwQp4l7q_PF_gbgeg4ZQdess5oaOXZi55NiyWdwUgDRXzCTcSVDhOdy1-gLoVZ6z4bh67EVs4LDG2jwsf7vOezJd58ilg?key=AYUpCenzlfBL1b97HUAIeg" alt="" width="563"><figcaption></figcaption></figure>

### ВИДЕОИНСТРУКЦИИ

{% embed url="<https://www.youtube.com/watch?v=zsKUwMbO6zk>" %}

{% embed url="<https://www.youtube.com/watch?v=EAmsexncSfg>" %}

В видео рассказали:

* как создать трансляцию
* запуск вещания с использованием OBS Studio
* как сделать автовебинар
* выдать ссылку через бота
* как вести регистрацию на вебинар с лендинга Salebot


---

# 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://docs.salebot.pro/online_courses/webinars/zoom.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.
