Welcome to the GovWorx Beta API Documentation! Please reach out to support if you are interested in gaining access to the GovWorx API.
cURL
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 }
Seek to a position within the accumulated live call audio buffer. Use positionSeconds=-1 to return to live immediately. The mixer automatically returns to live when replay catches up to the buffer head.
Seek applied successfully