# Broadcasting Live Stream in Background

At times, you may need to answer a phone call or open another app during a broadcast, or perhaps you accidentally pressed a button to open another app. The PRISM app can continue broadcasting live even when running in the background.

{% hint style="warning" %}
Due to platform OS policies, iOS apps do not support background live broadcasting.
{% endhint %}

***

For Android devices, you need to toggle a setting to activate the background broadcasting feature, as shown in the image below. Simply go to Settings, then enable the following option: **Allow display over other apps**. This will allow the live broadcast to continue uninterrupted in the background while you use other apps on your device.

<figure><img src="https://miro.medium.com/v2/resize:fit:1400/1*Yng7UqpK2BOiccxQwUpeFg.jpeg" alt=""><figcaption><p>Activating background live casting feature on Android</p></figcaption></figure>

[..](https://guide.prismlive.com/mobile "mention"), [..](https://guide.prismlive.com/mobile/guides "mention"), [..](https://guide.prismlive.com/mobile/guides/streaming "mention"), [](https://guide.prismlive.com/mobile/guides/streaming/configuration "mention")


---

# Agent Instructions: 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:

```
GET https://guide.prismlive.com/mobile/guides/streaming/configuration/broadcasting-live-stream-in-background.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
