We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running the template code the call feature doesnt work even with api keys:
The text was updated successfully, but these errors were encountered:
HUME-8628 Start Call next-js-pager-router
Sorry, something went wrong.
Is this localhost?
If that's the case has nothing to do with hume, microphone access can't be granted on localhost nor http.
One has to use nextjs with:
sudo pnpm next dev --experimental-https
And be able to visit localhost with a domain, like redirecting in hosts, example: echo "127.0.0.1 dev.local" | sudo tee -a /etc/hosts
echo "127.0.0.1 dev.local" | sudo tee -a /etc/hosts
Otherwise mic access will only work on production with a proper domain and https.
No branches or pull requests
When running the template code the call feature doesnt work even with api keys:

The text was updated successfully, but these errors were encountered: