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

    Interface PresenceOptions

    Represents the presence options for a chat room.

    interface PresenceOptions {
        enableEvents?: boolean;
    }
    Index

    Properties

    Properties

    enableEvents?: boolean

    Whether or not the client should receive presence events from the server. This setting can be disabled if you are using presence in your Chat Room, but this particular client does not need to receive the messages.

    true