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

    Interface UseRoomFlowReturn

    Return type for useRoomFlow.

    interface UseRoomFlowReturn {
        isConnecting: boolean;
        isInRoom: boolean;
        isWaitingForAdmission: boolean;
        isWaitingForHost: boolean;
        screen: RoomFlowScreen;
        wasRejected: boolean;
    }
    Index

    Properties

    isConnecting: boolean

    true while createRoom or joinRoom is in progress

    isInRoom: boolean

    true when the user is inside an active room

    isWaitingForAdmission: boolean

    true when the guest is in the waiting room

    isWaitingForHost: boolean

    true when the guest is waiting for the host to start

    The current screen to render

    wasRejected: boolean

    true when the guest was rejected from the waiting room