PeterNerlich / live_transcript

0 stars 0 forks source link

SpeechToText API needs https to allow microphone access #14

Open PeterNerlich opened 3 months ago

PeterNerlich commented 3 months ago

Chromium apparently only asks for microphone permissions on HTTPS connections. This is a problem if running in a local proxy context that doesn't break the TLS connection but serves over HTTP.

If microphone access was denied, check if we're running over HTTP and redirect to a known fallback domain.