You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Demo does not work. The screen always has a cancelled microphone.
The text was updated successfully, but these errors were encountered: