Skip to main content
Version: 5.7.0

SysAddEvent

Add event to stream.

ServiceOperation
playbackStreamSYS_ADD_EVENT

Method Parameters

ParameterDescription
profileIdThe player adding an event.
playbackStreamIdIdentifies the stream to read.
eventDataDescribes the event.
summaryCurrent summary data as of this event.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}