I have two active calls:
- Incoming, interacting in an IVR app
- Outgoing, interacting in an IVR app
I want to be able to tell the api to connect the two of them.
Option A - I can do it with a conference room, but then I'm paying extra fees for the room when I only need 2 participants.
Option B - I can do it by enqueueing call #1, then having call #2 dial the queue. But this seem impercise, and there is some extra complication when dealing with the queue.
Is there an Option C where I can call the API and direct it to connect the two calls?