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
fix: defer mic permission request until audioInput is enabled
Previously, refreshInputDevices and watchAudioInputDevices were called
on mount regardless of audioInput value, triggering mic permission
prompts. Now these only run when audioInput is true, allowing apps to
start in text-only mode without permission prompts.
Also made setAudioInput and setAudioOutput async to properly await
the underlying SDK methods.
0 commit comments