@ably/chat - v0.11.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.

    Methods

    • Disposes of the ChatClient instance, cleaning up any resources and rendering it unusable. This method will release all rooms before disposing of the client.

      Returns Promise<void>