RoomStatusChange

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

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.