-
The AngelScript API (what is used by the scripts) needs to be significantly overhauled since it is currently just a prototype. The idea suggested to me was to make the system usable as a basic chat r…
-
News user registerd via restapi Not possible Subscriptions or join room. not get getChatHistory. But it work Default main room but not work other Channel creted by admin.. If that user join using bro…
-
**Describe the solution you'd like**
It would be great, if user in breakout rooms have a button and/or an option to contact the moderator. So if they click that button the moderator gets a popup info…
-
When there are too many rooms, the list does not scroll in the list search. This means that some rooms cannot be joined as they cannot be clicked. This is an issue related to Vue Material UI, and need…
-
I have some small questions on how to contribute to this software.
Is there any official way to talk to the devs (you?)?
I do see some part in refactoring that I could do, but I would like to talk a…
-
**Is your feature request related to a problem? Please describe.**
Currently the room urls can only be the automatically created ids, like in `pilos-instance.com/rooms/hke-9cp-5z2`
**Describe the …
-
When starting a thread with Baibot, it seems the Baibot doesn't recognize multiple participants in the thread.
He always answers to the thread opener.
**John**:
> !bai - kannst du dir dinge mer…
-
```js
export function loadRooms() {
return async (dispatch) => {
try {
const rooms = await getRooms();
dispatch(setRooms(rooms));
} catch (error) {
alert(error);
…
-
returns array of objects, each object is a sub location with fields like current capacity, total capacity
-
## room
SELECT `id`, `name`, `canvas_width`, `canvas_height`, `created_at`
FROM `rooms`
WHERE `id` = ?
INSERT INTO `rooms`
(`name`, `canvas_w…