2

How to capture the key presses during a call. They way user navigates IVRs when they call an operator they press 1 or some other key to select language and so on. Is there a way to programtically capture these key presses?

Vivid ADev
  • 21
  • 1

1 Answers1

0

On the client side? No. There's no API for that. On the other side they obviously can. The only thing I could think of would be in you could record from the mic and do signal analysis looking for a dtmf tone, but my dialer has an option not to make beep noises when keys are pressed.

Gabe Sechan
  • 90,003
  • 9
  • 87
  • 127