Spaces:
Paused
Paused
Fix chat mic button: getUserMedia before any async call
#10
by bep40 - opened
Fix: Move getUserMedia() call to execute synchronously before awaits in chatMicBtn click handler. Browser requires user activation for mic access, and awaiting endSession() loses that activation context.