smwebsdk.connectoptions
Home > @soulmachines/smwebsdk > ConnectOptions
ConnectOptions interface
Configuration to use when connecting to a Scene
Signature:
export interface ConnectOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
retryOptions? | RetryOptions | (Optional) Options for customizing connection error retries | |
tokenServer? | { uri: string; token: string; } | (Optional) The custom token server config | |
userText? | string | (Optional) A custom text string that is sent to the orchestration server |