Guides
...
Platform communication
Window postMessage API

ShowEngagementMessage

3min

Show engagement messages describe specific actions in the live stream domain related to user interactions.

Message definition

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

TypeScript


Message actions

LiSA accepts/exposes the following show actions:

Action

Description

Direction of communication

chat-join

The user clicked the social sharing CTA.

LiSA to X

The user joined the chat.

LiSA to X

chat-message

The user clicked the social sharing CTA.

LiSA to X

The user sent a chat message.

LiSA to X

add-to-calendar

The user clicked the "add to calendar" CTA.

LiSA to X

social-sharing

The user clicked the social sharing CTA.

LiSA to X

show-reaction

The user clicked the social sharing CTA.

LiSA to X

The user clicked the show reaction CTA.

LiSA to X

Examples

Listed below are examples for show message payloads.

JS