This request jumps to a particular point in the stream specified by a time in seconds.
Authorizations: Recordings - STREAM
POST /apis/streams/:streamId/seek
{ "time": 60.5}
{
"time": 60.5
}
Success
{ "data": { "time": 60.5 }}
"data": {
Error
Code
Payload
Description
400
{"code":"010001", "name":"InputValidationFailed", "message":"<message>", "httpStatusCode":400}
{"code":"010001", "name":"InputValidationFailed",
"message":"<message>", "httpStatusCode":400}
Invalid input.
404
{"code":"040003","name":"StreamNotFound", "message":"Stream not found", "httpStatusCode":404}
{"code":"040003","name":"StreamNotFound",
"message":"Stream not found", "httpStatusCode":404}
A stream with UUID streamId was not found.
streamId
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.