fmeringdal / nettu-meet

Open source video conferencing system for tutors.
GNU Affero General Public License v3.0
2.28k stars 286 forks source link

Play sound on different events #6

Open fmeringdal opened 3 years ago

fmeringdal commented 3 years ago

It would greatly improve the UX if the frontend played some kind of sound on events that happened in the meeting:

mayankbucha commented 3 years ago

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.

fmeringdal commented 3 years ago

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.

mayankbucha commented 3 years ago

Yes, I have installed WSL 2 and docker.

fmeringdal commented 3 years ago

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?

mayankbucha commented 3 years ago

While executing npm i, I am getting errors for clang-tools-prebuilt. Screenshot 2021-06-11 001159

fmeringdal commented 3 years ago

This looks like the command prompt. You need to run the commands in WSL

mayankbucha commented 3 years ago

After executing the command in WSL shell, I am facing these issues. Screenshot 2021-06-11 010223

fmeringdal commented 3 years ago

Yep, you ned to install npm on the new system. Try following this article.

mayankbucha commented 3 years ago

Hi, I have installed node and npm on wsl. When running npm start, I am getting bad variable name error: image

fmeringdal commented 3 years ago

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

mayankbucha commented 3 years ago

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. Screenshot 2021-06-13 182431

fmeringdal commented 3 years ago

Try to change MONGODB_NAME from test to nettu-meeting in your .env file