RealtimeTransportLayerConnectOptions
type RealtimeTransportLayerConnectOptions = object;
The options for the connection to the model.
Properties
Section titled “Properties”apiKey
Section titled “apiKey”apiKey: ApiKey;
The API key to use for the connection.
initialSessionConfig?
Section titled “initialSessionConfig?”optional initialSessionConfig: Partial<RealtimeSessionConfig>;
The initial session config to use for the session.
model?
Section titled “model?”optional model: string;
The model to use for the connection.
optional url: string;
The URL to use for the connection.