Share via


StartSessionOptions interface

Extends

Properties

sessionHandlers

Optional session handlers to subscribe immediately upon connection

Inherited Properties

connectionTimeoutInMs

Connection timeout in milliseconds

enableDebugLogging

Enable debug logging for development

Property Details

sessionHandlers

Optional session handlers to subscribe immediately upon connection

sessionHandlers?: VoiceLiveSessionHandlers

Property Value

Inherited Property Details

connectionTimeoutInMs

Connection timeout in milliseconds

connectionTimeoutInMs?: number

Property Value

number

Inherited From VoiceLiveSessionOptions.connectionTimeoutInMs

enableDebugLogging

Enable debug logging for development

enableDebugLogging?: boolean

Property Value

boolean

Inherited From VoiceLiveSessionOptions.enableDebugLogging