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

    Enumeration ConnectionStatus

    The different states that the connection can be in through its lifecycle.

    Index

    Enumeration Members

    Connected: "connected"

    The library is currently connected to Ably.

    Connecting: "connecting"

    The library is currently connecting to Ably.

    Disconnected: "disconnected"

    The library is currently disconnected from Ably, but will attempt to reconnect.

    Failed: "failed"

    The library is currently disconnected from Ably and will not attempt to reconnect.

    Initialized: "initialized"

    A temporary state for when the library is first initialized.

    Suspended: "suspended"

    The library is in an extended state of disconnection, but will attempt to reconnect.