peekRoom

abstract suspend fun peekRoom(roomIdOrAlias: String): PeekResult

Use this if you want to get information from a room that you are not yet in (or invited). It might be possible to get some information on this room if it is public or if guest access is allowed. This call will try to gather some information on this room, but it could fail and get nothing more.