Rеstar strеam processing: Stream.Restart
The method and parameters
Stream.Restart
restarts processing of a stream. When the method is called, data on reconnections to the stream is reset.
string Stream.Restart
(array uids
)
array uids
REQUIRED – the list of the unique identifiers of the streams that must be restarted.
POST /api/ |
200 |
A list of stream UIDs and an identifier: stream deleted –
JSON
|
400 |
A JSON RPC error
JSON
|
500 |
The server error |