Hello all,
Is it possible to start a streaming (real time) voice conversation with a VAPI assistant (with assistantOverridng variableValues) from backend using SDK; so that, I can separate the VAPI implementation from the frontend code. I already have a working prototype where I can have a streaming conversation with a VAPI assistant from the front-end.
Is it possible to implement it from the backend using SDK? Does VAPI API currently support it? If so, what is the endpoint URL to connect to VAPI assistant for real time, streaming voice conversation? What data should send in request body and in header in the request? Do I need to use websockets for this?
Thanks