Skip to main content

StreamBody

sourceIdstringrequired

Id of the source sending the data.

Example: connectionId
payloadobjectrequired

Data to be streamed

StreamBody
{
"sourceId": "connectionId",
"payload": {}
}