Guides
...
Platform communication
Window postMessage API

ShowHostMessage

3min

Show host messages describe specific actions in the live stream domain.

Message definition

The message target of a show host message is show.host.

TypeScript


Message actions

LiSA accepts/exposes the following show host actions:

Action

Description

Direction of communication

join

Host joins the stream.

LiSA to X

leave

Host leaves the stream.

LiSA to X

toggle

Viewer toggles between hosts in co-hosted stream.

LiSA to X

Examples

Listed below are examples for show host message payloads.

JS