@ably/chat - v1.1.1
    Preparing search index...

    Interface UseChatClientResponse

    The response from the useChatClient hook.

    interface UseChatClientResponse {
        clientId?: string;
    }
    Index

    Properties

    Properties

    clientId?: string

    The current clientId, if known.

    Important When using an Ably key for authentication, this value is determined immediately. If using a token, the clientId is not known until the client has successfully connected to and authenticated with the server. Use the chatClient.connection.status to check the connection status.