Web template with voice
# support
t
Hello Vapi Team, I was wondering if there's a template available that, next to chat messages, has an option to conduct voice calls via the web? Cheers
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
Yes, you can easily add both chat and voice call functionality to your website using the Vapi Web Widget. Just add the following snippet to your HTML, replacing the placeholders with your actual keys:
Copy code
html
<script src="https://unpkg.com/@vapi-ai/client-sdk-react/dist/embed/widget.umd.js" async type="text/javascript"></script>
<vapi-widget
  public-key="your-public-key"
  assistant-id="your-assistant-id"
  mode="chat"
  theme="light"
></vapi-widget>
This widget supports both chat messages and voice calls out of the box. For more details, see the [Web Widget Guide](https://docs.vapi.ai/chat/web-widget). Source: - [Web Widget Guide](https://docs.vapi.ai/chat/web-widget)
2 Views