class

OpenAI::RealtimeCallReferRequest

Inherits JSON::Serializable < Reference < Object

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

Constructors

new(target_uri : String = "")
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

target_uri

URI that should appear in the SIP Refer-To header. Supports values like tel:+14155550123 or sip:agent@example.com.

Source
target_uri=(target_uri : String)

URI that should appear in the SIP Refer-To header. Supports values like tel:+14155550123 or sip:agent@example.com.

Source