Vonage API client for Node.js. API support for SMS, Voice, Text-to-Speech, Numbers, Verify (2FA) and more.
The Vonage Business Cloud Account API enables you to retrieve information about accounts. Your application must subscrib
The Vonage Business Cloud Extension API enables you to retrieve information about extensions. Your application must subs
The Vonage Business Cloud Reports API enables you to retrieve call logs for your account. Your application must subscrib
The Vonage Business Cloud User API enables you to retrieve information about users. Your application must subscribe to t
The Vonage Integration Suite API enables call control and webhooks for call events. Your application must subscribe to t
This release adds support for the Identity Insights API, RCS suggestions in the Messages API, and the next workflow support for the Verify API. The `g…
This is a small fix to the voice package to add in missing NCCO classes from the export. ** Fixes ** - Video package missing exports for NCCO …
This fixes a critical issue where ESM and CJS Modules are not loading. ** Fixes ** - Critical bug where ESM and CJS files were not built correc…
This addresses some mismatched version numbers
Improved ESM and CJS module builds, added RCS workflow, and fixed typo in `initiateSIPCall` method name in the Video SDK. ### Changelog **Build:…
Added a deprecation warning for `disconnectWebsocket` **Added** - fix(video): Deprecate disconnectWebsocket by @dragonmantank in https://github.…
This release updates the transcription properties for the Video SDK. **Fixes** * Adjusted `BaseArchiveOptions` type in `ArchiveOptions.ts`, specif…
Minor fix for the server-client not appending the user agent to the request. **Fixed** - Server client now appends to the user-agent header *…