twilio / voice-quickstart-android

Quickstart app for the Voice Android SDK
https://www.twilio.com/docs/api/voice-sdk/android/getting-started
MIT License
184 stars 140 forks source link

Ways to send DTMF Signal using android sdk #548

Closed morhodesly closed 1 year ago

morhodesly commented 1 year ago

I am trying to implement DTMF in my VoIP app. I need help how to implement it?

kbagchiGWC commented 1 year ago

@morhodesly1993

You can use Call.sendDigits(...) API to send DTMF.

morhodesly commented 1 year ago

@kbagchiGWC do you know any tools to test the DTMF digits?

kfatehi commented 1 year ago

@morhodesly1993 use https://testcall.com/

morhodesly commented 1 year ago

@kfatehi thanks