Skip to main content
POST
/
realtime
/
v1
/
call
/
{id}
/
audio
/
stream
Stream Call Audio
curl --request POST \
  --url https://realtime.govworx.net/realtime/v1/call/{id}/audio/stream
{
  "streamId": "<string>",
  "playUrl": "<string>",
  "token": "<string>",
  "status": "<string>",
  "durationMs": 123
}

Path Parameters

id
string
required

Response

Stream started successfully

streamId
string

Stream/VOD identifier. Empty string for carbyne-live mode.

playUrl
string
token
string

One-time play token. Empty string for carbyne-live mode and when OTT token authentication is disabled.

status
string
durationMs
integer<int64>

Duration in milliseconds. For 'recorded' mode, the full recording length. For 'live' and 'carbyne-live' modes, the elapsed call duration so far. 0 when unknown.

mode
enum<string>
Available options:
live,
recorded,
carbyne-live