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

    Interface OccupancyEvent

    Represents an occupancy event.

    interface OccupancyEvent {
        occupancy: OccupancyData;
        type: Updated;
    }
    Index

    Properties

    Properties

    occupancy: OccupancyData

    The occupancy data.

    type: Updated

    The type of the occupancy event.