VoiceAgentServerEventRtcCallError interface
The rtc.call.error server event: a WebRTC signaling failure.
- Extends
Properties
| error | The error detail. |
| event_id | An optional server-generated event identifier. |
| operation | The signaling operation that failed, when known. |
| rtc_call_id | The identifier of the WebRTC call, when known. |
| type | The event type. Always |
Property Details
error
event_id
An optional server-generated event identifier.
event_id?: string
Property Value
string
operation
The signaling operation that failed, when known.
operation?: string
Property Value
string
rtc_call_id
The identifier of the WebRTC call, when known.
rtc_call_id?: string
Property Value
string
type
The event type. Always rtc.call.error.
type: "rtc.call.error"
Property Value
"rtc.call.error"