vonage-dotnet-sdk v5.4.0
1605191351000
Server SDK
DOTNET
Changes
New
- Adds the Async Pattern to the Vonage SDK. All methods that were synchronous have both a sync and async flavor. To use the async method simply add
Asyncto the end of the old method name - e.g.SendAnSmsAsync - Adds new APIs for making Phone calls with the Voice API, specifically
CreateCallhas two new overloads which support either two phone numbers (to and from) and an NCCO, or a to endpoint and from number and NCCO
Fixes
- Fix enumeration issue for Verify workflows
- Some minor null checking.
https://github.com/Vonage/vonage-dotnet-sdk/releases/tag/v5.4.0