How to get callID from https://github.com/VapiAI/html-script-tag implementation?

I'm wanting to get a unique identifier for the call which could be stored within user's web session. My intent is to have the voice agent call a function on my server, and after performing some actions, to in turn return data back to the web application (but is intended only for the particular user's session). I don't see a way to get the callID from this JS implementation. Advice?
Was this page helpful?