getRoomSummaryLive

abstract fun getRoomSummaryLive(): LiveData<Optional<RoomSummary>>

A live RoomSummary associated with the room. You can observe this summary to get dynamic data from this room.