Open ambiSk opened 2 months ago
Upvoting this issue. I'm not sure why but this only works with localhost deployment. when it comes to actual deployment I somehow cannot click the mic.
for mic usage you have to deploy over https if host is not localhost, you can create a self signed cert for private ip testing and install that cert on the testing machine to get the browser more relaxed on security blockings
Describe the bug I have been trying out audio ai from chainlit-cookbook/Audio-Assistant. I tried hosting it on localhost and also through HTTP protocol on a linux server. But I am getting undefined
userMedia
in my console logs, and Microphone doesn't shows up to record.To Reproduce Run chainlit-cookbook/Audio-Assistant on linux server with OAuth enabled, and configured nginx to forward to certain domain.
P
userMedia
isundefined
Expected behavior Asks for permission to use Microphone on this site and starts recording
Desktop (please complete the following information):