-1

I'm currently consuming Twilio from the JavaScript SDK on the frontend and the Twilio TwiML NodeJS library.

I've been looking for a way of avoiding the HANGUP tone at the end of voice calls. Even changing it to a better sound would work for me. Do you guys have any idea if this can be done?

1 Answers1

1

Dude, google and read the docs.

The device sounds can be set using the deviceOptions.sounds properties.

If you are using version 1, the options can be found here.

gapsf
  • 634
  • 4
  • 8
  • Yeah, that should do the trick. Somehow I did not arrive to those docs in my two months of working with Twilio. And here's the link to the v2 API https://www.twilio.com/docs/voice/sdks/javascript/twiliodevice#deviceoptions – Joaquín Zapata Sep 02 '22 at 19:00