Namita Prince
04/30/2025, 9:56 AMVapi Support Bot
04/30/2025, 9:57 AMnpm install @vapi-ai/web
You can create a call button that connects to your Vapi assistant using:
javascript
import Vapi from "@vapi-ai/web";
const vapi = new Vapi("your-public-key");
// Call button handler
const handleCall = async () => {
await vapi.start("your-assistant-id");
};
For your specific needs, could you share what functionality you're planning to implement with the call button? This would help determine if the free version's limitations (which includes up to 10 concurrent calls on Pay-As-You-Go) would affect your implementation.
Sources:
- [Vapi Web SDK Documentation](https://docs.vapi.ai/quickstart/web)
- [Vapi SDK Documentation](https://docs.vapi.ai/sdk/web)
- [Vapi Server SDKs](https://docs.vapi.ai/server-sdks)Namita Prince
04/30/2025, 10:05 AMEMMANUEL
04/30/2025, 10:09 AMNamita Prince
04/30/2025, 10:14 AMKings_big💫
04/30/2025, 10:59 AMNamita Prince
05/01/2025, 7:38 AMEMMANUEL
05/03/2025, 11:02 AMVapi
05/05/2025, 9:58 PM