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.

Publish this branch
This branch is in draft mode, publish it to be able to merge.

Sign up or log in to comment