Skip to main content
Version: 5.7.0

SysReadStream

Read a playback stream.

ServiceOperation
playbackStreamSYS_READ_STREAM

Method Parameters

ParameterDescription
playbackStreamIdIdentifies the stream to read.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"playbackStreamId": "3f9799c1-67db-46bf-87b1-ff3d6ef54090",
"initiatingPlayerId": "c5ecdbda-5f91-41a9-96aa-174f412f7657",
"targetPlayerId": "c5ecdbda-5f91-41a9-96aa-174f412f7657",
"status": "IN_PROGRESS",
"summary": {
"total": 5
},
"initialSharedData": {
"entities": [],
"statistics": {}
},
"events": [
{
"value": 1
}
],
"expiryTime": null,
"createdAt": 1717016614483,
"updatedAt": 1717016652518
},
"status": 200
}