How do I make use of server sdk for hooking up frontend to backend?
I understand that on the web sdk it is vapi.start() and later on listen to events.
WIth server sdk it is const call= client.calls.create()
This is a start, but what happens next? I don't understand how to glue these 2 together