StreamBody
sourceIdstringrequired
Id of the source sending the data.
Example:
connectionId
payloadobjectrequired
Data to be streamed
StreamBody
{
"sourceId": "connectionId",
"payload": {}
}
Id of the source sending the data.
connectionId
Data to be streamed
{
"sourceId": "connectionId",
"payload": {}
}