TwilioDevEd / browser-dialer-vue

A browser-based dialer interface powered by Vue.js and Twilio Client
https://www.twilio.com/docs/tutorials/walkthrough/browser-dialer/node/vue
MIT License
27 stars 19 forks source link

recording #9

Open colombo79 opened 5 years ago

colombo79 commented 5 years ago

great app, it works great!

Is it possible also to record the calls ?

If it's possible, how can I do it?

thanks

gbshahaq commented 4 years ago

record is an attribute of the Dial Twiml verb. Simply add this to your voiceResponse.dial section of index.js to record both sides of the entire call.

record: 'record-from-ringing-dual'

More here: https://www.twilio.com/docs/voice/twiml/dial#record