-
Notifications
You must be signed in to change notification settings - Fork 253
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
Cannot start or accept audio calls #3653
Comments
Having a similar issue on Windows 10 with WSL. Here's the some log output that might be useful.
|
This looks similarly related to issue #3028. Following steps from there I determined that I could not run the packaged electron in my WSL environment. I had to install the additional dependencies like so:
at which point I was able to run electron and begin a audio call! EDIT. I was able to begin a call but there's no recognized sound devices. Will have to investigate further if WSL can access sound devices or not. |
Looks like there's not native sound support on WSL. There is a work around though. Enable audio in WSL Verify Audio Devices After rebooting my WSL instance I was able to see audio devices in LiveShare and successfully do an audio call (to myself). |
Closing this as a duplicate of #3359. |
When i try to start an audio call, nothing happens: the small spinner spins for one second and then nothing happens. Similarly, when someone sends me an audio call request, when i click on join nothing happens.
I use vscode on wsl and this is the configuration
I've tried to export the log but
Live share: Export logs
creates an empty file.In the previous case, both computers run vscode on wsl. However, when i try to reproduce it using a virtual machine running debian and the last version of vscode, if vscode on debian starts the call, the caller pops up in the list but not the receiver. If vscode on windows (wsl) calls first, nothing happens as above.
The text was updated successfully, but these errors were encountered: