WebsiteBeaver / CordovaCall

Cordova CallKit & ConnectionService plugin for iOS/Android that displays the native call UI for VOIP apps
MIT License
196 stars 91 forks source link

Is it possible to have dtmf event on android phone #49

Closed arekfryz closed 6 years ago

arekfryz commented 6 years ago

Is it possible to trigger dtmf event on android phone like it does on iOS?

Thank you, Arek

D-Marc1 commented 6 years ago

Yes, but it's not currently implemented in this plugin.

arekfryz commented 6 years ago

@D-Marc1 If you are interested, I have pushed commit that exposes dtmf event in android. Also, call from recent/contacts/dialer was broken for me on Samsung phone and I added solution for it. DTMF added on outbound call only.

Here is link to my commit: https://github.com/remac/CordovaCall/commit/7b7d23fe63c4f86737f539c705c43cb833c88bae

D-Marc1 commented 6 years ago

Ya for sure, thank you! We're a bit busy currently, but we'll review it when we have a chance if you send a PR.