Released on March 4, 2026

<aside> 💡 All migrations to 1.50.x releases you can find in the main sample on GitHub.

</aside>

List of changes

NEW Camera layout

The Weatherman mode has received two major improvements. The first is a new camera UI, designed to look better and be more convenient, which means your users will turn to it more often. The second is expanded customization, as now users can add/remove features in the list or change their order to suit individual preferences.

VE_CameraLayout_GIF_1_296x640_.gif

<aside> ❗

Starting from 1.50.1 release all feature are on the right side on camera screen.

</aside>

<aside> ❗

Please note that the .pip entry point was removed from the Video Editor SDK, as announced in the 1.48.1 release notes. If you are still using or relying on this entry point, please contact us to share your use case or feedback.

</aside>

Migration Guide

<aside> ❗ Please check out Pull Request with migration changes.

</aside>

CocoaPods

Below is Podfile for 1.50.1 release with Face AR.

source '<https://github.com/Banuba/specs.git>'
source '[<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>](<https://github.com/sdk-banuba/banuba-sdk-podspecs.git>)'
platform :ios, '15.0'
use_frameworks!

target 'Example' do
  banuba_sdk_version = '1.50.1'
  
  pod 'BanubaVideoEditorSDK', banuba_sdk_version
  pod 'BanubaSDK', banuba_sdk_version

	pod 'BanubaARCloudSDK', banuba_sdk_version      #optional
  pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
  pod 'BanubaGenAIVideos', banuba_sdk_version     #optional
end

Below is Podfile for 1.50.1 release with NO Face AR

source '<https://github.com/Banuba/specs.git>'
source '<https://github.com/CocoaPods/Specs.git>'
platform :ios, '15.0'
use_frameworks!

target 'Example' do
  banuba_sdk_version = '1.50.1'
  
  pod 'BanubaVideoEditorSDK', banuba_sdk_version
  pod 'BanubaSDKSimple', banuba_sdk_version

	pod 'BanubaARCloudSDK', banuba_sdk_version      #optional
  pod 'BanubaAudioBrowserSDK', banuba_sdk_version #optional
  pod 'BanubaGenAIVideos', banuba_sdk_version     #optional
end

Camera config changes

We changed RecorderConfiguration a to provide more flexibility for customization.

Removed ~~additionalEffectsButtons~~ and introduced leftFeatures, rightFeatures and topSoundFeatureButtonConfiguration config properties. Now you can adjust which features and their order in the containers.