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

    Interface HiyveStoreRNState

    Complete state managed by HiyveStoreRN.

    Contains 13 state slices covering connection status, room info, participants, local media, recording, streaming, transcription, chat, waiting room, wait-for-host, audio processing, layout, hand raises, and AI chat.

    Each slice is an immutable object -- when a slice changes, a new object reference is produced so that shallow equality checks detect updates.

    Index

    Properties

    aiChat: { messages: AiChatMessage[] }
    audioProcessing: AudioProcessingState
    chat: ChatState
    connection: ConnectionState
    handRaise: HandRaiseState
    layout: LayoutState
    localMedia: LocalMediaState
    participants: ParticipantsState
    recording: RecordingState
    room: RoomState
    streaming: StreamingState
    transcription: TranscriptionState
    waitForHost: WaitForHostState
    waitingRoom: WaitingRoomState