> For the complete documentation index, see [llms.txt](https://guide.prismlive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.prismlive.com/mobile/guides/streaming/youtube-streaming/resuming-youtube-streams.md).

# Resuming YouTube Streams

If the YouTube channel has more than 50 subscribers, the feature to resume your previous live streaming to YouTube is supported. Resuming a live stream means starting a new live stream using the same link as the live stream that viewers are currently participating in.​

***

When you try to end your live stream, a dialog will appear asking whether to keep the YouTube live session active. To keep the current live session active after ending the stream, click the “Keep Session” button.

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

And then, when you enter the live preparation screen, a pop-up will appear for the active live session. After reviewing the details, tap the ‘**Check**’ button.

* List of live streams maintaining the YouTube session (possible to resume with the previous steam link)
* List of scheduled live streams set in the YouTube Live Dashboard

From the schedule screen, select the live item marked with a yellow ‘**Active**’ label and tap ‘**OK**’. On the live preparation screen, check the date and time of the active live session, and then start streaming. The PRISM app will use the Resume feature to continue the previous live stream.

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

[Mobile](/mobile/overview.md), [Guides](/mobile/guides.md), [Streaming](/mobile/guides/streaming.md), [YouTube Streaming](/mobile/guides/streaming/youtube-streaming.md)


---

# 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://guide.prismlive.com/mobile/guides/streaming/youtube-streaming/resuming-youtube-streams.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.
