Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

Does not work #1

Open
ansh opened this issue Mar 4, 2023 · 1 comment
Open

Does not work #1

ansh opened this issue Mar 4, 2023 · 1 comment

Comments

@ansh
Copy link

ansh commented Mar 4, 2023

Demo does not work. The screen always has a cancelled microphone.

@bainingjie
Copy link

If you're experiencing issues with the client-side application, it's worth checking the developer console for any error messages. One common issue you might encounter is a "WebSocket connection failed" error.

In such cases, it's helpful to investigate the WebSocket connection on the backend using the wscat command. This command-line utility allows you to establish a WebSocket connection and test the communication between the client and the server.

It's important to note that if you're running wscat on a Windows machine, you might encounter a security-related error due to PowerShell's execution policy. To resolve this, you can run the following command in PowerShell with administrative privileges:
Set-ExecutionPolicy RemoteSigned
This command changes the execution policy to allow running locally created scripts without requiring digital signatures, while still enforcing signature requirements for scripts downloaded from the internet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants