getRoomSummary

abstract fun getRoomSummary(roomIdOrAlias: String): RoomSummary?

Get a roomSummary from a roomId or a room alias.

Return

a matching room summary or null

Parameters

roomIdOrAlias

the roomId or the alias of a room to look for.