Skip to content
New issue

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

Start Call next-js-pager-router #114

Open
walter-grace opened this issue Nov 24, 2024 · 2 comments
Open

Start Call next-js-pager-router #114

walter-grace opened this issue Nov 24, 2024 · 2 comments

Comments

@walter-grace
Copy link

When running the template code the call feature doesnt work even with api keys:
Screenshot 2024-11-24 at 9 59 07 AM

Copy link

linear bot commented Nov 24, 2024

@adriangalilea
Copy link

When running the template code the call feature doesnt work even with api keys: Screenshot 2024-11-24 at 9 59 07 AM

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

Otherwise mic access will only work on production with a proper domain and https.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants