Entrypoints

Live / Replay

The entrypoint of a concurrent live show consists of the following URI segments:

clientId — Unique client identifier

showId— Unique Show identifier

https://[clientId].loveslisa.tech/s/{showId}

Query Parameters

Name
Description

context

The context parameter specifies the type of host application in which LiSA is being integrated. It determines whether LiSA is rendered within a native mobile application or a web-based environment.

Accepted Values:

  • app — Use this value when the host application is a native mobile application (e.g., iOS or Android apps).

  • web — Use this value when the host application is a website or web-based application.

language

By default, LiSA detects the viewer's browser language and formats text, numbers, and currencies according to the corresponding locale. You can override this default behavior by specifying the language parameter.

plattform

When embedded in a native mobile application, the plattform parameter specifies the OS.

Accepted Values:

  • android — Use this value when the host application is an Android app.

  • ios — Use this value when the host application is an iOS app

store

Provide a store identifier to enable the LiSA Player to display product data, including price currency, regional details, market or store-specific attributes, and localization.

Last updated