Skip to content

v0.1.0

Latest

Choose a tag to compare

@arvindrk arvindrk released this 03 Nov 20:04
· 2 commits to main since this release
e8d617f

Adds the voiceReconnectStorage option to the Vapi Widget with 2 options:

  • session (default): Useful for simple sites and single tab isolated conversations
  • cookies: Useful for complex sites, allowing sharing call id state between subdomains for seamless reconnection.

Adds new dependency for cookie management (js-cookie)

Fixes conflicting CSS injection