Understand the legs/parent/child of a Twilio call -
how differentiate caller , callee on twilio call?
is why there's parent call , child call each call that's made?
also if merge 2 persons conference room, how differentiate who?
i need in order build hold feature, move each leg of call different conference rooms.
thanks,
the caller , callee differentiated on callback parameters $_request['callfrom']
caller , $_request['callto']
callee. child calls happen if use <dial>
verb on started call; making started call parent of child call using <dial>
you can identify each party in conference callsid https://www.twilio.com/docs/api/twiml/conference
i recommend read of documentation on above referenced link of answers questions can found there.
Comments
Post a Comment