RoomStatusChange

Represents a change in the status of the room. (CHA-RS4)

Not suitable for inheritance

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

Properties

Link copied to clipboard
abstract val current: RoomStatus

The new status of the room.

Link copied to clipboard
abstract val error: ErrorInfo?

An error that provides a reason why the room has entered the new status, if applicable.

Link copied to clipboard
abstract val previous: RoomStatus

The previous status of the room.