Sent when an incoming API SIP session is available for Live acceptance. The
same pending session can also emit realtime.call.incoming; the first
successful Realtime or Live accept endpoint selects the runtime surface.
type RealtimeCallIncomingWebhookEvent struct{…}
Sent when an incoming API SIP session is available for Realtime acceptance.
The same pending session can also emit live.call.incoming; the first
successful Realtime or Live accept endpoint selects the runtime surface.
type ResponseCancelledWebhookEvent struct{…}
Sent when a background response has been cancelled.
type ResponseCompletedWebhookEvent struct{…}
Sent when a background response has been completed.
type ResponseFailedWebhookEvent struct{…}
Sent when a background response has failed.
type ResponseIncompleteWebhookEvent struct{…}
Sent when a background response has been interrupted.