Room
Rooms are the locations for talks, that is, a lecture has an optional roomId
field corresponding to the location of the lecture.
Room Data
capacity
(optional integer): is the maximum occupancy of the locationcolor
(optional string): a HTML color code for the locationmtime
(integer): is the last modification time of the recordname
(translated text): is the translated text name of the locationorder
(integer): is a sort key for ordering the rooms whenever a list of rooms is presented in the UIroomId
(identifier): is the ID of the room
Last updated
Was this helpful?