Skip to content
For the complete documentation index, see llms.txt. Markdown versions of documentation pages are available by appending .md to the page URL.
Primary navigation

Calls

Accept call
client.Realtime.Calls.Accept(ctx, callID, body) error
POST/realtime/calls/{call_id}/accept
Hang up call
client.Realtime.Calls.Hangup(ctx, callID) error
POST/realtime/calls/{call_id}/hangup
Refer call
client.Realtime.Calls.Refer(ctx, callID, body) error
POST/realtime/calls/{call_id}/refer
Reject call
client.Realtime.Calls.Reject(ctx, callID, body) error
POST/realtime/calls/{call_id}/reject