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":99,
"color":"#123abc",
"mtime":1502884800000,
"name":{
"DE_DE":"Hilbertraum \u00e4\u00f6\u00fc\u00df",
"EN_US":"Hilbertspace \u00e4\u00f6\u00fc\u00df"
},
"order":2,
"roomId":"LwigI249nA0THrXyFX7I"
}
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?