Message API Reference
Documentation Update in Progress
We are currently revisiting and updating this section of our documentation to ensure it provides the most accurate and helpful information. Some content may be incomplete or outdated during this process. Additionally, we are in the process of adding the Message API reference for Player Version 2.
Thank you for your patience! If you have any immediate questions, please don’t hesitate to contact our support team.
All LiSA Player messages conform to the Message
interface. This interface includes details about the specific type of event, along with sender information and optional recipient information.
Properties
messageId
Optional.
The messageId
property is used to acknowledge the receipt of messages by the Player.
This is particularly important for messages that require confirmation to ensure they are reliably received and not lost.
messageType
Required.
The messageType
property specifies the distinct type of message.
recipient
Required for messages sent to the LiSA Player.
The distinct recipient identifier, specifying the receiver of this message.
LiSA Player only accepts and processes message with value LiSA
.
LiSA Player omits this property, when sending messages.
sender
Required.
The distinct sender identifier, specifying the origin of this message.
LiSA Player uses fixed value LiSA
, when sending messages.
Legacy Properties
If your integration uses LiSA Player Version 1, none of the properties described above will be available.
For LiSA Player Version 2, legacy properties can be ignored.
action
Required.
additional
Optional.
target
Required.
Type Definition
Last updated