Jump to a Point in a 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 |
POST /apis/streams/:streamId/seek
{
"time": 60.5
}
Success
{
"data": {
"time": 60.5
}
}
Error
Code | Payload | Description |
|---|---|---|
|
| Invalid input. |
|
| A stream with UUID |