View Source ExOpenAI.Components.RealtimeCallReferRequest (ex_openai.ex v2.0.0-beta2)

Parameters required to transfer a SIP call to a new destination using the Realtime API.

Fields

  • :target_uri - required - String.t()
    URI that should appear in the SIP Refer-To header. Supports values like tel:+14155550123 or sip:agent@example.com.

Summary

Types

@type t() :: %ExOpenAI.Components.RealtimeCallReferRequest{target_uri: String.t()}