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

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 clients connection to Ably servers.

    Returns Connection

    The connection object.