@ably/chat - v1.1.1
    Preparing search index...

    Interface UseChatConnectionResponse

    The response from the useChatConnection hook.

    interface UseChatConnectionResponse {
        currentStatus: ConnectionStatus;
        error?: ErrorInfo;
    }
    Index

    Properties

    currentStatus: ConnectionStatus

    The current status of the connection. Kept up to date by the hook.

    error?: ErrorInfo

    An error that provides a reason why the connection has entered the new status, if applicable. Kept up to date by the hook.