콘텐츠로 이동

RealtimeTransportLayerConnectOptions

이 콘텐츠는 아직 번역되지 않았습니다.

type RealtimeTransportLayerConnectOptions = object;

The options for the connection to the model.

apiKey: ApiKey;

The API key to use for the connection.


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.