Skip to main content

Jump to a Point in a Stream

This request jumps to a particular point in the stream specified by a time in seconds.

Authorizations: Recordings - STREAM

Requests

POST /apis/streams/:streamId/seek
{
"time": 60.5
}

Response

Success

{
"data": {
  "time": 60.5
}
}

Error

Code

Payload

Description

400
{"code":"010001", "name":"InputValidationFailed",
"message":"<message>", "httpStatusCode":400}

Invalid input.

404
{"code":"040003","name":"StreamNotFound",
"message":"Stream not found", "httpStatusCode":404}

A stream with UUID streamId was not found.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.