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

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -