antiboredom / zoom-escaper

a simple tool to help you escape zoom meetings by making your presence unbearable to others
https://zoomescaper.com
Other
197 stars 13 forks source link

mic not detected when download the source code (Solved) #5

Closed aviv926 closed 3 years ago

aviv926 commented 3 years ago

Hello, I downloaded the source file to my computer, I ran the index.html file, he uploaded the site but he is unable to load the devices on my computer even though the site has access. I tried to open with Microsoft Edge but it still did not introduce my voice / microphone devices

show this image: image

antiboredom commented 3 years ago

Hi - unfortunately you can't run the site by opening up the index as a file. If you want to run it locally rather than through zoomescaper.com you need to set up a static web server on your computer.

aviv926 commented 3 years ago

I succeeded Thanks! Anyone who wants to know how I succeeded I leave a short guide:

Download Visual Studio Code And after the installation, right-click on the folder we extracted and open it with Visual Studio Code image

In the software you install the live srever plugin you can do it using a keyboard shortcut (ctrl shift x)

This is the ID of the plugin: ritwickdey.liveserver

Then in the Visual Studio Code software go to the index.html file and right click on an empty space and click on Run via live server

image