Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Play sound on different events #6

Open
fmeringdal opened this issue May 31, 2021 · 12 comments
Open

Play sound on different events #6

fmeringdal opened this issue May 31, 2021 · 12 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@fmeringdal
Copy link
Owner

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 fmeringdal added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels May 31, 2021
@fmeringdal fmeringdal changed the title Sound on different events Play sound on different events May 31, 2021
@mayankbucha
Copy link

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
Copy link
Owner Author

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
Copy link

Yes, I have installed WSL 2 and docker.

@fmeringdal
Copy link
Owner Author

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
Copy link

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

@fmeringdal
Copy link
Owner Author

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

@mayankbucha
Copy link

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

@fmeringdal
Copy link
Owner Author

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

@mayankbucha
Copy link

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

@fmeringdal
Copy link
Owner Author

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
Copy link

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
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants