getRoomSummariesLive

abstract fun getRoomSummariesLive(queryParams: RoomSummaryQueryParams, sortOrder: RoomSortOrder = RoomSortOrder.ACTIVITY): LiveData<List<RoomSummary>>

Get a live list of room summaries. This list is refreshed as soon as the data changes.

Return

the LiveData of ListRoomSummary