In Twilio, when creating an outbound Call
we don't have ability to add third person later. But we can do it when using a Conference
. Calls are a bit cheaper than conferences. So it looks strange, why should anyone bother with creating outbound Call
s and not start Conference
directly?
To summarize: is there any advantage of using Call
vs Conference
for "regular" (two person) outbound calls? Besides small cost factor.