# Livestream Target Selection Page

This page allows users to select the target audience for their live stream, such as a specific community or their own timeline. This step ensures that the live content reaches the intended viewers.

#### Usage:

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

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

{% endtab %}
{% endtabs %}

#### Customization:

| Config ID                                                  | Type    | Description                    |
| ---------------------------------------------------------- | ------- | ------------------------------ |
| `livestream_post_target_selection_page/*/*`                | Page    | You can customize page `theme` |
| `livestream_post_target_selection_page/*/close_button`     | Element | You can customize `image`      |
| `livestream_post_target_selection_page/*/my_timeline_text` | Element | You can customize `text`       |
| `livestream_post_target_selection_page/*/title`            | Element | You can customize `text`       |

#### Navigation Behavior:

Livestream Post Target Selection Page will navigate to live stream creation page. You can also override the behavior to navigate to your own pages.

For more details, please refer to the [Overriding Navigation Behavior](https://docs.amity.co/amity-uikit/uikit-v4-beta/customization/overriding-navigation-behaviour) page.

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

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

{% endtab %}
{% endtabs %}
