Home / Companies / Vonage / Blog / August 2026

August 2026 Summaries

6 posts from Vonage

Filter
Month: Year:
Post Summaries Back to Blog
Vonage’s tutorial describes a SwiftUI and Node.js sample application for frictionless iOS phone-number verification using Verify v2 Silent Authentication, where a carrier confirms that a device SIM matches a submitted phone number without requiring an SMS code. The backend initiates a workflow with silent authentication first and SMS and voice as fallbacks, while the iOS app must request a returned check_url specifically over cellular data through Vonage’s client library, then send the resulting code to the backend for completion. A Dev Mode console combines server API calls, webhooks, device events, fallback changes, and redacted diagnostic logs into a live timeline, addressing the difficulty of debugging an otherwise invisible process. The tutorial covers setup requirements, secure backend credential handling, testing through Vonage’s Virtual Operator, state management, cellular-availability checks, request integrity validation, and handling workflow timeouts, including a server-side timer to reflect SMS-to-voice progression when mid-flow webhooks are unavailable. It distinguishes SIM-bound Silent Authentication from passkeys, biometrics, and OTPs, notes that the current standard flow requires cellular connectivity while an advanced Wi-Fi-capable version is in alpha, and places the approach within the broader CAMARA-aligned network API ecosystem.
Aug 25, 2026 5,351 words in the original blog post.
Vonage Video Client SDK 2.35.1, released on August 20, 2026 for JavaScript, iOS, Android, Linux, and Windows, adds native Promise and async/await support to the JavaScript SDK while retaining full compatibility with callback-based integrations. It also introduces a cross-platform Scalable Layer Selection API for controlling VP8 simulcast and VP9 SVC video layers, allowing developers to balance resolution, frame rate, bandwidth use, encoding workload, and battery consumption for different scenarios. Native SDKs have been upgraded from WebRTC M121 to M145, bringing performance, security, interoperability, and dependency updates, while the Android SDK now targets API level 37 and has been validated for Android 17 behavior changes. The iOS SDK is now distributed exclusively through Swift Package Manager as CocoaPods approaches read-only status, and React Native support will follow after platform-specific integration and validation.
Aug 20, 2026 1,228 words in the original blog post.
Passkeys provide phishing-resistant daily authentication through WebAuthn public-key cryptography, but they do not independently establish a user’s identity at account creation or offer a reliable recovery route after a user loses their last credential. The article proposes pairing passkeys with Vonage Verify API’s Silent Authentication, which verifies possession of a phone number through the SIM and carrier network without exposing an OTP or other secret to the user. In the recommended lifecycle, Silent Authentication validates the phone number during sign-up before the first passkey is registered, passkeys handle routine sign-ins, and Silent Authentication supports account recovery, new-device enrollment, or optional step-up checks for sensitive actions. The implementation involves initiating a Verify v2 workflow with silent authentication and an SMS fallback, opening the returned check URL over cellular data, confirming the carrier response through the backend, and then completing WebAuthn registration with discoverable credentials and verified biometric or PIN user verification. While the approach avoids reverting to phishable email links or codes for key lifecycle events, it still requires safeguards for phone-number recycling and SIM-swap risks, such as recovery monitoring, notifications, delays on high-value changes, and event logging.
Aug 18, 2026 2,501 words in the original blog post.
Voice AI systems should separate latency-sensitive live conversations from slower agent loops that review and improve performance after calls end. During a call, agents need bounded workflows with limited tool access, strict deadlines, predefined retries, and truthful fallback responses, because delays from transcription, model processing, external tools, or speech generation can sound like silence or failure to callers. Read operations such as order lookups can often time out safely, while write operations such as appointment changes require confirmation and should not be retried blindly when outcomes are uncertain. Afterward, offline loops can use call recordings, transcripts, webhooks, and other Vonage Voice API evidence to test regressions, verify knowledge freshness, and identify opportunities for better routing or human handoffs. These review processes should yield independently verifiable, actionable changes and protect sensitive information through data minimization, redaction, retention policies, and access controls. The central principle is to avoid looping while callers wait: keep live interactions fast and predictable, reserve iterative evaluation for offline work, and involve people when success cannot be reliably measured.
Aug 06, 2026 1,498 words in the original blog post.
Verify Conversion Alerts in Vonage's Fraud Defender are designed to identify and respond to suspicious verification activity when the verification conversion rate drops to 35% or below, indicating possible fraudulent practices such as SMS pumping. These alerts allow for automated responses, including network blocks on suspicious channels, and can be customized based on thresholds, communication channels, and country specificity to enhance security measures. This system not only provides real-time protection without necessitating constant manual oversight but also helps manage costs associated with fraudulent verification traffic. It can be integrated with other Vonage fraud prevention tools, like Identity Insights, to bolster security for sensitive activities such as account recovery and financial transactions.
Aug 04, 2026 966 words in the original blog post.
Version 1.3 of the Vonage Video Reference App (VERA) introduces new features and improvements for iOS and Android, focusing on customization, moderation, and call quality control using the Vonage Video API. Developers can now customize the meeting room UI without altering the SDK's layout, with features like bottom bar extensibility and persistent settings. iOS enhancements include background replacement options, detailed participant statistics, in-call feedback reporting, and audio bitrate selection, while Android updates offer batch background uploads, recording confirmations, and improved permission handling. The update aims to provide practical, production-ready video features that developers can integrate into their applications, with detailed examples available in the app's GitHub repositories.
Aug 03, 2026 1,088 words in the original blog post.