Released on December 22, 2021

<aside> ‼️ This release requires prior migration to 1.20.1

</aside>

List of changes

  1. Added background configuration for trimmer and controls panel.
  2. Added option to launch video editor from the editor screen.
  3. Updated settings for video playback in silent mode.

Requirements

<aside> 👉 Here is the example of the PR sample of this update: link

</aside>

Dependencies

SwiftPackageManager

Important: Sample integration of SPM and VideoEditor is in spm branch

Please, refer VideoEditor SDK SPM guide.

CocoaPods

Below is Podfile for 1.20.1 release (FaceAR mode is enabled)

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

target 'Example' do
  pod 'BanubaARCloudSDK', '1.20.1' #optional
  pod 'BanubaVideoEditorSDK', '1.20.2'
  pod 'BanubaAudioBrowserSDK', '1.20.1' #optional
  pod 'BanubaMusicEditorSDK', '1.20.1'
  pod 'BanubaOverlayEditorSDK', '1.20.1'
  pod 'BanubaEffectPlayer', '1.20.0' #optional
  pod 'BanubaSDK', '1.20.1' #optional
  pod 'BanubaSDKSimple', '1.20.1'
  pod 'BanubaSDKServicing', '1.20.1'
  pod 'VideoEditor', '1.20.1'
  pod 'BanubaUtilities', '1.20.1'
  pod 'BanubaVideoEditorGallerySDK', '1.20.1' #optional
  pod 'BanubaVideoEditorEffectsSDK', '1.20.1'
  pod 'BanubaLicenseServicingSDK', '1.20.2'
  pod 'BanubaVideoEditorTrimSDK', '1.20.1'
  pod 'BanubaTokenStorageSDK', '1.20.1' #optional
  pod 'BNBLicenseUtils', '1.20.1'
end

Below is Podfile for 1.20.1 release (FaceAR mode is disabled)