get Room Summaries Live
abstract fun getRoomSummariesLive(queryParams: RoomSummaryQueryParams, sortOrder: RoomSortOrder = RoomSortOrder.ACTIVITY): LiveData<List<RoomSummary>>
Content copied to clipboard
Get a live list of room summaries. This list is refreshed as soon as the data changes.
Return
the LiveData of ListRoomSummary