Skip to content

RealtimeTransportLayerConnectOptions

type RealtimeTransportLayerConnectOptions = object;

The options for the connection to the model.

apiKey: ApiKey;

The API key to use for the connection.


optional callId?: string;

The call ID to attach to instead of starting a new session.


optional initialSessionConfig?: Partial<RealtimeSessionConfig>;

The initial session config to use for the session.


optional model?: string;

The model to use for the connection.


optional url?: string;

The URL to use for the connection.