VoiceAgentServerEventRtcCallSdpCreated interface

The rtc.call.sdp.created server event: the SDP answer that completes WebRTC negotiation.

Extends

Properties

event_id

The server-generated event identifier.

rtc_call_id

The identifier of the established WebRTC call.

sdp_answer

The server's SDP answer for the WebRTC connection.

type

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

Property Details

event_id

The server-generated event identifier.

event_id: string

Property Value

string

rtc_call_id

The identifier of the established WebRTC call.

rtc_call_id: string

Property Value

string

sdp_answer

The server's SDP answer for the WebRTC connection.

sdp_answer: string

Property Value

string

type

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

type: "rtc.call.sdp.created"

Property Value

"rtc.call.sdp.created"