Getting a URL
websocketUrl:
Audio
Binary frames carry audio; text frames carry JSON.
For
pcm, send 16-bit mono at the inputSampleRate you requested.
Messages you receive
Messages you send
Client tool calls
An invocation arrives as:invocationId:
Using the SDK?
registerTool handles all of this — invocation matching,
results, and errors — so you never touch invocationId yourself.Injecting a message
Push text into a live call as though the caller had spoken it. This is how a deferred tool result gets back into the conversation:Ending
Close the socket to hang up, or watch for thehangup message when the agent
ends it. For the agent to be able to end a call gracefully, assign the hangUp
system tool — without it, a finished agent simply waits.