Package-level declarations

Types

Link copied to clipboard
data class RoomAccountDataEvent(val roomId: String, val type: String, val content: Content)

This is a simplified Event with just a roomId, a type and a content. Currently used types are defined in RoomAccountDataTypes.

Link copied to clipboard

This service is attached to a single room.

Link copied to clipboard