Video Android SDK Release Notes

v2.35.1 — August 2026

Added

  • This version adds a new API that allows publishers to explicitly set the target scalability mode, giving developers fine-grained control over the number of spatial (resolution) and temporal (frame rate) layers used during encoding. This enables applications to better balance video quality, adaptability, and resource usage based on their specific needs. For more information, see this documentation. This is a beta feature.

  • This version of the SDK now uses WebRTC M145, a recent milestone from Google's WebRTC library. The upgrade brings improvements in performance, stability, and security across all supported native platforms. It includes bug fixes and performance enhancements to audio and video media codecs, better network adaptation, and improved compatibility with modern platform environments. This update ensures the SDK remains aligned with the current WebRTC specification and maintains a strong foundation for future feature development.

  • This version adds support for Android 17 (API level 37), updating the SDK's compileSdk and targetSdk to 37. All Android 17 behavior changes have been analyzed and validated:

    • ACCESS_LOCAL_NETWORK permission: Not required. WebRTC ICE uses raw UDP/TCP sockets, which are not subject to this permission. P2P connections establish correctly on Android 17 without it.
    • Background audio hardening: The SDK's internal audio focus handling has been updated from the deprecated AudioManager.requestAudioFocus() API to the AudioFocusRequest API (the recommended non-deprecated API for API 26+). No changes are needed in your app.
    • Certificate Transparency: All Vonage server endpoints are already compliant. No changes are needed in your app.
  • The BaseVideoRenderer.Frame#getMetadata() method and several BaseVideoCapturer methods that provide video frame metadata, deprecated in 2.33.0, have been removed in this version.

Fixed

  • Fixed an issue on Android where rapid background-to-foreground transitions during an active video session could cause the publisher video to freeze or the application to crash.

v2.34.1 — July 2026

Fixed

  • Fixed an issue where a publisher's video stream was lost after an Adaptive Media Routing (AMR) transition to a routed topology, following a specific sequence of mute/unmute operations and subscriber joins.

v2.34.0 — May 2026

  • This version adds new network condition metrics to the client observability feature, providing detailed visibility into network performance and quality indicators. These metrics complement the publisher and subscriber statistics introduced in 2.33.0 and help developers proactively monitor network conditions affecting video quality, diagnose connectivity issues, and make informed decisions about potential adjustments. For more information, see this documentation.

  • This version adds support for Live Captions Translation, which provides real-time subtitle translation during video calls. Each participant can independently select their preferred translation language. This feature supports the full AWS Translate language set. This is a Private Beta feature—to enable Live Captions Translation for your project, contact us. For more information about Live Captions, see this documentation.

  • This version fixes an issue that prevented Vonage Noise Suppression audio transformers from working on Android.

  • This version fixes an audio issue that occurred when joining a video session while already on an active carrier call.


v2.33.0 — February 2026

  • This version adds new publisher and subscriber statistics including: video layer metrics for simulcast/SVC and transport statistics for publishers; video freeze/pause tracking and decoding metrics for subscribers; and video quality changed events for both publishers and subscribers. For more information, see this documentation.

  • This version adds full support for network statistics of senders for subscribers in video sessions (which was previously in beta). For more information, see this documentation.

  • This version adds publisher degradation preference settings to control how video quality adapts when bandwidth or CPU resources are limited. For more information, see this documentation.

  • In this version we are deprecating the BaseVideoRenderer.Frame#getMetadata() and several BaseVideoCapturer methods that provide video frame metadata. See the reference documentation for details. These will be removed in future minor releases.


v2.32.1 — December 2025

  • Fixed a crash on certain devices running Android 7.x and 8.x caused by OS-specific API incompatibilities.

  • Fixed a crash during automatic session migrations that could occur only in limited timing scenarios.