how to send Dtmf tone programmatically during a live call in android?

前端 未结 1 939
闹比i
闹比i 2021-01-25 22:36

I Want to send DTMF Tones programmatically in my app. While searching i found a method

public void playDtmfTone (char digit)

Is th

相关标签:
1条回答
  • 2021-01-25 22:40

    There are the so called audio streams, and so there must be a way of playing tones over the AudioManager.STREAM_VOICE_CALL or AudioManager.STREAM_DTMF ones. Actually Skype does this.

    But what you can't do for sure is to play tones over a call made from other app.

    0 讨论(0)
提交回复
热议问题