Interface OccupancyEvent

Represents the occupancy of a chat room.

interface OccupancyEvent {
    connections: number;
    presenceMembers: number;
}

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.