Home / Companies / Vonage / Blog / May 2025

May 2025 Summaries

11 posts from Vonage

Filter
Month: Year:
Post Summaries Back to Blog
The blog post discusses the threat of SIM swap fraud, where criminals manipulate mobile providers to transfer a victim's phone number to a SIM card they control, allowing them to bypass two-factor authentication and access sensitive accounts. This kind of attack can lead to significant issues such as social media account takeovers, data breaches, identity theft, cryptocurrency theft, and banking fraud, resulting in financial losses and reputational damage. The post highlights the Vonage SIM Swap API as a solution to mitigate these risks by programmatically checking if a SIM card has been recently changed, thereby enhancing security for sensitive operations like logins and financial transactions. It suggests integrating this API to add a protective layer against SIM swap fraud and encourages engagement with the developer community for ongoing updates and solutions.
May 29, 2025 1,289 words in the original blog post.
JavaScript has become an essential programming language for web application developers, evolving significantly since its inception. Its ecosystem has expanded from basic libraries like jQuery, which still holds a significant market share, to complex frameworks such as Vue and React. Node.js, introduced by Ryan Dahl, revolutionized the use of JavaScript on servers by utilizing Google’s V8 engine, leading to the creation of package management tools like npm and Yarn. The introduction of ECMAScript Modules (ESM) and the rise of TypeScript by Microsoft addressed the need for a modular and strongly-typed system. Tools like Webpack, Vite, and new server-side runtimes like Deno and Bun.sh have further enriched the JavaScript landscape, offering developers a plethora of choices for building scalable and efficient applications. Despite the abundance of tools, the decision of which to use remains subjective, as the best choice depends on specific project requirements and personal preferences.
May 28, 2025 1,876 words in the original blog post.
The tutorial explores how to use the Vonage Messages API in a Node.js application to send and receive Rich Communication Services (RCS) suggested replies, enhancing user interaction by offering predefined response options within messages. As an upgrade to SMS, RCS provides a richer, more interactive experience with features like images, videos, and file sharing, which are increasingly being supported worldwide on both Android and iOS. The tutorial explains the setup process, including prerequisites like having Node.js, ngrok, and a Vonage API account, and guides users through configuring their environment, setting up a Node.js project, and implementing Express server endpoints for sending and handling RCS messages and replies. The guide concludes with testing the application using tools like Postman or cURL and highlights additional RCS features such as rich cards and message statuses, encouraging developers to explore these functionalities further.
May 27, 2025 1,839 words in the original blog post.
The tutorial provides a comprehensive guide on implementing Rich Communication Services (RCS) suggested replies using the Vonage Messages API in a Ruby on Rails application. RCS is positioned as an advanced iteration of SMS, offering richer interactions through features like images, videos, file sharing, and interactive reply buttons within a user's default messaging app. As RCS gains global traction on Android and iOS, developers are encouraged to explore its capabilities. The tutorial details the setup process, including prerequisites like Ruby on Rails, ngrok, and a Vonage API account, and walks through creating a new Rails project, integrating the Vonage SDK, and using ActiveRecord to manage RCS messages as JSON objects. It explains setting up a controller and routes, creating a Vonage application, and initializing the Vonage Ruby client, culminating in a step-by-step method for sending RCS messages with dynamic, user-friendly interfaces. The tutorial also addresses constructing and delivering RCS messages, leveraging the Ruby SDK's abstraction of the Messages API, and hints at future capabilities like receiving RCS replies and tracking message delivery, encouraging developers to engage with the Vonage community for further exploration and support.
May 22, 2025 2,627 words in the original blog post.
Amanda Cavallaro's tutorial provides a comprehensive guide on setting up a call between two phone numbers using the Vonage Voice API and Node.js, with the ability to connect a third phone number to the ongoing call via NCCOs. The tutorial emphasizes the need for prerequisites such as a Vonage API account, Node.js, npm, and Ngrok for secure tunneling, and guides users through steps including creating a Vonage Voice application, purchasing and linking a virtual number, and configuring webhooks. The tutorial details the server-side code implementation, which involves setting up Express to handle HTTP requests, verifying JWTs for call authentication, and using NCCO actions for call control. Additionally, it covers handling Vonage call events and concludes with a section encouraging engagement with the Vonage developer community through various platforms.
May 20, 2025 1,625 words in the original blog post.
Chris Tankersley, the Developer Relations Tooling Manager, leads a team dedicated to creating popular developer tools and has over 15 years of programming experience across various domains. Vonage's ongoing webinar series, Knowledge Quest, covers developer-focused topics, including a sub-track dedicated to the Vonage Video API due to its popularity. The series provides quick-start tutorials, hands-on sessions, and best practices for the Vonage Video API, addressing common developer queries and facilitating platform migrations from Twilio Programmable Video. Upcoming sessions focus on improving video quality and exploring remote monitoring capabilities, with events being accessible live on CrowdCast and YouTube, as well as on demand. Participants are encouraged to sign up for a free Vonage Developer Account to maximize their experience, and they can stay updated on events through the Vonage Community Slack, X, and the Developer Hub.
May 15, 2025 747 words in the original blog post.
Max Chambers, a seasoned community manager with over a decade of experience, has joined the Developer Relations team, bringing his expertise in fostering developer communities and bridging the gap between users and product teams. Originally from London and now residing in Wilmington, North Carolina, Max has a passion for connecting people and creating inclusive spaces for idea sharing, which he has demonstrated through leading global developer programs, organizing events, and launching feedback platforms. He is enthusiastic about his new role and is committed to supporting the developer community by ensuring that everyone feels welcome and empowered to contribute, all while balancing his life with his family and energetic golden retriever, Sadie.
May 14, 2025 524 words in the original blog post.
The latest release of the Vonage Video API, version 2.30.0, introduces significant enhancements aimed at improving video communication through enhanced security, performance, and flexibility across various platforms. Key features include the expansion of End-to-End Encryption (E2EE) support to WebKit-based browsers, which ensures a secure communication channel by encrypting data directly on the sender's device until it reaches the recipient. Additionally, the update includes improvements to the VP9 video codec, offering better compression and video quality, and the introduction of Session Migration, which helps maintain uninterrupted communication during server rotations by seamlessly transferring session participants to new servers. These updates are designed to empower developers to build more secure and reliable video applications across web, iOS, Android, Windows, macOS, and Linux platforms, with comprehensive documentation and support available to assist in implementation.
May 13, 2025 972 words in the original blog post.
Alexandra Williams, a Video Content Developer Advocate at Vonage, brings over seven years of software engineering experience to her role, having previously worked with companies like Venmo and Bloomberg. Residing in New York City but originally from Massachusetts, she earned her degree in Engineering Science from Smith College and has since transitioned from manufacturing process engineering to a focus on backend software engineering. Passionate about video creation, 3D modeling, and graphic design, Alexandra is eager to combine her creative interests and engineering background at Vonage, while also enjoying activities like traveling to over 20 countries, playing tennis, and exploring YouTube content.
May 08, 2025 330 words in the original blog post.
Amanda Cavallaro, a Developer Advocate, presents a series of byte-sized videos designed to help developers understand and utilize Vonage Network APIs, which offer advanced network functionalities beyond traditional SMS and voice services. These APIs, accessible through a secure environment called the Network APIs Playground, require pre-registration and approval from Communication Service Providers but allow developers to explore features like the SIM Swap API, which helps prevent SIM swap fraud by detecting unauthorized SIM card changes. The videos also delve into the future of Network APIs in the context of 5G, highlighting the technology's potential to unlock new capabilities for developers and consumers. To stay engaged, developers are encouraged to join the Vonage community on various platforms, including Slack, X, and LinkedIn, to share progress and stay updated with the latest news, tutorials, and events.
May 07, 2025 602 words in the original blog post.
As of the first quarter of 2025, Vonage has introduced several updates to enhance developer tools and SDKs, including a major update to the Vonage CLI that offers improved command usability and API support, and new client libraries for Android and iOS that streamline API calls over mobile data. The video technology has seen advancements with the public beta release of the VP9 SVC codec for improved video streaming on lower bandwidths, and an updated version of the Vonage Video API SDK (v2.29) providing better performance and error handling. Security enhancements include the addition of Time-based One-Time Passwords (TOTP) for two-factor authentication, while the Number Insight API has been refined by removing redundant attributes to increase efficiency. These developments aim to provide a smoother, more reliable experience for developers and users, with ongoing communication encouraged through the Vonage Community Slack and VonageDev on X.
May 06, 2025 632 words in the original blog post.