I am working on deploying a feature in our VAPI agent to handle multiple calls simultaneously. I would like to describe this feature using the following example:
Imagine our VAPI agent is calling both Person A and Person B regarding a single incident. Person A asks the agent whether any other person has been called. The agent should be able to mention the call to Person B. Additionally, if Person A inquires about whether Person B answered the phone, the agent should be able to respond accordingly.
Furthermore, if Person A says, "Let Person B know that I am acting blah blah," the agent should be able to relay this message to Person B.
I know we can do some stuff by Squad but the example in the docs is not that much close to my use case