Dtmf or button press API
I'm curious to know if there is an API available for sending DTMF tones or button presses during an active call. I couldn't find it during my brief search here.
Hi @mark05e the current version doesn't provide the API. It is a great point. Let me add it into our backlog.
If you want to dial a number with extension number, you can try "start call" api with those phone number format: https://ringcentral.github.io/ringcentral-embeddable/docs/integration/api/#open-the-dialer-and-start-a-call RCAdapter.clickToCall('MAIN_NUMBER*EXTENSION_NUMBER')
Got it. My use case is to enter account identifiers (5-20 digits) after a call is placed into an IVR and usually occurs after some navigation into the IVR.
Added a API to send DTMF: https://ringcentral.github.io/ringcentral-embeddable/docs/integration/api/#send-dtmf
Closed by inactive. Feel free to reopen it