getLocalRoomSummaryLive

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

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