nettu-meet icon indicating copy to clipboard operation
nettu-meet copied to clipboard

Play sound on different events

Open fmeringdal opened this issue 3 years ago • 12 comments

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

fmeringdal avatar May 31 '21 21:05 fmeringdal

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.

mayankbucha avatar Jun 10 '21 18:06 mayankbucha

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.

fmeringdal avatar Jun 10 '21 18:06 fmeringdal

Yes, I have installed WSL 2 and docker.

mayankbucha avatar Jun 10 '21 18:06 mayankbucha

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?

fmeringdal avatar Jun 10 '21 18:06 fmeringdal

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

mayankbucha avatar Jun 10 '21 18:06 mayankbucha

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

fmeringdal avatar Jun 10 '21 18:06 fmeringdal

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

mayankbucha avatar Jun 10 '21 19:06 mayankbucha

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

fmeringdal avatar Jun 10 '21 19:06 fmeringdal

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

mayankbucha avatar Jun 11 '21 17:06 mayankbucha

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

fmeringdal avatar Jun 11 '21 21:06 fmeringdal

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

mayankbucha avatar Jun 15 '21 20:06 mayankbucha

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

fmeringdal avatar Jun 17 '21 10:06 fmeringdal