Skip to main content
Version: 5.7.0

SysStartStream

Start a playback stream.

ServiceOperation
playbackStreamSYS_START_STREAM

Method Parameters

ParameterDescription
profileIdThe player starting the stream.
targetProfileIdThe player to start a stream with.
includeSharedDataWhether to include shared data in the stream.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {
"playbackStreamId": "b8da4619-2ddc-4184-b654-cd11d12a3275",
"initiatingPlayerId": "198bcafcd-6e84-4c30-9f6e-3f9f016440c6",
"targetPlayerId": "a6943c74-6655-4245-8b2b-13bb908d3f88",
"status": "STARTED",
"summary": {},
"initialSharedData": {
"entities": [],
"statistics": {}
},
"events": [],
"createdAt": 1425481184200,
"updatedAt": 1425481184200
}
}