When building a UI that lists the available rooms it would be helpful to have data about when the room was created. For my specific use case, I would use this data (ideally a UNIX timestamp) to sort the list of rooms.
From what I can tell, this information is not currently available. As a work around, I could envision storing the timestamp as as KV pair when creating the room, but this is of course subject to clients being malicious, so less ideal.
Please let me know if I am missing something obvious. Thanks .
Hey Kevin, as a bonus we’ve also updated the Rooms article in our docs (it now has a screenshot of the UI as well as a more clear list of what’s shown). Hope it helps!