get Local Room Summary Live
abstract fun getLocalRoomSummaryLive(roomId: String): LiveData<Optional<LocalRoomSummary>>
Content copied to clipboard
A live LocalRoomSummary associated with the room with id roomId. You can observe this summary to get dynamic data from this room, even if the room is not joined yet