View Source ExOpenAI.Components.RealtimeCallRejectRequest (ex_openai.ex v2.0.0-beta2)
Parameters used to decline an incoming SIP call handled by the Realtime API.
Fields
:status_code- optional -integer()
SIP response code to send back to the caller. Defaults to603(Decline) when omitted.
Summary
Types
@type t() :: %ExOpenAI.Components.RealtimeCallRejectRequest{ status_code: integer() | nil }