@ably/chat - v0.8.0
    Preparing search index...

    Enumeration RoomStatus

    The different states that a room can be in throughout its lifecycle.

    Index

    Enumeration Members

    Attached: "attached"

    The room is currently attached and receiving events.

    Attaching: "attaching"

    The library is currently attempting to attach the room.

    Detached: "detached"

    The room is currently detached and will not receive events.

    Detaching: "detaching"

    The room is currently detaching and will not receive events.

    Failed: "failed"

    The room is currently detached and will not attempt to re-attach. User intervention is required.

    Initialized: "initialized"

    A temporary state for when the room object is first initialized.

    Initializing: "initializing"

    The library is currently initializing the room. This state is a temporary state used in React prior to the room being resolved.

    Released: "released"

    The room has been released and is no longer usable.

    Releasing: "releasing"

    The room is in the process of releasing. Attempting to use a room in this state may result in undefined behavior.

    Suspended: "suspended"

    The room is in an extended state of detachment, but will attempt to re-attach when able.