rooms

Attributes

Name Type Description Readonly
id string
closed OffsetDateTime Close time. Is null if the room is open otherwise timestamp when is was closed.
created OffsetDateTime Creation time.
joinable boolean Defines whether the user is allowed to join the room or not. Based on the list of existing members.
name string
type Enum<room-type>

Relationships

Name Type Description
creator users User who created the room.
events List < events > Events in the room.
livechat livechats
members List < users > Collection of members.
parent rooms Parent of the room. Can be null.
state states State of the room.
tags List < Tag > Collection of tags.