The minimal Twilio REST surface RealTwilioBindings drives — just the two calls we need:
calls.create(...) (outbound dial) and calls(sid).update(...) (hangup / transfer / DTMF). A
production wiring implements this over twilio(accountSid, authToken).calls; tests inject a fake.
The minimal Twilio REST surface RealTwilioBindings drives — just the two calls we need:
calls.create(...)(outbound dial) andcalls(sid).update(...)(hangup / transfer / DTMF). A production wiring implements this overtwilio(accountSid, authToken).calls; tests inject a fake.