Is it possible to set parameters for the Twilio Client handler from the TwiML which initiates the call?
Similar to the way parameters can be set when starting a call by using: Twilio.Device.connect(params)
and then later be accessed in the Twilio.Device.disconnect
handlers conn.message
, but in my case I need to set the parameters in the TwiML which initiates the Twilio Client call and be able to retrieve them in the Twilio.Device.incoming
handler.