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 |
---|---|---|
|
| Invalid input. |
|
| A stream with UUID |