You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using with the Voice SDK, e.g. transferCallWithNCCO, the call should listen for DTMF tones and digits should be sent one at a time to the event webhook in real time
Actual Behavior
TypeScript build fails with this error: Object literal may only specify known properties, and 'mode' does not exist in type 'InputAction'
The text was updated successfully, but these errors were encountered:
Node Version
20.x
Platform
Linux
SDK Version
3.x
Code Sample
Expected Behavior
When using with the Voice SDK, e.g.
transferCallWithNCCO
, the call should listen for DTMF tones and digits should be sent one at a time to the event webhook in real timeActual Behavior
TypeScript build fails with this error:
Object literal may only specify known properties, and 'mode' does not exist in type 'InputAction'
The text was updated successfully, but these errors were encountered: