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

    Interface OccupancyOptions

    Represents the occupancy options for a chat room.

    interface OccupancyOptions {
        enableEvents?: boolean;
    }
    Index

    Properties

    Properties

    enableEvents?: boolean

    Whether to enable occupancy events.

    Note that enabling this feature will increase the number of messages received by the client as additional messages will be sent by the server to indicate occupancy changes.

    false