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}/pause \ --header 'Content-Type: application/json' \ --data '{ "paused": true }'
{ "streamId": "<string>", "paused": true, "positionSeconds": 123, "mode": "<string>", "bufferDurationSeconds": 123, "pauseExpiresAtEpochSecond": 123 }
Pause or unpause playback of a live or recorded audio stream. While paused, silence is injected to keep the RTMP stream alive and the playback offset is frozen. On unpause, playback resumes from the frozen position.
Pause state applied successfully