get Room Summary Live
abstract fun getRoomSummaryLive(roomId: String): LiveData<Optional<RoomSummary>>
Content copied to clipboard
A live RoomSummary 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