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

    Interface OccupancyData

    Represents the occupancy data of a chat room.

    interface OccupancyData {
        connections: number;
        presenceMembers: number;
    }
    Index

    Properties

    connections: number

    The number of connections to the chat room.

    presenceMembers: number

    The number of presence members in the chat room - members who have entered presence.