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

    Class ChatClient

    This is the core client for Ably chat. It provides access to chat rooms.

    Index

    Constructors

    Accessors

    • get clientId(): string

      Returns the clientId of the current client.

      Returns string

      The clientId.

    • get connection(): Connection

      Returns the underlying connection to Ably, which can be used to monitor the client's connection to Ably servers.

      Returns Connection

      The connection object.