Reputation: 89
I am developing an App and I am using Sinch. What I am trying to do is making a Call and add the feature to show a dial and dial numbers during a call. I can't find any documentation or reference about that on Sinch.com Is anybody work with that?
Upvotes: 0
Views: 110
Reputation: 15
You can send DTMF tones during a call using the sendDTMF(String keys)
on the call. See more here - https://download.sinch.com/docs/android/latest/reference/index.html?com/sinch/android/rtc/SinchClient.html
Upvotes: 1