Release Notes & Changelogs
Video API Reference App for Mobile (Android)
Version: 1.2.1
• Batch background image upload — Multiple images can now be selected at once when adding virtual backgrounds; picker selection is capped to remaining available slots • Foreground service opt-out — The SDK foreground service can now be disabled programmatically, removing the in-app foreground service declaration from the manifest • Pluggable permission handling — The
vonage-meeting-roomSDK now accepts a custom permission UI provider, letting the app wire its own Accompanist-based permission screen instead of the SDK default • Captions linger after final segment — Captions are now kept visible for 2 seconds after a final segment is received, preventing text from disappearing too abruptly • Recording confirmation dialog and participant notification overlay — A confirmation dialog is now shown before starting a recording, and an overlay notifies other participants that the session is being recorded
Video Windows SDK
Version: 2.34.1
• 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.
Video iOS SDK
Version: 2.34.1
• 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.
Video Android SDK
Version: 2.34.1
• 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.
Video Linux SDK
Version: 2.34.1
• 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.
Vonage Video API
Version: 2026.7.0
• In some cases, audio and video round-trip time (RTT) values may increase continuously to unrealistic levels during a session. This has been observed in specific sequences of publishing and subscribing activity and is currently under investigation. • Improved error handling when access to the camera and microphone is not granted. • Test results are now preserved and displayed even if the test is stopped early or camera or microphone access is revoked during the test. • Device information now updates correctly if camera or microphone access changes during a test. • Updated to use the latest version of Network test js library
Video React Native SDK
Version: 2.33.2
• Fixed subscriber video rendering issues introduced in version 2.31.x when using the React Native new architecture. Specifically: • Fixed
subscribeToAudioandsubscribeToVideonot defaulting to true when omitted, causing a blank/black subscriber view. • Fixed asessionIdconcurrency issue that could prevent the video surface from attaching correctly. • Fixed redundantOTContext.Providerre-creation on each render that could cause intermittent video surface attachment failures.
Vonage .NET SDK
Version: 8.35.0
• Generate changelog for v8.34.0 (f2efc1a) • Bump version to v8.35.0 (4a61c96) • Add missing properties on GetInsightsResponse (38b2d62) • Merge branch 'missing-properties-identity-insights' (765727f)
Video Javascript SDK
Version: 2.34.2
• Fixed an issue where switching audio input devices (for example, connecting Bluetooth headphones) shortly after session start could trigger an
audioAcquisitionProblemthat caused complete audio loss for remote participants once the session transitioned to a routed topology. • Fixed an issue where applications running inside an Android Chrome WebView could not access the precall test or join a video conference. • Fixed a missing TypeScript definition: theconstraintsproperty was not included in theGetUserMediaPropertiesinterface inot.d.ts, causing a mismatch with the actual runtime behaviour of the SDK.
Vonage .NET SDK
Version: 8.34.0
• Variable issue in docs.yml (8fcb4dd) • Remove --globalMetadata from docfx (f021ce4) • Add build step in docs.yml (e7e4b48) • Add workflow to publish changelog on developer portal after a release (acd049f) • Change mutation testing workflow for workflow dispatch only (1351987)