Implement creating spaces

This commit is contained in:
Tobias Fella
2023-06-08 20:05:53 +00:00
parent 22694fe5e4
commit 72c85af407
6 changed files with 94 additions and 2 deletions

View File

@@ -159,6 +159,11 @@ public:
*/
Q_INVOKABLE void createRoom(const QString &name, const QString &topic);
/**
* @brief Create new space.
*/
Q_INVOKABLE void createSpace(const QString &name, const QString &topic);
/**
* @brief Join a room.
*/