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.
callId?
Section titled “callId?”optional callId?: string;The call ID to attach to instead of starting a new session.
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.