-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: phone endpoint should support dtmfAnswer
and onAnswer
#978
Comments
@nakaakist I will add |
@nakaakist I opened #979, which addresses the missing types. When I added |
@manchuck Following is the type error.
|
Thank you for that. I figured out why the test did not fail. Thanks for the help with that. Once the PR is approved I will cut a release |
This has been released with |
Node Version
20.x
Platform
Mac (Apple Silcon)
SDK Version
"@vonage/voice": "1.16.1"
Code Sample
Expected Behavior
The two examples provided include
dtmfAnswer
andonAnswer
(onAnswer
is only in NCCO) and should pass type checks. This is because these properties are documented in the official references: NCCO Reference and Voice API ReferenceActual Behavior
dtmfAnswer
andonAnswer
are not included in the type definitions, resulting in type errors.The text was updated successfully, but these errors were encountered: