nettu-meet
nettu-meet copied to clipboard
Play sound on different events
It would greatly improve the UX if the frontend played some kind of sound on events that happened in the meeting:
- Participant joined (if number of participants is less than 5)
- Chat message received
- File uploaded
- Etc
Hi @fmeringdal, I would like to solve this issue. I have windows 10 OS, therefore, using Docker to build and run the project. As, I am new to docker, so can you please provide the required steps to setup and run the application.
Hi @mayankbucha ! That would be great. First of all, are you be able to install WSL (windows subsystem for linux)? That would make the development on this project much smoother.
Yes, I have installed WSL 2 and docker.
Great! Have you tried to run the commands specified in the README for how to setup this project? Is that working for you, or did you get any errors?
While executing npm i, I am getting errors for clang-tools-prebuilt.
This looks like the command prompt. You need to run the commands in WSL
After executing the command in WSL shell, I am facing these issues.
Yep, you ned to install npm
on the new system. Try following this article.
Hi, I have installed node and npm on wsl. When running npm start, I am getting bad variable name error:
Hi,
It is very difficult for me to know why this fails on WSL
as I don't use it and can't test it. If the problem persists I suggest adding all the variables in the .env
file to your environment variables either manually or through a powershell script and then run ./node_modules/.bin/ts-node-dev src/index.ts
Hi @fmeringdal, I have managed to run the mediasoup and Redis server. But, while running MongoDB, I am facing issues. So, do I need to configure MongoDB for nettu-meet in wsl.
Try to change MONGODB_NAME
from test
to nettu-meeting
in your .env
file