Hey! Anyone able to help with the web
# general-english
a
Hey! Anyone able to help with the web SDK media device selection? Couldn't find any mention in the docs for letting user select which input/output device to use. Currently ignores headphones and default to speaker phone on my phone. Using on a nextjs project. Any help would be appreciated!
k
The Vapi Web SDK doesn’t currently support selecting input/output devices, but you can use the browser’s MediaDevices API to list and select devices. However, integrating a custom media stream with Vapi isn’t officially supported yet.
2 Views