VoiceAgentClientEventRtcCallSdpCreate interface

The rtc.call.sdp.create client event: begins WebRTC signaling with an SDP offer.

Extends

Properties

event_id

An optional client-generated event identifier.

sdp_offer

The client's SDP offer for the WebRTC connection.

session

Optional session configuration. For an /agents endpoint the service rebuilds it authoritatively from the persisted agent definition.

type

The event type. Always rtc.call.sdp.create.

Property Details

event_id

An optional client-generated event identifier.

event_id?: string

Property Value

string

sdp_offer

The client's SDP offer for the WebRTC connection.

sdp_offer: string

Property Value

string

session

Optional session configuration. For an /agents endpoint the service rebuilds it authoritatively from the persisted agent definition.

session?: VoiceAgentSessionUpdateConfig

Property Value

type

The event type. Always rtc.call.sdp.create.

type: "rtc.call.sdp.create"

Property Value

"rtc.call.sdp.create"