Discussions
Microphone only works on Edge when deprecation warning appears
8 months ago by Lucas Garcia
Hi everyone,
I'm seeing an issue on Microsoft Edge where the microphone only works when a deprecation warning shows in the console.
Here’s the warning:
"The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead."
This happens during the execution of startVoiceChat().
Without this warning, audio input doesn't work, and the app seems to hang when trying to capture voice.
Has anyone else experienced this? Any ideas on how to address it?
Thanks!