OccupancyEvent

interface OccupancyEvent

Represents the occupancy event.

(CHA-O2)

Not suitable for inheritance

This interface is not designed for implementation or extension outside this SDK. The interface definition may evolve over time with additional properties or methods to support new features, which could break implementations.

Properties

Link copied to clipboard
abstract val occupancy: OccupancyData

Represents data about the occupancy of a chat room, including connection and presence details.

Link copied to clipboard
abstract val type: OccupancyEventType

Defines the type of the occupancy event, represented by an instance of OccupancyEventType.