ChatClient

interface ChatClient

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

Properties

Link copied to clipboard
abstract val clientId: String

The clientId of the current client.

Link copied to clipboard

The chat client options for the client, including any defaults that have been set.

Link copied to clipboard
abstract val connection: Connection

The underlying connection to Ably, which can be used to monitor the clients connection to Ably servers.

Link copied to clipboard
abstract val realtime: AblyRealtime

The underlying Ably Realtime client.

Link copied to clipboard
abstract val rooms: Rooms

The rooms object, which provides access to chat rooms.