Interface UseChatConnectionOptions

The options for the useChatConnection hook.

interface UseChatConnectionOptions {
    onStatusChange?: ConnectionStatusListener;
}

Properties

Properties

onStatusChange?: ConnectionStatusListener

A callback that will be called whenever the connection status changes. The listener is removed when the component unmounts.