> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videowise.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Live stream rendering

> How to manually trigger the live stream pop-up.

### Opening the live stream player with Videowise's global helper function

Videowise provides a helper function, available in the global window object, that allows the opening of the live stream player from any page on your website.
The function can be attached to onClick events and receives a single parameter, the live stream ID, which can be copied from the Videowise application.

```js Launch live stream theme={null}
window.videowiseLaunchLive("live-stream-id-here");
```

### Auto-launching the live stream player via URL parameter

You can now automatically open the Videowise live stream player using the `vwLsId` query parameter. When this parameter is present in the page URL and contains a valid live stream ID, the player will launch automatically without requiring any user interaction. This makes it easy to share direct links that trigger live playback on load.

```js Auto-launching theme={null}
https://example.com/?vwLsId=68026acfc5be1a0058e6ce0a
```

#### 1. Go to live shopping

<img src="https://mintcdn.com/videowise/8_1ghAJvj_CP-3qs/images/image-1.png?fit=max&auto=format&n=8_1ghAJvj_CP-3qs&q=85&s=5bfa218c1c51ba9a421333e706eda4b0" alt="Go to live shopping" width="3456" height="2066" data-path="images/image-1.png" />

#### 2. Open the live show

<img src="https://mintcdn.com/videowise/8_1ghAJvj_CP-3qs/images/image-2.png?fit=max&auto=format&n=8_1ghAJvj_CP-3qs&q=85&s=cbe417feaa2e22ee408c47260816139c" alt="Open the live show" width="3456" height="2068" data-path="images/image-2.png" />

#### 3. Copy the ID from the URL

<img src="https://mintcdn.com/videowise/8_1ghAJvj_CP-3qs/images/image-3.png?fit=max&auto=format&n=8_1ghAJvj_CP-3qs&q=85&s=04ac83255bcebea48c248a2341d9a05d" alt="Copy the ID from the URL" width="3456" height="2066" data-path="images/image-3.png" />
