Join Discord
Powered by
<@838137283894575145> I found out how to get the c...
# feature-requests
m
mattyp
11/13/2024, 7:28 PM
@nearLucid
I found out how to get the client-side call ID; it's just not obvious or documented anywhere: Use
await vapi.start(assistantId, config)
- it returns an object once the call starts and the promise resolves. The object includes the call ID and other info about the call.
Previous
Next