Skip to main content
POST
/
realtime
/
v1
/
call
/
{id}
/
audio
/
stream
/
{streamId}
/
seek
Seek Live Audio Stream
curl --request POST \
  --url https://realtime.govworx.net/realtime/v1/call/{id}/audio/stream/{streamId}/seek \
  --header 'Content-Type: application/json' \
  --data '
{
  "positionSeconds": 123
}
'
{
  "streamId": "<string>",
  "positionSeconds": 123,
  "mode": "<string>",
  "bufferDurationSeconds": 123,
  "paused": true
}

Path Parameters

id
string
required
streamId
string
required

Body

application/json
positionSeconds
number<double>

Response

Seek applied successfully

streamId
string
positionSeconds
number<double>
mode
string
bufferDurationSeconds
number<double>
paused
boolean