Hey everyone, new here 👋 . I have a question on getting call summaries. Right after a call, I want to get the call summary and transcripts.
It seems that I need the call ID to be able to match calls & users with the right server event on a server URL. However, I'm currently using the client SDK don't see a way of retrieving call ID based on the client SDK (
https://docs.vapi.ai/sdk/web), does this mean the only option is to use server API instead (
https://docs.vapi.ai/api-reference/calls/create) as there response comes with the call ID?
thanks!