# Livestream

The **Livestream** feature in social.plus UIKit v4 empowers users to broadcast and engage with live video content seamlessly. It provides a suite of components designed to facilitate the creation, viewing, and management of live streams within your application.​

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

#### Livestream Creation

Enables users to set up their live stream by adding a title, description, and thumbnail before starting the broadcast. It 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, streamlining the setup process for content creators.

#### Livestream Viewing

Provides viewers with the interface to watch live or recorded streams. It supports real-time viewing and playback of previously ended streams, ensuring content accessibility.

#### **Livestream Chat**&#x20;

Enables viewers to participate in real-time conversations during the livestream via text messages encouraging engagement, Q\&A sessions, and interactive discussions between hosts and viewers.

#### **Live Reactions**&#x20;

Allows viewers to express themselves instantly with animated reactions during the livestream boosting engagement by giving viewers a lightweight, expressive way to respond without typing.<br>

<table><thead><tr><th width="350.4453125">Feature</th><th width="75.02734375" align="center">iOS</th><th width="74.93359375" align="center">Android</th><th width="74.63671875" align="center">Web</th><th width="74.90625" align="center">Flutter</th><th width="75.578125" align="center">RN</th></tr></thead><tbody><tr><td>Create Live Stream Post</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td><td align="center">-</td></tr><tr><td>View Live Stream Post</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Lives Stream Chat</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr><tr><td>Live Stream Reaction</td><td align="center">✅</td><td align="center">✅</td><td align="center">✅</td><td align="center">-</td><td align="center">-</td></tr></tbody></table>


---

# 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.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.
