Skip to main content
Version: 5.7.0

SysEndStream

End a playback stream.

ServiceOperation
playbackStreamSYS_END_STREAM

Method Parameters

ParameterDescription
profileIdThe player ending the stream.
playbackStreamIdIdentifies the stream to end.

Usage

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