Home / Companies / Vonage / Blog / December 2024

December 2024 Summaries

5 posts from Vonage

Filter
Month: Year:
Post Summaries Back to Blog
The Vonage Video API Reference App for React is an open-source, full-stack application designed to educate developers on integrating video functionalities within React applications using the Vonage Video Client SDK. Released under the Apache 2.0 License, the app offers comprehensive features such as multi-participant video calls, dynamic video quality adjustments, and a pre-meeting room setup, all aimed at enhancing the user experience in video communications. This reference app showcases best practices for both client-side and server-side implementations and allows for seamless deployment on various platforms, including on-premise and via the Vonage Code Hub. It encourages open-source collaboration by inviting developers to contribute to its GitHub repository and provides extensive documentation to facilitate customization and innovation in video-driven solutions for both entrepreneurs and enterprise developers.
Dec 19, 2024 1,250 words in the original blog post.
Amanda Cavallaro, a Developer Advocate, shares her experiences of attending tech conferences with her toddler, emphasizing the challenges and joys of combining professional commitments with parenting. She highlights the importance of organization, flexibility, and seeking assistance when needed, offering practical tips for traveling with a young child, such as managing luggage, navigating security, and maintaining routines amidst changing environments. Cavallaro underscores the need to check conference policies regarding children and stresses the value of networking opportunities, despite the constraints of attending with a toddler. Throughout her travels to various countries, she has encountered both welcoming and challenging situations, advocating for improved inclusivity at events. She shares personal anecdotes of managing conference presentations with her child in tow and emphasizes the importance of communication with event organizers and fellow attendees for a successful experience.
Dec 17, 2024 2,271 words in the original blog post.
At CityJS India 2024, Vonage introduced an innovative conference booth experience featuring a WhatsApp-powered charades game designed to engage attendees and promote its platform offerings. Attendees initiated the experience by scanning a QR code, which launched a WhatsApp Conversational AI agent guiding them through a charades game with categories like "Coding" and "Developer Life." Participants submitted photos, which were uploaded to the Vonage Developer Community Slack for voting, with the winner receiving an LED light-up backpack. The setup demonstrated the potential of interactive booth ideas to foster engagement and make a memorable impact at events. The game was built using Vonage's AI Studio low-code platform and involved a series of steps, including setting up WhatsApp chatbots, confirming user details, and integrating submissions into Slack and social media. While the game was a success with multiple user submissions and social media interactions, the team identified areas for improvement, such as simplifying prompts and QR code usage for future events.
Dec 10, 2024 2,022 words in the original blog post.
This tutorial demonstrates how to create a fully no-code/low-code outbound phone and SMS solution using Zapier, Google Sheets, and AI Studio by Vonage. The solution consists of two agents: an outbound voice agent that makes calls with birthday messages and an SMS follow-up agent that sends texts if the call is not answered. The tutorial shows how to create these agents, connect them to virtual numbers, and use Zapier to trigger the follow-up SMS agent when a call is not answered. The solution relies on no coding and uses pre-built APIs and interfaces provided by Vonage and Zapier.
Dec 05, 2024 2,175 words in the original blog post.
This tutorial teaches developers how to make their first API call to SIM Swap API using the Sandbox, a safe environment for testing and interacting with Network APIs before approval from CSPs. The tutorial uses Python as the programming language. To start, developers need to create a Vonage API account, generate a new application with "Network Registry" capabilities, and obtain an Application ID and private key. They then set up their development environment, install the Vonage Python SDK, and authenticate using the SDK. Next, they implement the API calls by instantiating the client object and performing the first API call to verify if a phone number was linked with a new SIM card in the last 500 hours. The tutorial provides examples of how to modify the max_value argument to obtain different responses from the Virtual CSP.
Dec 03, 2024 795 words in the original blog post.