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
realtime().calls().accept(CallAcceptParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/realtime/calls/{call_id}/accept
Create call
HttpResponse realtime().calls().create(CallCreateParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/realtime/calls
Hang up call
realtime().calls().hangup(CallHangupParamsparams = CallHangupParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
POST/realtime/calls/{call_id}/hangup
Refer call
realtime().calls().refer(CallReferParamsparams, RequestOptionsrequestOptions = RequestOptions.none())
POST/realtime/calls/{call_id}/refer
Reject call
realtime().calls().reject(CallRejectParamsparams = CallRejectParams.none(), RequestOptionsrequestOptions = RequestOptions.none())
POST/realtime/calls/{call_id}/reject