Update the Call Streaming Settings

Updates the call streaming settings for a user

📘

Supported Regions and Base URLs

👍

Access and Registration

Authentication

Scope

call-streaming-settings:write

Body Request - Example

{
  "agent_stream_enabled": true,
  "agent_stream_url": "wss://talkdesk.org/my/wss/endpoint",
  "agent_stream_track": "both_tracks"
}

Body Response - Schema

204 (operation completed successfully)

ParameterTypeDescriptionRequired
agent_stream_enabledbooleanenables or disables the stream of the agent's calls for the given useryes
agent_stream_urlstringThe URL to where Twilio will stream the audio from the agent's call. Match pattern: ^wss://.*$yes
agent_stream_trackstringThe audio track from the agent's call that should be streamed by Twilio. Allowed values: inbound_track , outbound_track, both_tracksyes

400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (not found), 500 (internal server error)

ParameterTypeDescriptionRequired
codestringn/ayes
messagestringn/ayes
descriptionstringn/ano
fieldsarray[object]"fields" subdivides into:

"name" (string)

"description" (string)
yes (name and description)

❗️

API Availability

The Conversation Streams API is only available for customers enrolled in Talkdesk's Early Access (EA) program. To enter the EA program, contact a Customer Success Manager.

The Conversation Streams has been in EA since January 2022.

🚧

Troubleshooting

If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.

Language
Credentials
Header
Click Try It! to start a request and see the response here!