UNPKG

webcall-widget

Version:

The Webcall Widget, easily embeddable in your website.

20 lines (15 loc) 551 B
# WebCall Widget Integration Easily embed the **WebCall widget** into your website and serve your clients with the best AI voice agent experience — in just minutes. ## 🚀 Quick Setup Getting started is simple. Add the following snippet to your website: ```html <!-- WebCall Widget --> <script src="https://unpkg.com/webcall-widget@0.1.7/dist/index.js" async type="text/javascript"> </script> <!-- Widget Instance --> <webcall-widget agent-id="your agent id"></webcall-widget> ``` Replace `your agent id` with the ID of your AI agent.