Skip to content

Investigate and fix mic mute issue #76

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

louisjoecodes
Copy link
Collaborator

Fixes microphone appearing muted in the UI due to a race condition during initialization.

A previous performance optimization changed microphone enabling to a fire-and-forget task, leading to a race condition where the UI's isMuted state was set before the microphone was actually enabled. This PR ensures the microphone enabling is awaited and the initial UI state is correctly synchronized.


Open in Cursor Open in Web

Learn more about Cursor Agents

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

Successfully merging this pull request may close these issues.

2 participants