# Livestream Terminated Page

This page is displayed when a live stream is terminated, either by the host or due to moderation actions. It informs users that the stream has ended and provides appropriate messaging.

{% tabs %}
{% tab title="iOS" %}
{% embed url="<https://gist.github.com/amythee/b1ab3e932754a9840a6bc7309c61bf45>" %}
{% endtab %}

{% tab title="Android" %}
{% embed url="<https://gist.github.com/d9b762f230494e874814775a202b65bf>" %}

{% endtab %}

{% tab title="Web" %}
{% embed url="<https://gist.github.com/amythee/fa53b87d379436801949259f7789bbcb>" %}
{% endtab %}
{% endtabs %}

#### Customization:

| Config ID                                                          | Type    | Description               |
| ------------------------------------------------------------------ | ------- | ------------------------- |
| `livestream_terminated_page/*`*`/*`*                               | Page    | You can customize `theme` |
| `livestream_terminated_page/*/livestream_terminated_action_button` | Element | You can customize `image` |


---

# 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://docs.social.plus/social-plus-uikit/uikit-4/social/livestream/livestream-terminated-page.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.
