get Room Count Live
abstract fun getRoomCountLive(queryParams: RoomSummaryQueryParams): LiveData<Int>
Content copied to clipboard
Return a LiveData on the number of rooms.
Parameters
query Params
parameters to query the room summaries. It can be use to keep only joined rooms, for instance.