getLocalRoomSummaryLive

abstract fun getLocalRoomSummaryLive(roomId: String): LiveData<Optional<LocalRoomSummary>>

A live LocalRoomSummary associated with the room with id roomId. You can observe this summary to get dynamic data from this room, even if the room is not joined yet