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

    Type Alias WaitingStatus

    WaitingStatus:
        | "idle"
        | "waiting"
        | "joining"
        | "joined"
        | "rejected"
        | "timeout"
        | "error"

    Status of a guest waiting to be admitted.

    • idle: Not yet waiting (before join attempt)
    • waiting: Waiting for host to admit
    • joining: Host admitted, now connecting
    • joined: Successfully joined the room
    • rejected: Host denied entry
    • timeout: Wait time expired
    • error: An error occurred