Hiyve Components - v1.0.0
    Preparing search index...

    Interface UseQASessionStateOptions

    Options for the useQASessionState hook.

    interface UseQASessionStateOptions {
        activeTabId?: string;
        enabled?: boolean;
        isOwner: boolean;
        localUserId: string;
        qaTabId?: string;
    }
    Index

    Properties

    activeTabId?: string

    Current active tab ID — used to suppress badge when already viewing Q&A

    enabled?: boolean

    Whether the listener is enabled (default: true)

    isOwner: boolean

    Whether the current user is the room owner

    localUserId: string

    Current user's ID

    qaTabId?: string

    Tab ID that represents the Q&A tab (default: 'qa')