Skip to content

OpenAIRealtimeEventTypes

type OpenAIRealtimeEventTypes = object & RealtimeTranportEventTypes;

The events that are emitted by the OpenAI Realtime transport layer.

connected: [];

Triggered when the connection is established.

disconnected: [];

Triggered when the connection is closed.